gnu: libxkbcommon: Fix indentation.
* gnu/packages/xdisorg.scm (libxkbcommon): Fix indentation.master
parent
5841ac3981
commit
52518b6478
|
@ -504,12 +504,12 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
||||||
(name "libxkbcommon")
|
(name "libxkbcommon")
|
||||||
(version "1.4.1")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
|
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list libx11
|
(list libx11
|
||||||
|
@ -525,11 +525,11 @@ avoiding password prompts when X11 forwarding has already been setup.")
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
#~(list (string-append "-Dxkb-config-root="
|
#~(list (string-append "-Dxkb-config-root="
|
||||||
(search-input-directory %build-inputs
|
(search-input-directory
|
||||||
"share/X11/xkb"))
|
%build-inputs "share/X11/xkb"))
|
||||||
(string-append "-Dx-locale-root="
|
(string-append "-Dx-locale-root="
|
||||||
(search-input-directory %build-inputs
|
(search-input-directory
|
||||||
"share/X11/locale")))))
|
%build-inputs "share/X11/locale")))))
|
||||||
(home-page "https://xkbcommon.org/")
|
(home-page "https://xkbcommon.org/")
|
||||||
(synopsis "Library to handle keyboard descriptions")
|
(synopsis "Library to handle keyboard descriptions")
|
||||||
(description "Xkbcommon is a library to handle keyboard descriptions,
|
(description "Xkbcommon is a library to handle keyboard descriptions,
|
||||||
|
|
Reference in New Issue