mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
cue2pops: fix darwin build
This commit is contained in:
parent
d532615dfc
commit
f24ca86d55
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dontConfigure = true;
|
||||
|
||||
makeFlags = ["CC=cc"];
|
||||
|
||||
installPhase = ''
|
||||
install --directory --mode=755 $out/bin
|
||||
install --mode=755 cue2pops $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user