summaryrefslogtreecommitdiff
path: root/gnu/packages/gimp.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-21 10:47:18 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-21 10:48:47 +0100
commit74117156bd59bf2a72dbfb4dfa3626140833ed7c (patch)
tree6f6c9b97c05fa500b22e57a7eb0a70ca62ee1e11 /gnu/packages/gimp.scm
parent4aabf49dadfe9d2257c551e2c212e7cc9640abc4 (diff)
gnu: Remove babl-0.1.96.
* gnu/packages/gimp.scm (babl-0.1.96): Delete variable. Fixes: guix/guix#3689 Change-Id: I283a0db100bb27c828c68e7084c00d09e666b1c9
Diffstat (limited to 'gnu/packages/gimp.scm')
-rw-r--r--gnu/packages/gimp.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index f9de4ee681e..83d35d0ee0d 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -298,25 +298,6 @@ buffers.")
;; application and GUI binary gegl is licensed under GPL.
(license (list license:lgpl3+ license:gpl3+))))
-(define-public babl-0.1.96
- (package
- (inherit babl)
- (version "0.1.96")
- (source
- (origin
- (method url-fetch)
- (uri (list (string-append "https://download.gimp.org/pub/babl/"
- (version-major+minor version)
- "/babl-" version ".tar.xz")
- (string-append "https://ftp.gtk.org/pub/babl/"
- (version-major+minor version)
- "/babl-" version ".tar.xz")
- (string-append "ftp://ftp.gtk.org/pub/babl/"
- (version-major+minor version)
- "/babl-" version ".tar.xz")))
- (sha256
- (base32 "1xj5hlmm834lb84rpjlfxbqnm5piswgzhjas4h8z90x9b7j3yrrk"))))))
-
(define-public gimp-2
(package
(name "gimp")