Archived
1
0
Fork 0

gnu: kcoreaddons: Remove trailing #t.

* gnu/packages/kde-frameworks.scm (kcoreaddons)[arguments]<#:phases>: Remove
trailing #t.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Hilton Chain 2022-09-24 15:09:38 +08:00 committed by Liliana Marie Prikler
parent d0975b4e7e
commit 98e2629165
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -603,20 +603,17 @@ propagate their changes to their respective configuration files.")
;; being interleaved. ;; being interleaved.
(display "[test_channels]\n*\n") (display "[test_channels]\n*\n")
;; This fails with ENOSPC because of too many inotify watches. ;; This fails with ENOSPC because of too many inotify watches.
(display "[benchNotifyWatcher]\n*\n"))) (display "[benchNotifyWatcher]\n*\n")))))
#t))
;; See upstream commit ee424e9b62368485bba4193053cabb553a1d268e ;; See upstream commit ee424e9b62368485bba4193053cabb553a1d268e
(add-after 'unpack 'fix-broken-test (add-after 'unpack 'fix-broken-test
(lambda _ (lambda _
(substitute* "autotests/kdirwatch_unittest.cpp" (substitute* "autotests/kdirwatch_unittest.cpp"
(("QVERIFY\\(waitForRecreationSignal\\(watch, existingFile\\)\\);" m) (("QVERIFY\\(waitForRecreationSignal\\(watch, existingFile\\)\\);" m)
(string-append m "\nwaitUntilNewSecond();"))) (string-append m "\nwaitUntilNewSecond();")))))
#t))
(add-before 'check 'check-setup (add-before 'check 'check-setup
(lambda _ (lambda _
(setenv "HOME" (getcwd)) (setenv "HOME" (getcwd))
(setenv "TMPDIR" (getcwd)) (setenv "TMPDIR" (getcwd)))))))
#t)))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Qt addon library with a collection of non-GUI utilities") (synopsis "Qt addon library with a collection of non-GUI utilities")
(description "KCoreAddons provides classes built on top of QtCore to (description "KCoreAddons provides classes built on top of QtCore to