forked from mirrors/nixpkgs
gnustep.make: fix cross
This commit is contained in:
parent
6a249036fb
commit
7db9cda1b5
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue