[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/169: gnu: gdk-pixbuf: Add a debug output.
From: |
guix-commits |
Subject: |
09/169: gnu: gdk-pixbuf: Add a debug output. |
Date: |
Thu, 28 Oct 2021 02:08:08 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit f491513572cd2d866295fb0a3bbd74a919958d9d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 06:55:07 2021 -0500
gnu: gdk-pixbuf: Add a debug output.
* gnu/packages/gtk.scm (gdk-pixbuf)[outputs]{debug}: New output.
[phases]: Strip trailing #t.
---
gnu/packages/gtk.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 3e775f0..24b8ad1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -643,6 +643,7 @@ highlighting and other features typical of a source code
editor.")
(base32
"0k9f9177qxaryaxprwrhqnv5p2gdq4a8i6y05gm98qa8izc5v77y"))))
(build-system meson-build-system)
+ (outputs '("out" "debug"))
(arguments
`(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:configure-flags '("-Dinstalled_tests=false" "-Djasper=true")
@@ -666,14 +667,12 @@ highlighting and other features typical of a source code
editor.")
(string-append (assoc-ref ,(if (%current-target-system)
'(or native-inputs inputs)
'inputs) "docbook-xml")
- "/xml/dtd/docbook/"))))
- #t))
+ "/xml/dtd/docbook/"))))))
(add-before 'configure 'disable-failing-tests
(lambda _
(substitute* "tests/meson.build"
(("\\[ 'pixbuf-fail', \\['conform', 'slow'\\], \\],")
- ""))
- #t))
+ ""))))
;; The slow tests take longer than the specified timeout.
,@(if (any (cute string=? <> (%current-system))
'("armhf-linux" "aarch64-linux"))
- branch core-updates-frozen-batched-changes created (now 9119859), guix-commits, 2021/10/28
- 02/169: gnu: gst-plugins-base: Depend on Opus for all systems., guix-commits, 2021/10/28
- 01/169: gnu: apr: Update to 1.7.0., guix-commits, 2021/10/28
- 05/169: gnu: pulseaudio: Use meson build system., guix-commits, 2021/10/28
- 07/169: gnu: json-c: Update to 0.15., guix-commits, 2021/10/28
- 08/169: gnu: gtk+: Add a debug output., guix-commits, 2021/10/28
- 09/169: gnu: gdk-pixbuf: Add a debug output.,
guix-commits <=
- 03/169: gnu: rust: Update to 1.50., guix-commits, 2021/10/28
- 06/169: gnu: shadow: Set log in /var/log., guix-commits, 2021/10/28
- 04/169: gnu: pulseaudio: Update to 14.2., guix-commits, 2021/10/28
- 12/169: gnu: appstream-glib: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 16/169: gnu: cogl: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 18/169: gnu: cheese: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 22/169: gnu: gst-plugins-good: Update to 1.18.4., guix-commits, 2021/10/28
- 24/169: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/10/28
- 25/169: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/10/28
- 26/169: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/10/28