cue2pops: fix darwin build
This commit is contained in:
parent
d532615dfc
commit
f24ca86d55
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
||||||
|
makeFlags = ["CC=cc"];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install --directory --mode=755 $out/bin
|
install --directory --mode=755 $out/bin
|
||||||
install --mode=755 cue2pops $out/bin
|
install --mode=755 cue2pops $out/bin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user