gnu: xarcan: Fix indentation.

* gnu/packages/arcan.scm (xarcan): Fix indentation.
This commit is contained in:
Maxim Cournoyer 2023-09-05 11:16:23 -04:00
parent f592042a45
commit 1f014b9f0b
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -218,7 +218,8 @@ (define-public xarcan
#$(this-package-input "font-dejavu") "/share/fonts")
(string-append "-Dxkb_dir=" #$(this-package-input "xkeyboard-config")
"/share/X11/xkb")
(string-append "-Dxkb_bin_dir=" #$(this-package-input "xkbcomp") "/bin")
(string-append "-Dxkb_bin_dir=" #$(this-package-input "xkbcomp")
"/bin")
(format #f "-Dbuilder_string=\"Build ID: ~a ~a\"" #$name #$version))))
(native-inputs
(list pkg-config autoconf automake libtool util-macros))
@ -247,8 +248,7 @@ (define-public xarcan
(description "Patched Xserver with a KDrive backend that uses the arcan-shmif
to map Xlib/Xcb/X clients to a running arcan instance. It allows running an X session
as a window under Arcan.")
(license (list license:expat
license:bsd-3))))
(license (list license:bsd-3 license:expat))))
(define-public arcan-wayland
(package