guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: spread-sheet-widget: Don't use NAME in source URI.


From: guix-commits
Subject: 02/03: gnu: spread-sheet-widget: Don't use NAME in source URI.
Date: Sun, 23 Jun 2019 10:15:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22e68554423637948d950af8a3cde255ef48cd4f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 23 15:22:28 2019 +0200

    gnu: spread-sheet-widget: Don't use NAME in source URI.
    
    * gnu/packages/gtk.scm (spread-sheet-widget)[source]: Hard-code NAME.
---
 gnu/packages/gtk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 820fd4b..9e72720 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1687,12 +1687,12 @@ input.")
      (origin
        (method url-fetch)
        (uri (string-append "https://alpha.gnu.org/gnu/ssw/";
-                           name "-" version ".tar.gz"))
+                           "spread-sheet-widget-" version ".tar.gz"))
        (sha256
         (base32 "1h93yyh2by6yrmkwqg38nd5knids05k5nqzcihc1hdwgzg3c4b8y"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("glib" ,glib "bin") ; for glib-genmarshal, etc.
+     `(("glib" ,glib "bin")             ; for glib-genmarshal, etc.
        ("pkg-config" ,pkg-config)))
     ;; In 'Requires' of spread-sheet-widget.pc.
     (propagated-inputs



reply via email to

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