gnu: kmscon: Provide source file name.
* gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
This commit is contained in:
parent
24356427af
commit
2c6c002ab7
1 changed files with 2 additions and 1 deletions
|
@ -249,7 +249,8 @@ compatibility to existing emulators like xterm, gnome-terminal, konsole, etc.")
|
||||||
"0q62kjsvy2iwy8adfiygx2bfwlh83rphgxbis95ycspqidg9py87"))
|
"0q62kjsvy2iwy8adfiygx2bfwlh83rphgxbis95ycspqidg9py87"))
|
||||||
(patches
|
(patches
|
||||||
(search-patches "kmscon-runtime-keymap-switch.patch"))
|
(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)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(;; The closure of MESA is huge so we'd rather avoid it.
|
`(;; The closure of MESA is huge so we'd rather avoid it.
|
||||||
|
|
Reference in a new issue