gnu: kmscon: Provide source file name.

* gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
master
Ludovic Courtès 2019-04-15 11:27:15 +02:00
parent 24356427af
commit 2c6c002ab7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,8 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
"0q62kjsvy2iwy8adfiygx2bfwlh83rphgxbis95ycspqidg9py87"))
(patches
(search-patches "kmscon-runtime-keymap-switch.patch"))
(modules '((guix build utils)))))
(modules '((guix build utils)))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(arguments
`(;; The closure of MESA is huge so we'd rather avoid it.