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

* gnu/packages/gimp.scm (gegl)[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-19 06:52:20 +01:00
parent 2ed93b7820
commit 00bfe5eda0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -85,7 +85,7 @@ (define-public gegl
(method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/"
(string-take version 3)
"/" name "-" version ".tar.bz2")))
"/gegl-" version ".tar.bz2")))
(sha256
(base32
"0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))