mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: libxkbcommon: Fix indentation.
* gnu/packages/xdisorg.scm (libxkbcommon): Fix indentation.
This commit is contained in:
parent
5841ac3981
commit
52518b6478
1 changed files with 10 additions and 10 deletions
|
@ -504,12 +504,12 @@ (define-public libxkbcommon
|
|||
(name "libxkbcommon")
|
||||
(version "1.4.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://xkbcommon.org/download/libxkbcommon-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fbb2dyjvf71p42y2jmwdcylsvj03w52f5rb23c2d00rwahhfg4l"))))
|
||||
(build-system meson-build-system)
|
||||
(inputs
|
||||
(list libx11
|
||||
|
@ -525,11 +525,11 @@ (define-public libxkbcommon
|
|||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list (string-append "-Dxkb-config-root="
|
||||
(search-input-directory %build-inputs
|
||||
"share/X11/xkb"))
|
||||
(search-input-directory
|
||||
%build-inputs "share/X11/xkb"))
|
||||
(string-append "-Dx-locale-root="
|
||||
(search-input-directory %build-inputs
|
||||
"share/X11/locale")))))
|
||||
(search-input-directory
|
||||
%build-inputs "share/X11/locale")))))
|
||||
(home-page "https://xkbcommon.org/")
|
||||
(synopsis "Library to handle keyboard descriptions")
|
||||
(description "Xkbcommon is a library to handle keyboard descriptions,
|
||||
|
|
Loading…
Reference in a new issue