diff options
author | Andreas Enge <andreas@enge.fr> | 2013-03-17 19:02:56 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2013-03-17 19:02:56 +0100 |
commit | d539646af4bdb07abcea2e0f57eb9c50131197ab (patch) | |
tree | c09e0b57b5e4b9eeb63cbcd95b9da070905bd81e /gnu/packages/xorg.scm | |
parent | b04ac5a1e29dfa563bd9835c75b006514d19f081 (diff) | |
download | guix-d539646af4bdb07abcea2e0f57eb9c50131197ab.tar guix-d539646af4bdb07abcea2e0f57eb9c50131197ab.tar.gz |
gnu: xorg: Enable xdriinfo.
* gnu/packages/xorg.scm (xdriinfo): Enable input mesa.
Diffstat (limited to 'gnu/packages/xorg.scm')
-rw-r--r-- | gnu/packages/xorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index f6b66a0568..181aa6466f 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -2450,7 +2450,7 @@ and Matrox.") "076bjix941znyjmh3j5jjsnhp2gv2iq53d0ks29mvvv87cyy9iim")))) (build-system gnu-build-system) (inputs - `(;;("mesa" ,mesa) + `(("mesa" ,mesa) ("glproto" ,glproto) ("libx11" ,libx11) ("glproto" ,glproto) |