Skip to content
Snippets Groups Projects
Unverified Commit 00bfe5ed authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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

* gnu/packages/gimp.scm (gegl)[source]: Hard-code NAME.
parent 2ed93b78
No related branches found
No related tags found
No related merge requests found
...@@ -85,7 +85,7 @@ (define-public gegl ...@@ -85,7 +85,7 @@ (define-public gegl
(method url-fetch) (method url-fetch)
(uri (list (string-append "https://download.gimp.org/pub/gegl/" (uri (list (string-append "https://download.gimp.org/pub/gegl/"
(string-take version 3) (string-take version 3)
"/" name "-" version ".tar.bz2"))) "/gegl-" version ".tar.bz2")))
(sha256 (sha256
(base32 (base32
"0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9")))) "0ljqxc4iyy2hrj31pxcy1xp4xm5zbx1nigqisphmg4p8mcz2jrz9"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment