summary refs log tree commit diff
path: root/pkgs/tools/cd-dvd/cue2pops
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-02-16 18:48:46 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-02-20 01:01:46 +0700
commit223f25cf4a2ca9e2b35801eb0c43540151df89b9 (patch)
treea43b8bfb6b924ef794f2cba0867df97f2ce1b70c /pkgs/tools/cd-dvd/cue2pops
parentad4db3f4d8ae54482c63c31c14921cb73953548d (diff)
downloadnixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.tar
nixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.tar.gz
nixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.tar.bz2
nixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.tar.lz
nixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.tar.xz
nixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.tar.zst
nixpkgs-223f25cf4a2ca9e2b35801eb0c43540151df89b9.zip
treewide: add targetPrefix to hardcoded references to CC=cc
Diffstat (limited to 'pkgs/tools/cd-dvd/cue2pops')
-rw-r--r--pkgs/tools/cd-dvd/cue2pops/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/cd-dvd/cue2pops/default.nix b/pkgs/tools/cd-dvd/cue2pops/default.nix
index 70ab6db07c2..795589a64ec 100644
--- a/pkgs/tools/cd-dvd/cue2pops/default.nix
+++ b/pkgs/tools/cd-dvd/cue2pops/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
 
   dontConfigure = true;
 
-  makeFlags = [ "CC=cc" ];
+  makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ];
 
   installPhase = ''
     install --directory --mode=755 $out/bin