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:
parent
d0975b4e7e
commit
98e2629165
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue