gnu: php: Don't use NAME in source URI.
* gnu/packages/php.scm (php)[source]: Hard-code NAME.
This commit is contained in:
parent
d9e3f9d9d7
commit
9b76aa1031
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue