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:
parent
882cacc1bb
commit
b01622f57d
1 changed files with 92 additions and 91 deletions
|
@ -1814,8 +1814,9 @@ the boot loader configuration.")
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
|
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags
|
|
||||||
(list
|
(list
|
||||||
|
#:configure-flags
|
||||||
|
#~(list
|
||||||
"--enable-documentation=no" ;; FIXME
|
"--enable-documentation=no" ;; FIXME
|
||||||
"--enable-system-helper=no"
|
"--enable-system-helper=no"
|
||||||
"--localstatedir=/var"
|
"--localstatedir=/var"
|
||||||
|
@ -1826,7 +1827,7 @@ the boot loader configuration.")
|
||||||
(assoc-ref %build-inputs "xdg-dbus-proxy")
|
(assoc-ref %build-inputs "xdg-dbus-proxy")
|
||||||
"/bin/xdg-dbus-proxy"))
|
"/bin/xdg-dbus-proxy"))
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'fix-tests
|
(add-after 'unpack 'fix-tests
|
||||||
(lambda* (#:key inputs #:allow-other-keys)
|
(lambda* (#:key inputs #:allow-other-keys)
|
||||||
(copy-recursively
|
(copy-recursively
|
||||||
|
|
Reference in a new issue