Revert "treewide: fixup breakage due to absolute compiler path"

This reverts commit d0888d1503.
This commit is contained in:
Matthew Bauer
2018-08-22 01:14:53 +02:00
committed by Robin Gloster
parent 5a012fdbb3
commit f7bc33abf0
10 changed files with 0 additions and 46 deletions
@@ -41,11 +41,6 @@ stdenv.mkDerivation rec {
sed -i 's,/sbin/shutdown,shutdown,' lib/system/systemLinux.c
'';
preConfigure = ''
CC=${stdenv.cc.targetPrefix}cc
CXX=${stdenv.cc.targetPrefix}c++
'';
configureFlags = [ "--without-kernel-modules" "--without-xmlsecurity" ]
++ lib.optional (!withX) "--without-x";