gnu: xorg-server-for-tests: Update to 1.20.8.
* gnu/packages/xorg.scm (xorg-server-for-tests)[source, version]: Inherit from XORG-SERVER.
This commit is contained in:
parent
cbe96f1470
commit
7f9d8a62ca
1 changed files with 1 additions and 10 deletions
|
@ -5442,19 +5442,10 @@ draggable titlebars and borders.")
|
||||||
;; This package is intended to be used when building GTK+.
|
;; This package is intended to be used when building GTK+.
|
||||||
;; Note: It's currently marked as "hidden" to avoid having two non-eq?
|
;; Note: It's currently marked as "hidden" to avoid having two non-eq?
|
||||||
;; packages with the same name and version.
|
;; packages with the same name and version.
|
||||||
;; TODO: Update this in the next rebuild cycle.
|
|
||||||
(define-public xorg-server-for-tests
|
(define-public xorg-server-for-tests
|
||||||
(hidden-package
|
(hidden-package
|
||||||
(package
|
(package
|
||||||
(inherit xorg-server)
|
(inherit xorg-server))))
|
||||||
(version "1.20.7")
|
|
||||||
(source (origin
|
|
||||||
(inherit (package-source xorg-server))
|
|
||||||
(uri (string-append "mirror://xorg/individual/xserver/"
|
|
||||||
"xorg-server-" version ".tar.bz2"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"18bfl04ihw1jr3h0fs522nnxxq5ixjay77y9dcymnkzk23q8cndx")))))))
|
|
||||||
|
|
||||||
(define-public xorg-server-xwayland
|
(define-public xorg-server-xwayland
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue