about summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 4de6e4ca502af..d656845994e7d 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -198,12 +198,12 @@
   };
 
   gcc = (import ../development/compilers/gcc) {
-    inherit fetchurl stdenv binutils;
+    inherit fetchurl stdenv;
   };
 
   g77 = (import ../build-support/gcc-wrapper) {
     inherit stdenv;
-    gcc = (import ../development/compilers/gcc-new) {
+    gcc = (import ../development/compilers/gcc) {
       inherit fetchurl stdenv;
       langF77 = true;
       langCC = false;