glibc: Drop hurd support
This hasn't been maintained since 2012. Also, renamed glibc's kernelHeaders argument to linuxHeaders.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user