summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 46f2178488b..518b0e41b9f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -133,7 +133,9 @@
133 version ".tar.bz2")) 133 version ".tar.bz2"))
134 (sha256 134 (sha256
135 (base32 135 (base32
136 "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1")))) 136 "0jxnz9ahfic79rp93l5wxcbgh4pkv85mwnjlbv1gz3jawv5cvwp1"))
137 (patches
138 (list (search-patch "module-init-tools-moduledir.patch")))))
137 (build-system gnu-build-system) 139 (build-system gnu-build-system)
138 (arguments 140 (arguments
139 ;; FIXME: The upstream tarball lacks man pages, and building them would 141 ;; FIXME: The upstream tarball lacks man pages, and building them would