rosenthal: Remove wayland-1.21.0.

* rosenthal/packages/freedesktop.scm (wayland-1.21.0): Delete variable.
remotes/origin/trunk
Hilton Chain 2 years ago
parent cbe04c1d70
commit 18b5f4779c
No known key found for this signature in database
GPG Key ID: ACC66D09CA528292
  1. 27
      rosenthal/packages/freedesktop.scm
  2. 1
      rosenthal/packages/wm.scm

@ -9,27 +9,6 @@
#:use-module (guix utils) #:use-module (guix utils)
#:use-module (gnu packages freedesktop)) #:use-module (gnu packages freedesktop))
(define-public wayland-1.21.0
(let ((base wayland))
(package
(inherit base)
(name "wayland")
(version "1.21.0")
(source (origin
(method url-fetch)
(uri (string-append "https://gitlab.freedesktop.org/wayland/wayland"
"/-/releases/" version "/downloads/"
"wayland-" version ".tar.xz"))
(sha256
(base32
"1b0ixya9bfw5c9jx8mzlr7yqnlyvd3jv5z8wln9scdv8q5zlvikd"))))
(arguments
(substitute-keyword-arguments (package-arguments base)
((#:phases phases)
#~(modify-phases #$phases
;; FIXME
(delete 'check))))))))
(define-public wayland-protocols-1.31 (define-public wayland-protocols-1.31
(let ((base wayland-protocols)) (let ((base wayland-protocols))
(package (package
@ -44,8 +23,4 @@
"wayland-protocols-" version ".tar.xz")) "wayland-protocols-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0f72359fzvh6jzri4fd79m34rwm2r55p2ryq4306wrw7xliafzx0")))) "0f72359fzvh6jzri4fd79m34rwm2r55p2ryq4306wrw7xliafzx0")))))))
(native-inputs
(modify-inputs (package-native-inputs base)
(replace "wayland" wayland-1.21.0)))
(inputs (list wayland-1.21.0)))))

@ -57,7 +57,6 @@
(append libdrm-2.4.115 libxcb xcb-util-renderutil) (append libdrm-2.4.115 libxcb xcb-util-renderutil)
(replace "libxkbcommon" libxkbcommon-minimal) (replace "libxkbcommon" libxkbcommon-minimal)
(replace "pixman" pixman-0.42.2) (replace "pixman" pixman-0.42.2)
(replace "wayland" wayland-1.21.0)
(replace "wayland-protocols" wayland-protocols-1.31))) (replace "wayland-protocols" wayland-protocols-1.31)))
(native-inputs (list `(,hwdata "pnp") pkg-config))))) (native-inputs (list `(,hwdata "pnp") pkg-config)))))

Loading…
Cancel
Save