orig-gcc -> orig-cc
This commit is contained in:
@@ -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 ] ++
|
||||
|
||||
Reference in New Issue
Block a user