kmod: respect MODULE_DIR

svn path=/nixpkgs/trunk/; revision=33578
This commit is contained in:
Shea Levy
2012-04-04 19:24:07 +00:00
parent 1c62133e9f
commit 4d0fdc5e6b
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ stdenv.mkDerivation {
configureFlags = [ "--with-xz" "--with-zlib" ];
patches = [ ./module-dir.patch ];
meta = {
homepage = http://www.kernel.org/pub/linux/utils/kernel/kmod/;
description = "Tools for loading and managing Linux kernel modules";