diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-07-13 23:44:55 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-07-13 23:44:55 +0200 |
commit | c3cf9d36e40713212ffc9d75aa2324ab7bad4f9b (patch) | |
tree | 1d04f8c542b78e1510a8d29163e578fe2538d81e /gnu/packages/linux.scm | |
parent | 314a83ef1e80b47b44debc1118e38d7f761e0e7f (diff) | |
parent | ca9ea1a849d685db46adcb92449dff36427c48bd (diff) | |
download | patches-c3cf9d36e40713212ffc9d75aa2324ab7bad4f9b.tar patches-c3cf9d36e40713212ffc9d75aa2324ab7bad4f9b.tar.gz |
Merge branch 'bug-17853'
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 3b087716c3..0c41e3ed8b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1298,6 +1298,7 @@ from the module-init-tools project.") (native-inputs `(("pkg-config" ,pkg-config) ("gperf" ,gperf) + ("glib" ,glib "bin") ; glib-genmarshal, etc. ("perl" ,perl) ; for the tests ("python" ,python-2))) ; ditto (inputs |