gnu: piper: Include package name in source file name.

* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-29 08:02:21 +02:00
parent 73014984bb
commit 81af0de999
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10161,7 +10161,8 @@ (define-public piper
(url "https://github.com/libratbag/piper.git")
(commit version)))
(sha256
(base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))))
(base32 "00vrcsbsv2477l1ncpyzc61lhxgac84dsgr3sjs8qxw3nh1gaasv"))
(file-name (git-file-name name version))))
(build-system meson-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)