summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd
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
parentd532615dfc76a69fe9c0df67bb45eec4d7a6be65 (diff)
downloadnixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.tar
nixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.tar.gz
nixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.tar.bz2
nixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.tar.lz
nixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.tar.xz
nixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.tar.zst
nixpkgs-f24ca86d5588ad9551a487e32ad8f13805a9a787.zip
cue2pops: fix darwin build
Diffstat (limited to 'pkgs/tools/cd-dvd')
-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 a83dbf87577..6523c8a0cf3 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