* Dietlibc: symlink to the asm directory from kernel-headers, because
some programs (such as module-init-tools) need it. * Remove module-init-tools-static, it now builds out of the box with dietlibc. svn path=/nixpkgs/trunk/; revision=6938
This commit is contained in:
@@ -7,6 +7,5 @@ stdenv.mkDerivation {
|
||||
md5 = "a1ad0a09d3231673f70d631f3f5040e9";
|
||||
};
|
||||
patches = [./module-dir.patch];
|
||||
postInstall = "rm $out/sbin/insmod.static"; # don't need it
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user