Revert "treewide: fixup breakage due to absolute compiler path"
This reverts commit d0888d1503.
This commit is contained in:
committed by
Robin Gloster
parent
5a012fdbb3
commit
f7bc33abf0
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user