Remove gccWith* arguments which are unused

This commit is contained in:
John Ericson
2016-06-22 00:45:05 -07:00
parent 6a61621cb4
commit 351352f68d
2 changed files with 4 additions and 11 deletions
+1 -6
View File
@@ -19,10 +19,6 @@
&& system != "x86_64-solaris"
&& system != "x86_64-kfreebsd-gnu")
# More flags for the bootstrapping of stdenv.
, gccWithCC ? true
, gccWithProfiling ? true
, # Allow a configuration attribute set to be passed in as an
# argument. Otherwise, it's read from $NIXPKGS_CONFIG or
# ~/.nixpkgs/config.nix.
@@ -81,8 +77,7 @@ let
else config.platform or platformAuto;
topLevelArguments = {
inherit system bootStdenv noSysDirs gccWithCC gccWithProfiling config
crossSystem platform lib;
inherit system bootStdenv noSysDirs config crossSystem platform lib;
};
# Allow packages to be overridden globally via the `packageOverrides'