me
/
guix
Archived
1
0
Fork 0

gnu: gnome-calculator: Update style.

* gnu/packages/gnome.scm (gnome-calculator) [arguments]: Convert to list of
G-Expressions.

Change-Id: I217aec53e66808cc11a26f5df58fd25355d898b0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-11-16 23:18:12 +01:00 committed by Liliana Marie Prikler
parent e1918fafec
commit 51f8803488
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 13 additions and 12 deletions

View File

@ -10813,9 +10813,10 @@ handling the startup notification side.")
"0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql")))) "0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
(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 'skip-gtk-update-icon-cache (add-after 'unpack 'skip-gtk-update-icon-cache
(lambda _ (lambda _
(substitute* "meson.build" (substitute* "meson.build"