glibc: Drop hurd support

This hasn't been maintained since 2012.

Also, renamed glibc's kernelHeaders argument to linuxHeaders.
This commit is contained in:
Eelco Dolstra
2016-02-18 21:11:15 +01:00
parent f98a5946b7
commit 1ab14aad7a
9 changed files with 43 additions and 108 deletions
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
-i Makefile
'';
buildInputs = [ stdenv.cc.libc.kernelHeaders libtool gettext ];
buildInputs = [ stdenv.cc.libc.linuxHeaders libtool gettext ];
meta = {
description = "Tools to display or change the CPU governor settings";