mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2025-04-15 02:24:41 +00:00
rosenthal: Remove libxkbcommon.
* rosenthal/packages/xdisorg.scm (libxkbcommon-1.5.0,libxkbcommon-minimal): Delete variables.
This commit is contained in:
parent
033e890a25
commit
d39f8ce07a
@ -8,36 +8,6 @@
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages xdisorg))
|
||||
|
||||
(define-public libxkbcommon-1.5.0
|
||||
(package
|
||||
(inherit libxkbcommon)
|
||||
(name "libxkbcommon")
|
||||
(version "1.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://xkbcommon.org/download/libxkbcommon-"
|
||||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05z08rpa464x8myjxddhix7jp9jcmakd7xrybx4hz8dwpg2123sn"))))))
|
||||
|
||||
(define-public libxkbcommon-minimal
|
||||
(let ((base libxkbcommon-1.5.0))
|
||||
(package
|
||||
(inherit base)
|
||||
(name "libxkbcommon-minimal")
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
#~(list "-Denable-x11=false"
|
||||
"-Denable-wayland=false"
|
||||
(string-append "-Dxkb-config-root="
|
||||
(search-input-directory
|
||||
%build-inputs "/share/X11/xkb")))))
|
||||
(inputs
|
||||
(modify-inputs (package-inputs base)
|
||||
(delete "libx11" "libxcb" "wayland" "wayland-protocols"))))))
|
||||
|
||||
(define-public pixman-0.42.2
|
||||
(package
|
||||
(inherit pixman)
|
||||
|
Loading…
Reference in New Issue
Block a user