cups: Apply patch unconditionally
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
63686605e9
commit
36a953f78c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user