guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libinput: Add missing file-name.


From: guix-commits
Subject: 03/04: gnu: libinput: Add missing file-name.
Date: Fri, 21 Jul 2023 10:40:54 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit 9415f5ca4d9444c391b92ae64d01063ad9ba92e5
Author: From: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Jun 2 22:51:13 2023 +0800

    gnu: libinput: Add missing file-name.
    
    * gnu/packages/freedesktop.scm (libinput)[source]: Use GIT-FILE-NAME.
    
    Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
---
 gnu/packages/freedesktop.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 8a79098ac1..a08a322775 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -596,6 +596,7 @@ freedesktop.org project.")
               (uri (git-reference
                     (url 
"https://gitlab.freedesktop.org/libinput/libinput.git";)
                     (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
                 "0wnqfnxxvf9jclh64hrb0scn3s1dmwdkmqf7hp0cfmjz5n5nnv7d"))))



reply via email to

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