summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-11-04 15:04:39 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:12 +0900
commit615c9b2ceeb40e16354f90ee9c9f7ac741cb1bc9 (patch)
tree8c7eac559526f34a8ed9c10822e27de1233d54ae
parent32e3c68892e4e7ef811710f6e4b062beeef8b2e1 (diff)
gnu: gtk+: Fix indentation.
* gnu/packages/gtk.scm (gtk+): Fix indentation. Change-Id: I3020e33537bee428958fe5a92db88aec082f301e
-rw-r--r--gnu/packages/gtk.scm36
1 files changed, 18 insertions, 18 deletions
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 697b083a334..65d099c2a15 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1099,22 +1099,22 @@ application suites.")
1099 #~(modify-phases %standard-phases 1099 #~(modify-phases %standard-phases
1100 (add-after 'unpack 'disable-failing-tests 1100 (add-after 'unpack 'disable-failing-tests
1101 (lambda _ 1101 (lambda _
1102 ;; These tests fail only in the containerized environment, for 1102 ;; These tests fail only in the containerized environment, for
1103 ;; unknown reasons. 1103 ;; unknown reasons.
1104 (substitute* "testsuite/gtk/meson.build" 1104 (substitute* "testsuite/gtk/meson.build"
1105 ((".*\\['defaultvalue'],.*") "") 1105 ((".*\\['defaultvalue'],.*") "")
1106 ((".*\\['objects-finalize',.*") "")) 1106 ((".*\\['objects-finalize',.*") ""))
1107 ;; The 'flipping-icons.ui' and 'gtk-icontheme-sizing.ui' tests 1107 ;; The 'flipping-icons.ui' and 'gtk-icontheme-sizing.ui' tests
1108 ;; fail for unknown reasons (see: 1108 ;; fail for unknown reasons (see:
1109 ;; <https://gitlab.gnome.org/GNOME/gtk/-/issues/7679>). 1109 ;; <https://gitlab.gnome.org/GNOME/gtk/-/issues/7679>).
1110 (substitute* "testsuite/reftests/meson.build" 1110 (substitute* "testsuite/reftests/meson.build"
1111 ((" 'flipping-icons.ui',.*") "") 1111 ((" 'flipping-icons.ui',.*") "")
1112 ((" 'gtk-icontheme-sizing.ui',.*") "")) 1112 ((" 'gtk-icontheme-sizing.ui',.*") ""))
1113 ;; This test fails just on i686-linux, for unknown reasons. 1113 ;; This test fails just on i686-linux, for unknown reasons.
1114 #$@(if (target-x86-32?) 1114 #$@(if (target-x86-32?)
1115 #~((substitute* "testsuite/reftests/meson.build" 1115 #~((substitute* "testsuite/reftests/meson.build"
1116 ((" 'linear-gradient.ui',.*") ""))) 1116 ((" 'linear-gradient.ui',.*") "")))
1117 #~()))) 1117 #~())))
1118 (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file 1118 (add-after 'unpack 'generate-gdk-pixbuf-loaders-cache-file
1119 (assoc-ref glib-or-gtk:%standard-phases 1119 (assoc-ref glib-or-gtk:%standard-phases
1120 'generate-gdk-pixbuf-loaders-cache-file)) 1120 'generate-gdk-pixbuf-loaders-cache-file))
@@ -1138,8 +1138,8 @@ application suites.")
1138 "/share/applications"))))))) 1138 "/share/applications")))))))
1139 (native-search-paths 1139 (native-search-paths
1140 (list (search-path-specification 1140 (list (search-path-specification
1141 (variable "GUIX_GTK3_PATH") 1141 (variable "GUIX_GTK3_PATH")
1142 (files '("lib/gtk-3.0"))))))) 1142 (files '("lib/gtk-3.0")))))))
1143 1143
1144(define-public gtk+/fixed 1144(define-public gtk+/fixed
1145 (let* ((base gtk+) 1145 (let* ((base gtk+)