diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 08:02:21 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-29 08:08:16 +0200 |
commit | 81af0de99986ab28628822cbec59632edbf65570 (patch) | |
tree | 78018f7c92032387f2ebce851a7e1c1a498482c5 | |
parent | 73014984bbc4067b9ed9e8c72e89921004217693 (diff) |
gnu: piper: Include package name in source file name.
* gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
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) |