mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: komikku: Use G-Expressions.
* gnu/packages/gnome.scm (komikku)[arguments]: Convert to list of G-Expressions.
This commit is contained in:
parent
7f0ff90538
commit
46e1eb48c9
1 changed files with 20 additions and 19 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue