gnu: kbd: Patch buggy makefile.

* gnu/packages/linux.scm (kbd)[source]: Add 'modules' and 'snippet'
  fields.
master
Ludovic Courtès 2014-06-18 15:32:17 +02:00
parent 81f61c17c5
commit c8f60748bd
1 changed files with 7 additions and 1 deletions

View File

@ -1137,7 +1137,13 @@ system.")
version ".tar.gz"))
(sha256
(base32
"0c34b0za2v0934acvgnva0vaqpghmmhz4zh7k0m9jd4mbc91byqm"))))
"0c34b0za2v0934acvgnva0vaqpghmmhz4zh7k0m9jd4mbc91byqm"))
(modules '((guix build utils)))
(snippet
'(substitute* "tests/Makefile.in"
;; The '%: %.in' rule incorrectly uses @VERSION@.
(("@VERSION@")
"[@]VERSION[@]")))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-cons-before