Remove obsolete useDietLibC stdenv adapter

This commit is contained in:
Eelco Dolstra
2014-10-29 11:54:17 +01:00
parent 937e1280c0
commit 5cc92eb0d8
6 changed files with 2 additions and 48 deletions

View File

@@ -23,10 +23,6 @@ stdenv.mkDerivation {
postInstall = "rm $out/sbin/insmod.static"; # don't need it
# We don't want bash (and therefore glibc) in the closure of the
# output, since we want to put this in a initrd.
dontPatchShebangs = stdenv ? isDietLibC;
meta = {
homepage = http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/;
description = "Tools for loading and managing Linux kernel modules";