gnu: flatpak: Use G-expressions.

* gnu/packages/package-management.scm (flatpak): Fix indentation.
[arguments]: Use G-expressions.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Zhu Zihao 2022-04-21 18:52:21 +08:00 committed by Ludovic Courtès
parent 882cacc1bb
commit b01622f57d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1814,8 +1814,9 @@ the boot loader configuration.")
(build-system glib-or-gtk-build-system)
(arguments
'(#:configure-flags
(list
#:configure-flags
#~(list
"--enable-documentation=no" ;; FIXME
"--enable-system-helper=no"
"--localstatedir=/var"
@ -1826,7 +1827,7 @@ the boot loader configuration.")
(assoc-ref %build-inputs "xdg-dbus-proxy")
"/bin/xdg-dbus-proxy"))
#:phases
(modify-phases %standard-phases
#~(modify-phases %standard-phases
(add-after 'unpack 'fix-tests
(lambda* (#:key inputs #:allow-other-keys)
(copy-recursively