guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: kmscon: Provide source file name.


From: guix-commits
Subject: 02/05: gnu: kmscon: Provide source file name.
Date: Mon, 15 Apr 2019 06:25:12 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 2c6c002ab7d23d21d592f3c3d1534c6791db2e72
Author: Ludovic Courtès <address@hidden>
Date:   Mon Apr 15 11:27:15 2019 +0200

    gnu: kmscon: Provide source file name.
    
    * gnu/packages/terminals.scm (kmscon)[source]: Add 'file-name'.
---
 gnu/packages/terminals.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index ece01b5..d0531b0 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]