perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib
This commit is contained in:
parent
b4c0ea6a07
commit
43c88a7ddf
@ -18333,7 +18333,7 @@ let
|
|||||||
propagatedBuildInputs = [ SQLAbstract ];
|
propagatedBuildInputs = [ SQLAbstract ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Generate SQL from Perl data structures";
|
description = "Generate SQL from Perl data structures";
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user