me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/php.scm (php)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-08-01 21:21:55 +02:00
parent d9e3f9d9d7
commit 9b76aa1031
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append home-page "distributions/" (uri (string-append home-page "distributions/"
name "-" version ".tar.xz")) "php-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y")) "0r51aiff2abbr3d2swhvja0wm56sjxzqbciabcvvq3m3v9kqkz7y"))