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
parent
e1918fafec
commit
51f8803488
|
@ -10813,18 +10813,19 @@ handling the startup notification side.")
|
||||||
"0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
|
"0hqhnwaw7zam0r7b61ir68710hxmc5rxb0172mz9lc48kwr67rql"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
(list
|
||||||
#:phases
|
#:glib-or-gtk? #t
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
(add-after 'unpack 'skip-gtk-update-icon-cache
|
#~(modify-phases %standard-phases
|
||||||
(lambda _
|
(add-after 'unpack 'skip-gtk-update-icon-cache
|
||||||
(substitute* "meson.build"
|
(lambda _
|
||||||
(("gtk_update_icon_cache: true")
|
(substitute* "meson.build"
|
||||||
"gtk_update_icon_cache: false"))))
|
(("gtk_update_icon_cache: true")
|
||||||
(add-before 'check 'pre-check
|
"gtk_update_icon_cache: false"))))
|
||||||
(lambda _
|
(add-before 'check 'pre-check
|
||||||
;; Tests require a writable HOME.
|
(lambda _
|
||||||
(setenv "HOME" (getcwd)))))))
|
;; Tests require a writable HOME.
|
||||||
|
(setenv "HOME" (getcwd)))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
`(,glib "bin") ;for glib-compile-schemas, gio-2.0.
|
`(,glib "bin") ;for glib-compile-schemas, gio-2.0.
|
||||||
|
|
Reference in New Issue