From 43c88a7ddf2dc985b508a9ae8fbe18460f7e7582 Mon Sep 17 00:00:00 2001 From: Stig Palmquist Date: Mon, 11 Jan 2021 08:14:38 +0100 Subject: perlPackages.SQLAbstractClassic: fix stdenv.lib -> lib --- pkgs/top-level/perl-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/top-level') diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index e39504935bd6b..6440d01b45de4 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -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 ]; }; }; -- cgit 1.4.1