summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/cd-dvd/cue2pops
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-02-21 10:09:49 +0000
committerJörg Thalheim <joerg@thalheim.io>2018-02-21 10:09:49 +0000
commitf24ca86d5588ad9551a487e32ad8f13805a9a787 (patch)
tree3ba9119d53133d971813e5e3125fdd75d60e800a /pkgs/tools/cd-dvd/cue2pops
parentd532615dfc76a69fe9c0df67bb45eec4d7a6be65 (diff)
cue2pops: fix darwin build
Diffstat (limited to 'pkgs/tools/cd-dvd/cue2pops')
-rw-r--r--pkgs/tools/cd-dvd/cue2pops/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/cd-dvd/cue2pops/default.nix b/pkgs/tools/cd-dvd/cue2pops/default.nix
index a83dbf875775..6523c8a0cf3f 100644
--- a/pkgs/tools/cd-dvd/cue2pops/default.nix
+++ b/pkgs/tools/cd-dvd/cue2pops/default.nix
@@ -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