gnu: komikku: Use G-Expressions.

* gnu/packages/gnome.scm (komikku)[arguments]: Convert to list of G-Expressions.
This commit is contained in:
Liliana Marie Prikler 2022-10-01 17:53:25 +02:00
parent 7f0ff90538
commit 46e1eb48c9
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -13023,9 +13023,10 @@ profiler via Sysprof, debugging support, and more.")
"17r059srxrx26w40swy47pdpyigyjdczp8550g4rfh86qs3ld4il")))) "17r059srxrx26w40swy47pdpyigyjdczp8550g4rfh86qs3ld4il"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:glib-or-gtk? #t (list
#:glib-or-gtk? #t
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'patch-sources (add-after 'unpack 'patch-sources
(lambda _ (lambda _
(substitute* "komikku/utils.py" (substitute* "komikku/utils.py"