From 9e1de2ca8dfb2590b87f80a8d66898c45082cd1c Mon Sep 17 00:00:00 2001 From: Felix Lechner Date: Fri, 16 Sep 2022 16:33:34 -0700 Subject: [PATCH 2/2] gnu: xkeyboard-config: Apply guix style. --- gnu/packages/xorg.scm | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 8b2c8a5733..6c5bea8669 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -3881,23 +3881,21 @@ (define-public xkeyboard-config (package (name "xkeyboard-config") (version "2.36") - (source - (origin - (method url-fetch) - (uri (string-append - "ftp://ftp.freedesktop.org/pub/xorg/individual/data/" - name - "/" - name - "-" - version - ".tar.xz")) - (sha256 - (base32 - "158m7r6ga7w12ry35q6d0z6hilbpj9h7ilw56h55478n58lv26qz")))) + (source (origin + (method url-fetch) + (uri (string-append + "ftp://ftp.freedesktop.org/pub/xorg/individual/data/" + name + "/" + name + "-" + version + ".tar.xz")) + (sha256 + (base32 + "158m7r6ga7w12ry35q6d0z6hilbpj9h7ilw56h55478n58lv26qz")))) (build-system meson-build-system) - (inputs - (list libx11 xkbcomp-intermediate)) + (inputs (list libx11 xkbcomp-intermediate)) (native-inputs (list gettext-minimal perl pkg-config python)) (home-page "https://www.x.org/wiki/") (synopsis "Xorg XKB configuration files") -- 2.36.1