guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: xorg-server-for-tests: Update to 1.20.8.


From: guix-commits
Subject: 02/03: gnu: xorg-server-for-tests: Update to 1.20.8.
Date: Fri, 24 Jul 2020 18:01:45 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 7f9d8a62ca69ea587cbf07e85510b1fa767ee0a0
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 23:55:30 2020 +0200

    gnu: xorg-server-for-tests: Update to 1.20.8.
    
    * gnu/packages/xorg.scm (xorg-server-for-tests)[source, version]: Inherit 
from
    XORG-SERVER.
---
 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 688d33f..6b09845 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5442,19 +5442,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: Update this in the next rebuild cycle.
 (define-public xorg-server-for-tests
   (hidden-package
    (package
-     (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")))))))
+     (inherit xorg-server))))
 
 (define-public xorg-server-xwayland
   (package



reply via email to

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