gnu: foomatic-filters: Don't use NAME in source URI.

* gnu/packages/cups.scm (foomatic-filters)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-08-23 22:32:54 +02:00
parent b1bd6b54b1
commit 8d515ce6e9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ should only be used as part of the Guix cups-pk-helper service.")
(method url-fetch)
(uri (string-append
"http://www.openprinting.org/download/foomatic/"
name "-" version ".tar.gz"))
"foomatic-filters-" version ".tar.gz"))
(sha256
(base32
"1qrkgbm5jay2r7sh9qbyf0aiyrsl1mdc844hxf7fhw95a0zfbqm2"))