pkgs/development/libraries: stdenv.lib -> lib
This commit is contained in:
committed by
Jonathan Ringer
parent
046d24424e
commit
66e44425c6
@@ -1,4 +1,4 @@
|
||||
{ fetchurl, stdenv, pkg-config, ghostscript, cairo }:
|
||||
{ fetchurl, lib, stdenv, pkg-config, ghostscript, cairo }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libspectre-0.2.7";
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
handling and rendering Postscript documents.
|
||||
'';
|
||||
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = lib.licenses.gpl2Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user