summary refs log tree commit diff
path: root/pkgs/applications/graphics/exrtools
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-08-21 15:37:52 -0500
committerRobin Gloster <mail@glob.in>2018-08-22 01:14:53 +0200
commitf7bc33abf09c9a111b7b1d7f4eb6d322ace3efda (patch)
treebfa263964d3f632681b6a0e19e671ae021916a62 /pkgs/applications/graphics/exrtools
parent5a012fdbb3f7752b333cb631c39d73518e930559 (diff)
downloadnixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar
nixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.gz
nixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.bz2
nixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.lz
nixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.xz
nixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.tar.zst
nixpkgs-f7bc33abf09c9a111b7b1d7f4eb6d322ace3efda.zip
Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d150333a2c523cd1e46606d6219afe23dc2.
Diffstat (limited to 'pkgs/applications/graphics/exrtools')
-rw-r--r--pkgs/applications/graphics/exrtools/default.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/applications/graphics/exrtools/default.nix b/pkgs/applications/graphics/exrtools/default.nix
index 01af81d4de7..7980d09fed1 100644
--- a/pkgs/applications/graphics/exrtools/default.nix
+++ b/pkgs/applications/graphics/exrtools/default.nix
@@ -9,11 +9,6 @@ stdenv.mkDerivation rec {
     sha256 = "0jpkskqs1yjiighab4s91jy0c0qxcscwadfn94xy2mm2bx2qwp4z";
   };
 
-  preConfigure = ''
-    CC=${stdenv.cc.targetPrefix}cc
-    CXX=${stdenv.cc.targetPrefix}c++
-  '';
-
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [ stdenv openexr libpng12 libjpeg ];