mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
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)
|
||||
|
||||
(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
|
||||
|
|
Loading…
Add table
Reference in a new issue