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:
commit
c4a7562919
@ -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…
x
Reference in New Issue
Block a user