diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-22 21:14:23 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-22 21:14:23 +0200 |
commit | 528b6a3dcea1edab7a8d1ce62a616a0ff6c8c597 (patch) | |
tree | 18e11dbb4fa12fe28811c3b904a133abdc470510 /gnu/packages/linux.scm | |
parent | d7d42d6b242518b5bc664d7e2644a2a78d15225a (diff) | |
download | gnu-guix-528b6a3dcea1edab7a8d1ce62a616a0ff6c8c597.tar gnu-guix-528b6a3dcea1edab7a8d1ce62a616a0ff6c8c597.tar.gz |
gnu: kmod: Honor $LINUX_MODULE_DIRECTORY.
* gnu/packages/patches/kmod-module-directory.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (kmod)[origin]: Use it.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9c5d59ce70..841ec581d9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1204,7 +1204,8 @@ to use Linux' inotify mechanism, which allows file accesses to be monitored.") "kmod-" version ".tar.xz")) (sha256 (base32 - "1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv")))) + "1yid3a9b64a60ybj66fk2ysrq5klnl0ijl4g624cl16y8404g9rv")) + (patches (list (search-patch "kmod-module-directory.patch"))))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |