propcps: Rely on cc-wrapper to export this env var

This commit is contained in:
hsloan 2017-06-28 16:41:06 -04:00 committed by John Ericson
parent 66e22e1229
commit b8ed3c65bb
2 changed files with 0 additions and 8 deletions

View file

@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
crossAttrs = {
CC = stdenv.cross.config + "-gcc";
};
# Too red
configureFlags = [ "--disable-modern-top" ];

View file

@ -15,10 +15,6 @@ stdenv.mkDerivation {
enableParallelBuilding = true;
crossAttrs = {
CC = stdenv.cross.config + "-gcc";
};
installPhase = "mkdir $out; mkdir -p $out/bin; cp -p watch $out/bin";
meta = {