3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: xorg-server-for-tests: Update to 1.20.7.

* gnu/packages/xorg.scm (xorg-server-for-tests): Inherit all of XORG-SERVER.
This commit is contained in:
Marius Bakke 2020-01-20 18:10:09 +01:00
parent e3ca10aba1
commit 84fd5d6feb
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5282,16 +5282,7 @@ draggable titlebars and borders.")
(define-public xorg-server-for-tests
(hidden-package
(package
(inherit xorg-server)
(version "1.20.5")
(source (origin
(inherit (package-source xorg-server))
(uri (string-append
"mirror://xorg/individual/xserver/"
"xorg-server-" version ".tar.bz2"))
(sha256
(base32
"17dc3g8cc55nbkx3np64dsz04n621dnzjmcc9wys0xbyyd1q47d8")))))))
(inherit xorg-server))))
(define-public xorg-server-xwayland
(package