gnu: balsa: Don't use NAME in source URI.
authorTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 20:13:01 +0000 (22:13 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Mon, 25 May 2020 22:19:39 +0000 (00:19 +0200)
* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.

gnu/packages/mail.scm

index c374084..101dcf5 100644 (file)
@@ -2767,7 +2767,7 @@ tools and applications:
      (origin
        (method url-fetch)
        (uri (string-append "https://pawsa.fedorapeople.org/balsa/"
-                           name "-" version ".tar.bz2"))
+                           "balsa-" version ".tar.bz2"))
        (sha256
         (base32 "1xkxx801p7sbfkn0bh3cz85wra4xf1z1zhjqqc80z1z1nln7fhb4"))))
     (build-system gnu-build-system)