mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
cue2pops: fix darwin build
This commit is contained in:
parent
d532615dfc
commit
f24ca86d55
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue