nckx pushed a commit to branch master
in repository guix.

commit 81af0de99986ab28628822cbec59632edbf65570
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri May 29 08:02:21 2020 +0200

    gnu: piper: Include package name in source file name.
    
    * gnu/packages/gnome.scm (piper)[source]: Set FILE-NAME.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 360a4c0..9f7b3ee 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)

Reply via email to