hactool: fix build on darwin
This commit is contained in:
parent
04d33ebf5c
commit
8718eca57d
@ -15,6 +15,8 @@ stdenv.mkDerivation {
|
|||||||
mv config.mk.template config.mk
|
mv config.mk.template config.mk
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
makeFlags = stdenv.lib.optionals stdenv.isDarwin [ "CC=cc" ];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -D hactool $out/bin/hactool
|
install -D hactool $out/bin/hactool
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user