gnu: KDE Utils: Remove trailing booleans.
* gnu/packages/kde-utils.scm (kate, okteta): [arguments]: Remove trailing booleans. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
205e7e0f35
commit
541cec1fcf
1 changed files with 2 additions and 4 deletions
|
@ -154,8 +154,7 @@ (define-public kate
|
|||
(lambda _
|
||||
;; make Qt render "offscreen", required for tests
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
(setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
|
||||
#t)))))
|
||||
(setenv "XDG_CACHE_HOME" "/tmp/xdg-cache"))))))
|
||||
(home-page "https://kate-editor.org/")
|
||||
(synopsis "Multi-document, multi-view text editor")
|
||||
(description "Kate is a powerful text editor that can open multiple files
|
||||
|
@ -435,8 +434,7 @@ (define-public okteta
|
|||
(lambda _
|
||||
;; make Qt render "offscreen", required for tests
|
||||
(setenv "QT_QPA_PLATFORM" "offscreen")
|
||||
(setenv "HOME" "/tmp/dummy-home")
|
||||
#t)))))
|
||||
(setenv "HOME" "/tmp/dummy-home"))))))
|
||||
(home-page "https://apps.kde.org/okteta/")
|
||||
(synopsis "Hexadecimal editor for binary files")
|
||||
(description "Okteta is a simple editor for the raw data of files. This
|
||||
|
|
Loading…
Reference in a new issue