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
commit c4a7562919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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