3
0
Fork 0
forked from mirrors/nixpkgs

gnustep.make: fix cross

This commit is contained in:
Artturin 2022-07-13 22:12:10 +03:00
parent 6a249036fb
commit 7db9cda1b5

View file

@ -22,7 +22,9 @@ stdenv.mkDerivation rec {
"GNUSTEP_INSTALLATION_DOMAIN=SYSTEM"
];
buildInputs = [ clang which libobjc ];
nativeBuildInputs = [ clang which ];
buildInputs = [ libobjc ];
patches = [ ./fixup-paths.patch ];
setupHook = ./setup-hook.sh;
meta = {