mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
gutenprint-bin: deprecate phases
This commit is contained in:
parent
c07e7d877b
commit
b3cda4163a
@ -34,7 +34,9 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [ rpm cpio ];
|
||||
|
||||
phases = "buildPhase";
|
||||
dontUnpack = true;
|
||||
dontInstall = true;
|
||||
dontFixup = true;
|
||||
|
||||
libPath = lib.makeLibraryPath [ stdenv.cc.cc zlib ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user