guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/40: gnu: xorg-server-for-tests: Update to 1.20.10.


From: guix-commits
Subject: 25/40: gnu: xorg-server-for-tests: Update to 1.20.10.
Date: Sun, 13 Dec 2020 15:46:19 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 17203bccc740be1ca9c6a05819b99dca6b04d3c2
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 18:04:39 2020 +0100

    gnu: xorg-server-for-tests: Update to 1.20.10.
    
    * gnu/packages/xorg.scm (xorg-server-for-tests)[source, version]: Remove.
---
 gnu/packages/xorg.scm | 11 +----------
 1 file changed, 1 insertion(+), 10 deletions(-)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 4e8af39..8d58233 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5436,19 +5436,10 @@ draggable titlebars and borders.")
 ;; This package is intended to be used when building GTK+.
 ;; Note: It's currently marked as "hidden" to avoid having two non-eq?
 ;; packages with the same name and version.
-;; TODO: Inherit source from xorg-server in a future rebuild cycle.
 (define-public xorg-server-for-tests
   (hidden-package
    (package
-     (inherit xorg-server)
-     (version "1.20.9")
-     (source (origin
-               (inherit (package-source xorg-server))
-               (uri (string-append "mirror://xorg/individual/xserver/"
-                                   "xorg-server-" version ".tar.bz2"))
-               (sha256
-                (base32
-                 "0w9mrnffvjgmwi50kln15i8rpdskxv97r78l75wlcmg4vzhg46g2")))))))
+     (inherit xorg-server))))
 
 (define-public xorg-server-xwayland
   (package/inherit xorg-server



reply via email to

[Prev in Thread] Current Thread [Next in Thread]