guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: php: Don't use NAME in source URI.


From: guix-commits
Subject: 01/03: gnu: php: Don't use NAME in source URI.
Date: Thu, 1 Aug 2019 19:50:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b76aa1031e078f273633cc4f59d4641b9f5332f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 1 21:21:55 2019 +0200

    gnu: php: Don't use NAME in source URI.
    
    * gnu/packages/php.scm (php)[source]: Hard-code NAME.
---
 gnu/packages/php.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 6244430..09289e7 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -63,7 +63,7 @@
     (source (origin
               (method url-fetch)
               (uri (string-append home-page "distributions/"
-                                  name "-" version ".tar.xz"))
+                                  "php-" version ".tar.xz"))
               (sha256
                (base32
                 "0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y"))



reply via email to

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