about summary refs log tree commit diff
path: root/pkgs/stdenv/linux
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2014-01-05 07:38:39 -0500
committerShea Levy <shea@shealevy.com>2014-01-05 07:38:58 -0500
commitf4ce59cee0d3a5ecf0c026f054db0a51879a04e9 (patch)
treed9eda229ad47271fa62fc50118402ae25f92034f /pkgs/stdenv/linux
parent4dad238bab263f1d0866d052857e4abd820ece0b (diff)
downloadnixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.tar
nixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.tar.gz
nixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.tar.bz2
nixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.tar.lz
nixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.tar.xz
nixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.tar.zst
nixlib-f4ce59cee0d3a5ecf0c026f054db0a51879a04e9.zip
Remove non-kernel-specific klibc derivation
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/stdenv/linux')
-rw-r--r--pkgs/stdenv/linux/make-bootstrap-tools-crosspi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/linux/make-bootstrap-tools-crosspi.nix b/pkgs/stdenv/linux/make-bootstrap-tools-crosspi.nix
index 9b2949e3e368..aeea4b53c15c 100644
--- a/pkgs/stdenv/linux/make-bootstrap-tools-crosspi.nix
+++ b/pkgs/stdenv/linux/make-bootstrap-tools-crosspi.nix
@@ -83,7 +83,7 @@ let
   isl = pkgs.isl.crossDrv;
   mpc = pkgs.mpc.crossDrv;
   binutils = pkgs.binutils.crossDrv;
-  klibc = pkgs.klibc.crossDrv;
+  klibc = pkgs.linuxPackages.klibc.crossDrv;
 
 in