Merge pull request #109002 from stigtsp/package/perl-sql-abstract-classic-fix-stdenv-lib

perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib
This commit is contained in:
stigo
2021-01-11 08:17:54 +01:00
committed by GitHub
+1 -1
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 ];
};
};