hactool: fix build on darwin
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user