diff options
author | Andreas Enge <andreas@enge.fr> | 2013-04-02 12:47:39 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-04-02 12:47:39 +0200 |
commit | 8dc5d0cf7e18ee423c73087570c6b50d215ae216 (patch) | |
tree | 01605306b24142a0d2513f241ace5ebcbc00b91d | |
parent | c7f9993146a12c579098959b3b0dcfdb46151fee (diff) | |
download | guix-8dc5d0cf7e18ee423c73087570c6b50d215ae216.tar guix-8dc5d0cf7e18ee423c73087570c6b50d215ae216.tar.gz |
gnu: xorg: Re-enable tests for xorg-server.
* gnu/packages/xorg.scm (xorg-server): Re-enable (failing) tests.
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 0059effa95..7c08e4471e 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4774,8 +4774,6 @@ emulation to complete hardware acceleration for modern GPUs.") ;; ("xkeyboard-config" ,xkeyboard-config) ("xtrans" ,xtrans) ("zlib" ,zlib))) - (arguments - `(#:tests? #f)) (home-page "http://www.x.org/wiki/") (synopsis "xorg implementation of the X Window System") (description "X.org provides an implementation of the X Window System") |