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>
This commit is contained in:
From: Hilton Chain 2023-06-02 22:51:13 +08:00 committed by Ludovic Courtès
parent f876b54a21
commit 0e0afe22e4
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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"))))