GNU bug report logs -
#78537
GIMP startup crash on minimal xorg/wm unless gtk+ in profile
Previous Next
Full log
Message #8 received at 78537 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/gimp.scm (gimp-3) [inputs]: Remove gtk+.
[propagated-inputs]: Add gtk+.
Signed-off-by: Runciter <runciter <at> whispers-vpn.org>
---
gnu/packages/gimp.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm
index 08f71b9b1f..d059b2ac86 100644
--- a/gnu/packages/gimp.scm
+++ b/gnu/packages/gimp.scm
@@ -471,14 +471,15 @@ (define-public gimp-3
(lambda (_ stat)
(eq? 'regular (stat:type stat))))))))))
(inputs (modify-inputs (package-inputs gimp-2)
- (replace "gtk+" gtk+)
+ (delete "gtk+")
(prepend libxmu libxt)
(prepend python python-pygobject gjs)
(prepend libxslt)))
(native-inputs (modify-inputs (package-native-inputs gimp-2)
(prepend appstream-glib
gi-docgen
- libarchive)))))
+ libarchive)))
+ (propagated-inputs (list gtk+))))
(define-public gimp gimp-3)
(define-public gimp-next
base-commit: 646fef769d995122cca8f2aa2c82fa4cd32fb609
--
2.49.0
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.