[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: xorg-server: Hide the for-test variant.
From: |
Ludovic Courtès |
Subject: |
02/02: gnu: xorg-server: Hide the for-test variant. |
Date: |
Thu, 20 Apr 2017 12:37:39 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 1f49cd546ec350678e238353e8036f0792793901
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 20 18:33:15 2017 +0200
gnu: xorg-server: Hide the for-test variant.
* gnu/packages/xorg.scm (xorg-server-1.19.2): Wrap in 'hidden-package'
call.
---
gnu/packages/xorg.scm | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index aff1050..c681f92 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -5114,13 +5114,16 @@ communicates with the user via graphical controls such
as buttons and
draggable titlebars and borders.")
(license license:x11)))
-;;; 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?
+;; packages with the same name and version.
(define-public xorg-server-1.19.2
- (package
- (inherit xorg-server)
- (name "xorg-server")
- (version "1.19.2")
- (source
+ (hidden-package
+ (package
+ (inherit xorg-server)
+ (name "xorg-server")
+ (version "1.19.2")
+ (source
(origin
(method url-fetch)
(uri (string-append
@@ -5128,7 +5131,7 @@ draggable titlebars and borders.")
name "-" version ".tar.bz2"))
(sha256
(base32
- "1fw4b2lf75nsqkiyhn95b1c2if1l3cw5a188a1szx1d8l7sbk2jg"))))))
+ "1fw4b2lf75nsqkiyhn95b1c2if1l3cw5a188a1szx1d8l7sbk2jg")))))))
(define-public xorg-server-xwayland
(package