unionfs: Mark MIG as a native build input.
svn path=/nixpkgs/trunk/; revision=33122
This commit is contained in:
parent
97bd4b7b00
commit
9e2e08ba47
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
makeFlags = [ "CC=i586-pc-gnu-gcc" ];
|
||||
buildInputs = [ hurd machHeaders mig ];
|
||||
buildInputs = [ hurd machHeaders ];
|
||||
buildNativeInputs = [ mig ];
|
||||
|
||||
installPhase =
|
||||
'' mkdir -p "$out/hurd"
|
||||
|
Loading…
Reference in New Issue
Block a user