diff options
author | From: Hilton Chain <hako@ultrarare.space> | 2023-06-02 22:51:13 +0800 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-08-31 10:42:03 +0200 |
commit | 0e0afe22e43b6a30d5d4a901fd3c246590250368 (patch) | |
tree | 4aafccd68c1d8128fd419de4e1eb0b8923f8b560 /gnu | |
parent | f876b54a21568427b7896aef5c4b0fdd1009fe71 (diff) | |
download | guix-0e0afe22e43b6a30d5d4a901fd3c246590250368.tar.gz guix-0e0afe22e43b6a30d5d4a901fd3c246590250368.zip |
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>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/freedesktop.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index bfaa45361a..636d63e877 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -710,6 +710,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")))) |