cups: Apply patch unconditionally

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
toonn 2021-07-20 16:09:04 +02:00 committed by Jonathan Ringer
parent 63686605e9
commit 36a953f78c

View File

@ -40,7 +40,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "lib" "dev" "man" ];
patches = lib.optional stdenv.isDarwin ./0001-TargetConditionals.patch;
patches = [ ./0001-TargetConditionals.patch ];
postPatch = ''
substituteInPlace cups/testfile.c \