gnu: flatpak: Fix indentation.

* gnu/packages/package-management.scm (flatpak): Fix indentation.
This commit is contained in:
Rutger Helling 2018-12-20 12:50:07 +01:00
parent 6693cdd6b7
commit 122db9a6ca
No known key found for this signature in database
GPG key ID: F3A727DB44FCCA36

View file

@ -1007,11 +1007,12 @@ (define-public flatpak
"--enable-documentation=no" ;; FIXME "--enable-documentation=no" ;; FIXME
"--enable-system-helper=no" "--enable-system-helper=no"
"--localstatedir=/var" "--localstatedir=/var"
(string-append "--with-system-bubblewrap=" (assoc-ref (string-append "--with-system-bubblewrap="
%build-inputs "bubblewrap") "/bin/bwrap")))) (assoc-ref %build-inputs "bubblewrap")
"/bin/bwrap"))))
(native-inputs `(("bison" ,bison) (native-inputs `(("bison" ,bison)
("gettext" ,gnu-gettext) ("gettext" ,gnu-gettext)
("glib:bin" ,glib "bin") ; for glib-mkenums and gdbus-codegen ("glib:bin" ,glib "bin") ; for glib-mkenums + gdbus-codegen
("gobject-introspection" ,gobject-introspection) ("gobject-introspection" ,gobject-introspection)
("libcap" ,libcap) ("libcap" ,libcap)
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))