From 00bfe5eda0367e7ef999fea6e9daaa3876cdd3a9 Mon Sep 17 00:00:00 2001
From: Tobias Geerinckx-Rice <me@tobias.gr>
Date: Tue, 19 Feb 2019 06:52:20 +0100
Subject: [PATCH] gnu: gegl: Don't use NAME in source URI.

* gnu/packages/gimp.scm (gegl)[source]: Hard-code NAME.
---
 gnu/packages/gimp.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 42b9c758dbf..f3cb23a5645 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -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"))))
-- 
GitLab