guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/05: gnu: piper: Include package name in source file name.


From: guix-commits
Subject: 03/05: gnu: piper: Include package name in source file name.
Date: Fri, 29 May 2020 02:11:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 81af0de99986ab28628822cbec59632edbf65570
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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

[Prev in Thread] Current Thread [Next in Thread]