From f24ca86d5588ad9551a487e32ad8f13805a9a787 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 21 Feb 2018 10:09:49 +0000 Subject: [PATCH] cue2pops: fix darwin build --- pkgs/tools/cd-dvd/cue2pops/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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