summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-18 18:18:00 -0500
committerShea Levy <shea@shealevy.com>2018-02-18 18:18:00 -0500
commitc7439b435c321dbcfb3304190861c25940b1c731 (patch)
tree0bb1dccac3f5ca8f87a8ff642a8cd51c0078203c /pkgs/os-specific
parent7f3c97ae9ea2aebb93297acad8f9dba32d2cbbbf (diff)
parent643ba8254dcef4de9ab250c9e44a230c3193b86f (diff)
downloadnixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.tar
nixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.tar.gz
nixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.tar.bz2
nixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.tar.lz
nixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.tar.xz
nixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.tar.zst
nixpkgs-c7439b435c321dbcfb3304190861c25940b1c731.zip
Merge branch 'kernel-gcc7-cross' of git://github.com/lopsided98/nixpkgs
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/kernel/generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/generic.nix b/pkgs/os-specific/linux/kernel/generic.nix
index 216a7c7cb85..8aa813cb195 100644
--- a/pkgs/os-specific/linux/kernel/generic.nix
+++ b/pkgs/os-specific/linux/kernel/generic.nix
@@ -11,7 +11,7 @@
 
 , # Allow really overriding even our gcc7 default.
   # We want gcc >= 7.3 to enable the "retpoline" mitigation of security problems.
-  stdenvNoOverride ? overrideCC stdenv gcc7
+  stdenvNoOverride ? overrideCC stdenv buildPackages.gcc7
 
 , # The kernel source tarball.
   src