gutenprint-bin: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-02 21:20:00 +02:00
parent c07e7d877b
commit b3cda4163a

View file

@ -34,7 +34,9 @@ stdenv.mkDerivation {
buildInputs = [ rpm cpio ];
phases = "buildPhase";
dontUnpack = true;
dontInstall = true;
dontFixup = true;
libPath = lib.makeLibraryPath [ stdenv.cc.cc zlib ];