about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorStig Palmquist <stig@stig.io>2021-01-11 08:14:38 +0100
committerStig Palmquist <stig@stig.io>2021-01-11 08:14:38 +0100
commit43c88a7ddf2dc985b508a9ae8fbe18460f7e7582 (patch)
tree38303221dccb33f42e314a15a28e2474b4d5702c /pkgs/top-level
parentb4c0ea6a072ca8478312a69d7c47b57911f1b60e (diff)
perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index e39504935bd6b..6440d01b45de4 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -18333,7 +18333,7 @@ let
     propagatedBuildInputs = [ SQLAbstract ];
     meta = {
       description = "Generate SQL from Perl data structures";
-      license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
+      license = with lib.licenses; [ artistic1 gpl1Plus ];
     };
   };