forked from mirrors/nixpkgs
perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib
This commit is contained in:
parent
b4c0ea6a07
commit
43c88a7ddf
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue