[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
396/470: gnu: gtk+-2: Remove trailing #t from phases.
From: |
guix-commits |
Subject: |
396/470: gnu: gtk+-2: Remove trailing #t from phases. |
Date: |
Thu, 16 Mar 2023 03:02:24 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit a53af653541a46793ec7009c360ee0168cc6c93d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 23 19:35:50 2023 +0200
gnu: gtk+-2: Remove trailing #t from phases.
* gnu/packages/gtk.scm (gtk+-2)[arguments]: Remove trailing #t from
phases.
---
gnu/packages/gtk.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 05d4e98575..f1b460fc85 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1065,8 +1065,7 @@ is part of the GNOME accessibility project.")
(substitute* "gtk/tests/recentmanager.c"
(("g_test_add_func \\(\"/recent-manager.*;") ""))
(substitute* "gtk/tests/defaultvalue.c"
- (("return g_test_run\\(\\);") ""))
- #t))
+ (("return g_test_run\\(\\);") ""))))
(add-before 'check 'pre-check
(lambda _
;; Tests require a running X server.
@@ -1077,14 +1076,12 @@ is part of the GNOME accessibility project.")
;; Tests look for $XDG_RUNTIME_DIR.
(setenv "XDG_RUNTIME_DIR" (getcwd))
;; For missing '/etc/machine-id'.
- (setenv "DBUS_FATAL_WARNINGS" "0")
- #t))
+ (setenv "DBUS_FATAL_WARNINGS" "0")))
(add-after 'install 'remove-cache
(lambda* (#:key outputs #:allow-other-keys)
- (for-each
- delete-file
- (find-files (assoc-ref outputs "out") "immodules.cache"))
- #t)))))
+ (for-each
+ delete-file
+ (find-files (assoc-ref outputs "out") "immodules.cache")))))))
(native-search-paths
(list (search-path-specification
(variable "GUIX_GTK2_PATH")
- 360/470: gnu: rust-num-cpus-1: Update to 1.15.0., (continued)
- 360/470: gnu: rust-num-cpus-1: Update to 1.15.0., guix-commits, 2023/03/16
- 229/470: gnu: Add rust-toml-test-0.3., guix-commits, 2023/03/16
- 230/470: gnu: Add rust-toml-edit-0.18., guix-commits, 2023/03/16
- 259/470: gnu: rust-futures-0.3: Update to 0.3.26., guix-commits, 2023/03/16
- 237/470: gnu: Add rust-rcgen-0.8., guix-commits, 2023/03/16
- 304/470: gnu: Add rust-proptest-derive-0.3., guix-commits, 2023/03/16
- 335/470: gnu: rust-imgref-1: Update to 1.9.4., guix-commits, 2023/03/16
- 338/470: gnu: Add rust-ravif-0.8., guix-commits, 2023/03/16
- 424/470: gnu: Add rust-nu-ansi-term-0.46., guix-commits, 2023/03/16
- 379/470: gnu: Remove rust-lexical-5., guix-commits, 2023/03/16
- 396/470: gnu: gtk+-2: Remove trailing #t from phases.,
guix-commits <=
- 402/470: gnu: gtk+-2: Skip two more tests., guix-commits, 2023/03/16
- 412/470: gnu: Add rust-jemallocator-0.5., guix-commits, 2023/03/16
- 415/470: gnu: rust-nix-0.26: Update to 0.26.2., guix-commits, 2023/03/16
- 442/470: gnu: rust-fixedbitset-0.4: Update to 0.4.2., guix-commits, 2023/03/16
- 444/470: gnu: rust-ring-0.14: Remove pregenerated files., guix-commits, 2023/03/16
- 450/470: gnu: Add rust-aes-ctr-0.6., guix-commits, 2023/03/16
- 456/470: gnu: rust-1.55: Remove bundled libraries., guix-commits, 2023/03/16
- 457/470: gnu: rust-1.61: Remove riscv64-linux jemalloc workaround., guix-commits, 2023/03/16
- 467/470: gnu: sniffglue: Add missing input., guix-commits, 2023/03/16
- 180/470: gnu: Add rust-hkdf-0.12., guix-commits, 2023/03/16