3
0
Fork 0
forked from mirrors/nixpkgs

perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib

This commit is contained in:
Stig Palmquist 2021-01-11 08:14:38 +01:00
parent b4c0ea6a07
commit 43c88a7ddf

View file

@ -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 ];
};
};