Archived
1
0
Fork 0

gnu: kemoticons: Use G-expressions.

* gnu/packages/kde-frameworks.scm (kemoticons)[arguments]:
Rewrite as G-expressions.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-13 14:57:14 +08:00 committed by 宋文武
parent 2d19e1e966
commit b8aa7f16e0
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -2472,13 +2472,13 @@ with su and ssh respectively.")
(inputs (inputs
(list karchive kconfig kcoreaddons qtbase-5)) (list karchive kconfig kcoreaddons qtbase-5))
(arguments (arguments
`(#:phases (list #:phases #~(modify-phases %standard-phases
(modify-phases %standard-phases (add-before 'check 'check-setup
(add-before 'check 'check-setup (lambda _
(lambda _ (setenv "HOME"
(setenv "HOME" (getcwd)) (getcwd))
;; make Qt render "offscreen", required for tests ;; make Qt render "offscreen", required for tests
(setenv "QT_QPA_PLATFORM" "offscreen")))))) (setenv "QT_QPA_PLATFORM" "offscreen"))))))
(home-page "https://community.kde.org/Frameworks") (home-page "https://community.kde.org/Frameworks")
(synopsis "Convert text emoticons to graphical emoticons") (synopsis "Convert text emoticons to graphical emoticons")
(description "KEmoticons converts emoticons from text to a graphical (description "KEmoticons converts emoticons from text to a graphical