summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-29 08:02:21 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-29 08:08:16 +0200
commit81af0de99986ab28628822cbec59632edbf65570 (patch)
tree78018f7c92032387f2ebce851a7e1c1a498482c5 /gnu/packages/gnome.scm
parent73014984bbc4067b9ed9e8c72e89921004217693 (diff)
downloadguix-patches-81af0de99986ab28628822cbec59632edbf65570.tar
guix-patches-81af0de99986ab28628822cbec59632edbf65570.tar.gz
gnu: piper: Include package name in source file name.
* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 360a4c03a3..9f7b3eeecb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10161,7 +10161,8 @@ your operating-system definition:
(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)