forked from mirrors/nixpkgs
* kmod: look in /etc/modprobe.d.
svn path=/nixpkgs/trunk/; revision=34521
This commit is contained in:
parent
9e76f38ee2
commit
404c21de2f
|
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
buildInputs = [ pkgconfig /* xz zlib */ ];
|
buildInputs = [ pkgconfig /* xz zlib */ ];
|
||||||
|
|
||||||
#configureFlags = [ "--with-xz" "--with-zlib" ];
|
configureFlags = [ "--sysconfdir=/etc" /* "--with-xz" "--with-zlib" */ ];
|
||||||
|
|
||||||
patches = [ ./module-dir.patch ];
|
patches = [ ./module-dir.patch ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue