orig-gcc -> orig-cc

This commit is contained in:
Eelco Dolstra
2015-03-04 22:15:10 +01:00
parent 694f01db2d
commit 6f33aa8465
18 changed files with 21 additions and 21 deletions

View File

@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
patchPhase = ''
substituteInPlace "src/cflow.h" \
--replace "/usr/bin/cpp" \
"$(cat ${stdenv.cc}/nix-support/orig-gcc)/bin/cpp"
"$(cat ${stdenv.cc}/nix-support/orig-cc)/bin/cpp"
'';
buildInputs = [ gettext ] ++