propcps: Rely on cc-wrapper to export this env var
This commit is contained in:
@@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
crossAttrs = {
|
||||
CC = stdenv.cross.config + "-gcc";
|
||||
};
|
||||
|
||||
# Too red
|
||||
configureFlags = [ "--disable-modern-top" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user