mmc-utils: Enable cross-compilation
This commit is contained in:
parent
cf06e42d1c
commit
67e4ed9693
@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0hkdzc71pdnscbpdpgwljcchiyancarldjyd0w609sy18bky833x";
|
||||
};
|
||||
|
||||
makeFlags = "CC=${stdenv.cc.targetPrefix}cc";
|
||||
|
||||
installPhase = ''
|
||||
make install prefix=$out
|
||||
mkdir -p $out/share/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user