summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorJohn Darrington <jmd@gnu.org>2013-12-15 12:01:56 +0100
committerLudovic Courtès <ludo@gnu.org>2013-12-15 22:31:19 +0100
commitc4c4cc05979f2a2d0212963c5fe1b940d63a0958 (patch)
treeffe05f66ed9236ac03ac219449924e36a87134c4 /gnu/packages
parente766f699be12e5ad044c415a1b8658cfe0a18c9b (diff)
gnu: Move numerous "inputs" which should be "native-inputs".
* gnu/packages/avahi.scm, gnu/packages/cdrom.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/emacs.scm, gnu/packages/fontutils.scm, gnu/packages/gdb.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/graphviz.scm, gnu/packages/groff.scm, gnu/packages/gstreamer.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm, gnu/packages/libcanberra.scm, gnu/packages/libtiff.scm, gnu/packages/linux.scm, gnu/packages/lvm.scm, gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/parted.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/qemu.scm, gnu/packages/qt.scm, gnu/packages/ratpoison.scm, gnu/packages/rdf.scm, gnu/packages/slim.scm, gnu/packages/texlive.scm, gnu/packages/version-control.scm, gnu/packages/video.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/xml.scm, gnu/packages/xnee.scm, gnu/packages/xorg.scm, gnu/packages/zip.scm: Move some build-time dependencies from `inputs' to `native-inputs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/algebra.scm4
-rw-r--r--gnu/packages/avahi.scm9
-rw-r--r--gnu/packages/cdrom.scm10
-rw-r--r--gnu/packages/cryptsetup.scm7
-rw-r--r--gnu/packages/curl.scm9
-rw-r--r--gnu/packages/emacs.scm7
-rw-r--r--gnu/packages/fontutils.scm5
-rw-r--r--gnu/packages/gdb.scm3
-rw-r--r--gnu/packages/geeqie.scm5
-rw-r--r--gnu/packages/ghostscript.scm13
-rw-r--r--gnu/packages/glib.scm12
-rw-r--r--gnu/packages/gnome.scm42
-rw-r--r--gnu/packages/gnunet.scm3
-rw-r--r--gnu/packages/gnuzilla.scm9
-rw-r--r--gnu/packages/graphviz.scm7
-rw-r--r--gnu/packages/groff.scm6
-rw-r--r--gnu/packages/gstreamer.scm20
-rw-r--r--gnu/packages/gtk.scm62
-rw-r--r--gnu/packages/gv.scm3
-rw-r--r--gnu/packages/imagemagick.scm4
-rw-r--r--gnu/packages/irssi.scm5
-rw-r--r--gnu/packages/kde.scm3
-rw-r--r--gnu/packages/libcanberra.scm5
-rw-r--r--gnu/packages/libtiff.scm4
-rw-r--r--gnu/packages/linux.scm25
-rw-r--r--gnu/packages/lvm.scm2
-rw-r--r--gnu/packages/mp3.scm8
-rw-r--r--gnu/packages/netpbm.scm11
-rw-r--r--gnu/packages/parallel.scm2
-rw-r--r--gnu/packages/parted.scm3
-rw-r--r--gnu/packages/pdf.scm3
-rw-r--r--gnu/packages/pulseaudio.scm7
-rw-r--r--gnu/packages/qemu.scm7
-rw-r--r--gnu/packages/qt.scm7
-rw-r--r--gnu/packages/ratpoison.scm7
-rw-r--r--gnu/packages/rdf.scm6
-rw-r--r--gnu/packages/slim.scm5
-rw-r--r--gnu/packages/texlive.scm9
-rw-r--r--gnu/packages/video.scm12
-rw-r--r--gnu/packages/vpn.scm7
-rw-r--r--gnu/packages/w3m.scm9
-rw-r--r--gnu/packages/xml.scm6
-rw-r--r--gnu/packages/xnee.scm3
-rw-r--r--gnu/packages/xorg.scm673
-rw-r--r--gnu/packages/zip.scm13
45 files changed, 619 insertions, 463 deletions
diff --git a/gnu/packages/algebra.scm b/gnu/packages/algebra.scm
index 9cc079d498c..faab4edc85c 100644
--- a/gnu/packages/algebra.scm
+++ b/gnu/packages/algebra.scm
@@ -168,8 +168,8 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
168 (base32 168 (base32
169 "0cqf5jkwx6awgd2xc2a0mkpxilzcfmhncdcfg7c9439wgkqxkxjf")))) 169 "0cqf5jkwx6awgd2xc2a0mkpxilzcfmhncdcfg7c9439wgkqxkxjf"))))
170 (build-system gnu-build-system) 170 (build-system gnu-build-system)
171 (inputs `(("readline" ,readline) 171 (inputs `(("readline" ,readline)))
172 ("flex" ,flex))) 172 (native-inputs `(("flex" ,flex)))
173 (arguments 173 (arguments
174 '(#:phases 174 '(#:phases
175 (alist-replace 'configure 175 (alist-replace 'configure
diff --git a/gnu/packages/avahi.scm b/gnu/packages/avahi.scm
index 2d2a4a43c12..bc70878d467 100644
--- a/gnu/packages/avahi.scm
+++ b/gnu/packages/avahi.scm
@@ -56,10 +56,11 @@
56 `(("expat" ,expat) 56 `(("expat" ,expat)
57 ("glib" ,glib) 57 ("glib" ,glib)
58 ("dbus" ,dbus) 58 ("dbus" ,dbus)
59 ("libdaemon" ,libdaemon) 59 ("gdbm" ,gdbm)
60 ("intltool" ,intltool) 60 ("libdaemon" ,libdaemon)))
61 ("pkg-config" ,pkg-config) 61 (native-inputs
62 ("gdbm" ,gdbm))) 62 `(("intltool" ,intltool)
63 ("pkg-config" ,pkg-config)))
63 (synopsis "Avahi, an mDNS/DNS-SD implementation") 64 (synopsis "Avahi, an mDNS/DNS-SD implementation")
64 (description 65 (description
65 "Avahi is a system which facilitates service discovery on a local 66 "Avahi is a system which facilitates service discovery on a local
diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm
index f6676919862..df5d077e7a1 100644
--- a/gnu/packages/cdrom.scm
+++ b/gnu/packages/cdrom.scm
@@ -78,10 +78,11 @@ caching facility provided by the library.")
78 "0kpp6gr5sjr30pb9klncc37fhkw0wi6r41d2fmvmw17cbj176zmg")))) 78 "0kpp6gr5sjr30pb9klncc37fhkw0wi6r41d2fmvmw17cbj176zmg"))))
79 (build-system gnu-build-system) 79 (build-system gnu-build-system)
80 (inputs 80 (inputs
81 `(("ncurses" ,ncurses)
82 ("libcddb" ,libcddb)))
83 (native-inputs
81 `(("help2man" ,help2man) 84 `(("help2man" ,help2man)
82 ("ncurses" ,ncurses) 85 ("pkg-config" ,pkg-config)))
83 ("pkg-config" ,pkg-config)
84 ("libcddb" ,libcddb)))
85 (home-page "http://www.gnu.org/software/libcdio/") 86 (home-page "http://www.gnu.org/software/libcdio/")
86 (synopsis "CD Input and Control library") 87 (synopsis "CD Input and Control library")
87 (description 88 (description
@@ -182,8 +183,9 @@ reconstruction capability.")
182 "0pm039a78h7m9vvjmmjfkl05ii6qdmfhvbypxjbc7j5w82y66is4")))) 183 "0pm039a78h7m9vvjmmjfkl05ii6qdmfhvbypxjbc7j5w82y66is4"))))
183 (build-system gnu-build-system) 184 (build-system gnu-build-system)
184 (inputs 185 (inputs
186 `(("gtk+" ,gtk+-2)))
187 (native-inputs
185 `(("gettext" ,gnu-gettext) 188 `(("gettext" ,gnu-gettext)
186 ("gtk+" ,gtk+-2)
187 ("pkg-config" ,pkg-config) 189 ("pkg-config" ,pkg-config)
188 ("which" ,which))) 190 ("which" ,which)))
189 (arguments 191 (arguments
diff --git a/gnu/packages/cryptsetup.scm b/gnu/packages/cryptsetup.scm
index 8645e9e04a9..c362a63b8b1 100644
--- a/gnu/packages/cryptsetup.scm
+++ b/gnu/packages/cryptsetup.scm
@@ -44,9 +44,10 @@
44 (inputs 44 (inputs
45 `(("libgcrypt" ,libgcrypt) 45 `(("libgcrypt" ,libgcrypt)
46 ("lvm2" ,lvm2) 46 ("lvm2" ,lvm2)
47 ("popt" ,popt) 47 ("util-linux" ,util-linux)
48 ("python" ,python-wrapper) 48 ("popt" ,popt)))
49 ("util-linux" ,util-linux))) 49 (native-inputs
50 `(("python" ,python-wrapper)))
50 (synopsis "hard disk encryption tool") 51 (synopsis "hard disk encryption tool")
51 (description 52 (description
52 "LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk 53 "LUKS (Linux Unified Key Setup)/Cryptsetup provides a standard on-disk
diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 4f5d96087ef..7072ed38786 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -45,15 +45,16 @@
45 "13bhfs41yf60ys2hrikqxjwfzaj0gm91kqzsgc5fr4grzmpm38nx")))) 45 "13bhfs41yf60ys2hrikqxjwfzaj0gm91kqzsgc5fr4grzmpm38nx"))))
46 (build-system gnu-build-system) 46 (build-system gnu-build-system)
47 (inputs `(("gnutls" ,gnutls) 47 (inputs `(("gnutls" ,gnutls)
48 ;; to enable the --manual option and make test 1026 pass
49 ("groff" ,groff)
50 ("gss" ,gss) 48 ("gss" ,gss)
51 ("libidn" ,libidn) 49 ("libidn" ,libidn)
52 ("libssh2" ,libssh2) 50 ("libssh2" ,libssh2)
53 ("openldap" ,openldap) 51 ("openldap" ,openldap)
54 ("perl" ,perl)
55 ("pkg-config" ,pkg-config)
56 ("zlib" ,zlib))) 52 ("zlib" ,zlib)))
53 (native-inputs
54 `(("perl" ,perl)
55 ;; to enable the --manual option and make test 1026 pass
56 ("groff" ,groff)
57 ("pkg-config" ,pkg-config)))
57 (arguments 58 (arguments
58 `(#:configure-flags '("--with-gnutls" "--with-gssapi"))) 59 `(#:configure-flags '("--with-gnutls" "--with-gssapi")))
59 (synopsis "curl, command line tool for transferring data with URL syntax") 60 (synopsis "curl, command line tool for transferring data with URL syntax")
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index c7811358bcb..cecfd6025d9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -65,9 +65,7 @@
65 "pwd"))) 65 "pwd")))
66 %standard-phases))) 66 %standard-phases)))
67 (inputs 67 (inputs
68 `(("pkg-config" ,pkg-config) 68 `(("gnutls" ,gnutls)
69 ("gnutls" ,gnutls)
70 ("texinfo" ,texinfo)
71 ("ncurses" ,ncurses) 69 ("ncurses" ,ncurses)
72 70
73 ;; TODO: Add the optional dependencies. 71 ;; TODO: Add the optional dependencies.
@@ -86,6 +84,9 @@
86 ("libXpm" ,libxpm) 84 ("libXpm" ,libxpm)
87 ("libxml2" ,libxml2) 85 ("libxml2" ,libxml2)
88 ("dbus" ,dbus))) 86 ("dbus" ,dbus)))
87 (native-inputs
88 `(("pkg-config" ,pkg-config)
89 ("texinfo" ,texinfo)))
89 (home-page "http://www.gnu.org/software/emacs/") 90 (home-page "http://www.gnu.org/software/emacs/")
90 (synopsis "The extensible, customizable, self-documenting text editor") 91 (synopsis "The extensible, customizable, self-documenting text editor")
91 (description 92 (description
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index fc9fb6accda..d17843ec34a 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -76,8 +76,9 @@ anti-aliased glyph bitmap generation with 256 gray levels.")
76 (build-system gnu-build-system) 76 (build-system gnu-build-system)
77 (inputs `(("expat" ,expat) 77 (inputs `(("expat" ,expat)
78 ("freetype" ,freetype) 78 ("freetype" ,freetype)
79 ("gs-fonts" ,gs-fonts) 79 ("gs-fonts" ,gs-fonts)))
80 ("pkg-config" ,pkg-config))) 80 (native-inputs
81 `(("pkg-config" ,pkg-config)))
81 (arguments 82 (arguments
82 `(#:configure-flags 83 `(#:configure-flags
83 ;; point to user profile instead of /usr/share/fonts in /etc/fonts.conf 84 ;; point to user profile instead of /usr/share/fonts in /etc/fonts.conf
diff --git a/gnu/packages/gdb.scm b/gnu/packages/gdb.scm
index 8757f05ede2..5a863e54aae 100644
--- a/gnu/packages/gdb.scm
+++ b/gnu/packages/gdb.scm
@@ -57,8 +57,9 @@
57 ("readline" ,readline) 57 ("readline" ,readline)
58 ("ncurses" ,ncurses) 58 ("ncurses" ,ncurses)
59 ("python" ,python-wrapper) 59 ("python" ,python-wrapper)
60 ("texinfo" ,texinfo)
61 ("dejagnu" ,dejagnu))) 60 ("dejagnu" ,dejagnu)))
61 (native-inputs
62 `(("texinfo" ,texinfo)))
62 (home-page "http://www.gnu.org/software/gdb/") 63 (home-page "http://www.gnu.org/software/gdb/")
63 (synopsis "The GNU debugger") 64 (synopsis "The GNU debugger")
64 (description 65 (description
diff --git a/gnu/packages/geeqie.scm b/gnu/packages/geeqie.scm
index 9f182e95bea..2927f2d5f9f 100644
--- a/gnu/packages/geeqie.scm
+++ b/gnu/packages/geeqie.scm
@@ -72,11 +72,12 @@ and XMP metadata of images in various formats.")
72 (build-system gnu-build-system) 72 (build-system gnu-build-system)
73 (inputs 73 (inputs
74 `(;; ("libchamplain" ,libchamplain) 74 `(;; ("libchamplain" ,libchamplain)
75 ("intltool" ,intltool)
76 ("lcms" ,lcms) 75 ("lcms" ,lcms)
77 ("exiv2" ,exiv2) 76 ("exiv2" ,exiv2)
78 ("libpng" ,libpng) 77 ("libpng" ,libpng)
79 ("gtk+" ,gtk+-2) 78 ("gtk+" ,gtk+-2)))
79 (native-inputs
80 `(("intltool" ,intltool)
80 ("pkg-config" ,pkg-config))) 81 ("pkg-config" ,pkg-config)))
81 (home-page "http://geeqie.sourceforge.net") 82 (home-page "http://geeqie.sourceforge.net")
82 (synopsis "Lightweight GTK+ based image viewer") 83 (synopsis "Lightweight GTK+ based image viewer")
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 6d32b420435..127256a28ef 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -134,11 +134,12 @@ printing, and psresize, for adjusting page sizes.")
134 ("libpng" ,libpng) 134 ("libpng" ,libpng)
135 ("libpaper" ,libpaper) 135 ("libpaper" ,libpaper)
136 ("libtiff" ,libtiff) 136 ("libtiff" ,libtiff)
137 ("perl" ,perl)
138 ("pkg-config" ,pkg-config) ; needed to find libtiff
139 ("python" ,python-wrapper)
140 ("tcl" ,tcl)
141 ("zlib" ,zlib))) 137 ("zlib" ,zlib)))
138 (native-inputs
139 `(("perl" ,perl)
140 ("pkg-config" ,pkg-config) ; needed to find libtiff
141 ("python" ,python-wrapper)
142 ("tcl" ,tcl)))
142 (arguments 143 (arguments
143 `(#:phases 144 `(#:phases
144 (alist-replace 145 (alist-replace
@@ -225,8 +226,8 @@ Ghostscript. It currently includes the 35 standard PostScript fonts.")
225 (sha256 (base32 226 (sha256 (base32
226 "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8")))) 227 "1v63lqc6bhhxwkpa43qmz8phqs8ci4dhzizyy16d3vkb20m846z8"))))
227 (build-system gnu-build-system) 228 (build-system gnu-build-system)
228 (inputs `(("ghostscript" ,ghostscript) 229 (inputs `(("ghostscript" ,ghostscript)))
229 ("pkg-config" ,pkg-config))) 230 (native-inputs `(("pkg-config" ,pkg-config)))
230 (synopsis "postscript rendering library") 231 (synopsis "postscript rendering library")
231 (description 232 (description
232 "libspectre is a small library for rendering Postscript documents. 233 "libspectre is a small library for rendering Postscript documents.
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index fc65f304fcd..097a5d0f49d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -123,16 +123,16 @@ shared NFS home directories.")
123 "doc")) ; 20 MiB of GTK-Doc reference 123 "doc")) ; 20 MiB of GTK-Doc reference
124 (inputs 124 (inputs
125 `(("coreutils" ,coreutils) 125 `(("coreutils" ,coreutils)
126 ("gettext" ,gnu-gettext)
127 ("libffi" ,libffi) 126 ("libffi" ,libffi)
127 ("zlib" ,zlib)
128 ("tzdata" ,tzdata))) ; for tests/gdatetime.c
129 (native-inputs
130 `(("gettext" ,gnu-gettext)
131 ("dbus" ,dbus) ; for GDBus tests
128 ("pkg-config" ,pkg-config) 132 ("pkg-config" ,pkg-config)
129 ("python" ,python-wrapper) 133 ("python" ,python-wrapper)
130 ("zlib" ,zlib)
131 ("perl" ,perl) ; needed by GIO tests 134 ("perl" ,perl) ; needed by GIO tests
132 ("dbus" ,dbus) ; for GDBus tests 135 ("bash" ,bash)))
133 ("bash" ,bash)
134 ("tzdata" ,tzdata) ; for tests/gdatetime.c
135 ))
136 (arguments 136 (arguments
137 '(#:phases (alist-cons-before 137 '(#:phases (alist-cons-before
138 'build 'pre-build 138 'build 'pre-build
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 713b64fde66..0c1b0472907 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -55,13 +55,14 @@
55 ("gstreamer" ,gstreamer) 55 ("gstreamer" ,gstreamer)
56 ("gst-plugins-base" ,gst-plugins-base) 56 ("gst-plugins-base" ,gst-plugins-base)
57 ("gtk+" ,gtk+) 57 ("gtk+" ,gtk+)
58 ("intltool" ,intltool)
59 ("itstool" ,itstool) 58 ("itstool" ,itstool)
60 ("libcanberra" ,libcanberra) 59 ("libcanberra" ,libcanberra)
61 ("libice" ,libice) 60 ("libice" ,libice)
62 ("libnotify" ,libnotify) 61 ("libnotify" ,libnotify)
63 ("libsm" ,libsm) 62 ("libsm" ,libsm)
64 ("libxml2" ,libxml2) 63 ("libxml2" ,libxml2)))
64 (native-inputs
65 `(("intltool" ,intltool)
65 ("pkg-config" ,pkg-config))) 66 ("pkg-config" ,pkg-config)))
66 (home-page "https://projects.gnome.org/brasero/") 67 (home-page "https://projects.gnome.org/brasero/")
67 (synopsis "CD/DVD burning tool for Gnome") 68 (synopsis "CD/DVD burning tool for Gnome")
@@ -83,7 +84,7 @@ features to enable users to create their discs easily and quickly.")
83 (base32 84 (base32
84 "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb")))) 85 "19n4x25ndzngaciiyd8dd6s2mf9gv6nv3wv27ggns2smm7zkj1nb"))))
85 (build-system gnu-build-system) 86 (build-system gnu-build-system)
86 (inputs 87 (native-inputs
87 `(("intltool" ,intltool) 88 `(("intltool" ,intltool)
88 ("libxml2" ,libxml2) 89 ("libxml2" ,libxml2)
89 ("libxslt" ,libxslt) 90 ("libxslt" ,libxslt)
@@ -114,12 +115,12 @@ and keep up to date translations of documentation.")
114 (base32 115 (base32
115 "0c4qrjpmv1hqga3xv6wsq2z10x2n78qgw7q3k3s01y1pggxkgjkd")))) 116 "0c4qrjpmv1hqga3xv6wsq2z10x2n78qgw7q3k3s01y1pggxkgjkd"))))
116 (build-system gnu-build-system) 117 (build-system gnu-build-system)
117 (native-inputs
118 `(("intltool" ,intltool)))
119 (inputs 118 (inputs
120 `(("pkg-config" ,pkg-config) 119 `(("libgcrypt" ,libgcrypt)
121 ("libgcrypt" ,libgcrypt)
122 ("dbus" ,dbus))) 120 ("dbus" ,dbus)))
121 (native-inputs
122 `(("pkg-config" ,pkg-config)
123 ("intltool" ,intltool)))
123 (propagated-inputs 124 (propagated-inputs
124 ;; Referred to in .h files and .pc. 125 ;; Referred to in .h files and .pc.
125 `(("glib" ,glib))) 126 `(("glib" ,glib)))
@@ -177,7 +178,6 @@ and keep up to date translations of documentation.")
177 ("gtk+" ,gtk+) 178 ("gtk+" ,gtk+)
178 ("glib" ,glib) 179 ("glib" ,glib)
179 ("libxml2" ,libxml2) 180 ("libxml2" ,libxml2)
180 ("pkg-config" ,pkg-config)
181 ("libsm" ,libsm) 181 ("libsm" ,libsm)
182 ("libice" ,libice) 182 ("libice" ,libice)
183 ("shared-mime-info" ,shared-mime-info) 183 ("shared-mime-info" ,shared-mime-info)
@@ -185,7 +185,8 @@ and keep up to date translations of documentation.")
185 ;; For tests. 185 ;; For tests.
186 ("dogtail" ,python2-dogtail))) 186 ("dogtail" ,python2-dogtail)))
187 (native-inputs 187 (native-inputs
188 `(("intltool" ,intltool))) 188 `(("intltool" ,intltool)
189 ("pkg-config" ,pkg-config)))
189 (home-page 190 (home-page
190 "http://www.gnome.org/projects/evince/") 191 "http://www.gnome.org/projects/evince/")
191 (synopsis "GNOME's document viewer") 192 (synopsis "GNOME's document viewer")
@@ -211,8 +212,9 @@ on the GNOME Desktop with a single simple application.")
211 "1km8qxwrzvravmg8j680qv64bwnwbdgrmy8bqmhs0dgxn2b1as6a")))) 212 "1km8qxwrzvravmg8j680qv64bwnwbdgrmy8bqmhs0dgxn2b1as6a"))))
212 (build-system gnu-build-system) 213 (build-system gnu-build-system)
213 (inputs 214 (inputs
214 `(("glib" ,glib) 215 `(("glib" ,glib)))
215 ("intltool" ,intltool) 216 (native-inputs
217 `(("intltool" ,intltool)
216 ("pkg-config" ,pkg-config))) 218 ("pkg-config" ,pkg-config)))
217 (home-page "https://launchpad.net/gsettings-desktop-schemas") 219 (home-page "https://launchpad.net/gsettings-desktop-schemas")
218 (synopsis 220 (synopsis
@@ -263,9 +265,10 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
263 (build-system gnu-build-system) 265 (build-system gnu-build-system)
264 (inputs 266 (inputs
265 `(("gtk+" ,gtk+) 267 `(("gtk+" ,gtk+)
266 ("icon-naming-utils" ,icon-naming-utils) 268 ("icon-naming-utils" ,icon-naming-utils)))
267 ("intltool" ,intltool) 269 (native-inputs
268 ("pkg-config" ,pkg-config))) 270 `(("intltool" ,intltool)
271 ("pkg-config" ,pkg-config)))
269 (home-page "http://art.gnome.org/") 272 (home-page "http://art.gnome.org/")
270 (synopsis 273 (synopsis
271 "GNOME icon theme") 274 "GNOME icon theme")
@@ -290,10 +293,10 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
290 '(#:parallel-build? #f)) 293 '(#:parallel-build? #f))
291 (inputs 294 (inputs
292 `(("glib" ,glib) 295 `(("glib" ,glib)
293 ("libxml2" ,libxml2) 296 ("libxml2" ,libxml2)))
294 ("pkg-config" ,pkg-config)))
295 (native-inputs 297 (native-inputs
296 `(("intltool" ,intltool))) 298 `(("intltool" ,intltool)
299 ("pkg-config" ,pkg-config)))
297 (home-page "http://freedesktop.org/wiki/Software/shared-mime-info") 300 (home-page "http://freedesktop.org/wiki/Software/shared-mime-info")
298 (synopsis "Database of common MIME types") 301 (synopsis "Database of common MIME types")
299 (description 302 (description
@@ -344,8 +347,9 @@ database is translated at Transifex.")
344 `(("gdk-pixbuf" ,gdk-pixbuf) 347 `(("gdk-pixbuf" ,gdk-pixbuf)
345 ("glib" ,glib) 348 ("glib" ,glib)
346 ("gtk+" ,gtk+) 349 ("gtk+" ,gtk+)
347 ("libpng" ,libpng) 350 ("libpng" ,libpng)))
348 ("pkg-config" ,pkg-config))) 351 (native-inputs
352 `(("pkg-config" ,pkg-config)))
349 (home-page "https://developer-next.gnome.org/libnotify/") 353 (home-page "https://developer-next.gnome.org/libnotify/")
350 (synopsis 354 (synopsis
351 "GNOME desktop notification library") 355 "GNOME desktop notification library")
diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 850aad0c1a2..63bbf08b560 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -79,8 +79,9 @@
79 ("libtiff" ,libtiff) 79 ("libtiff" ,libtiff)
80 ("libtool" ,libtool) 80 ("libtool" ,libtool)
81 ("libvorbis" ,libvorbis) 81 ("libvorbis" ,libvorbis)
82 ("pkg-config" ,pkg-config)
83 ("zlib" ,zlib))) 82 ("zlib" ,zlib)))
83 (native-inputs
84 `(("pkg-config" ,pkg-config)))
84 (synopsis "Library to extract meta-data from media files") 85 (synopsis "Library to extract meta-data from media files")
85 (description 86 (description
86 "GNU libextractor is a library for extracting metadata from files. It 87 "GNU libextractor is a library for extracting metadata from files. It
diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 67e451d9119..c3f464c15e3 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -69,13 +69,16 @@
69 ("libxt" ,libxt) 69 ("libxt" ,libxt)
70 ("libffi" ,libffi) 70 ("libffi" ,libffi)
71 ("mesa" ,mesa) 71 ("mesa" ,mesa)
72 ("perl" ,perl)
73 ("python" ,python-2) ; Python 3 not supported
74 ("python2-pysqlite" ,python2-pysqlite)
75 ("unzip" ,unzip) 72 ("unzip" ,unzip)
76 ("yasm" ,yasm) 73 ("yasm" ,yasm)
77 ("zip" ,zip) 74 ("zip" ,zip)
78 ("zlib" ,zlib))) 75 ("zlib" ,zlib)))
76 (native-inputs
77 `(("perl" ,perl)
78 ("python" ,python-2) ; Python 3 not supported
79 ("python2-pysqlite" ,python2-pysqlite)
80 ("pkg-config" ,pkg-config)
81 ("python" ,python-2))) ; Python 3 not supported
79 (arguments 82 (arguments
80 `(#:tests? #f ; no check target 83 `(#:tests? #f ; no check target
81 84
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index d49b3d07dcf..eb54b5dc290 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -71,11 +71,12 @@
71 ("fontconfig" ,fontconfig) 71 ("fontconfig" ,fontconfig)
72 ("freetype" ,freetype) 72 ("freetype" ,freetype)
73 ("libltdl" ,libtool) 73 ("libltdl" ,libtool)
74 ("bison" ,bison)
75 ("libXaw" ,libxaw) 74 ("libXaw" ,libxaw)
76 ("expat" ,expat) 75 ("expat" ,expat)
77 ("libjpeg" ,libjpeg) 76 ("libjpeg" ,libjpeg)
78 ("libpng" ,libpng) 77 ("libpng" ,libpng)))
78 (native-inputs
79 `(("bison" ,bison)
79 ("pkg-config" ,pkg-config))) 80 ("pkg-config" ,pkg-config)))
80 (home-page "http://www.graphviz.org/") 81 (home-page "http://www.graphviz.org/")
81 (synopsis "Graph visualization software") 82 (synopsis "Graph visualization software")
@@ -109,7 +110,7 @@ interfaces for other technical domains.")
109 ;; Some data files used by the test suite are missing. 110 ;; Some data files used by the test suite are missing.
110 ;; See <http://sourceforge.net/p/gts/bugs/41/>. 111 ;; See <http://sourceforge.net/p/gts/bugs/41/>.
111 #:tests? #f)) 112 #:tests? #f))
112 (inputs 113 (native-inputs
113 `(("pkg-config" ,pkg-config))) 114 `(("pkg-config" ,pkg-config)))
114 (propagated-inputs 115 (propagated-inputs
115 ;; The gts.pc file has glib-2.0 as required. 116 ;; The gts.pc file has glib-2.0 as required.
diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 21902ebc8a1..ad7cff32e17 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -39,9 +39,9 @@
39 (sha256 (base32 39 (sha256 (base32
40 "0xi07nhj5vdgax37rj25mwxzdmsz1ifx50hjgc6hqbkpqkd6821q")))) 40 "0xi07nhj5vdgax37rj25mwxzdmsz1ifx50hjgc6hqbkpqkd6821q"))))
41 (build-system gnu-build-system) 41 (build-system gnu-build-system)
42 (inputs `(("bison" ,bison) 42 (inputs `(("ghostscript" ,ghostscript)
43 ("ghostscript" ,ghostscript) 43 ("netpbm" ,netpbm)))
44 ("netpbm" ,netpbm) 44 (native-inputs `(("bison" ,bison)
45 ("perl" ,perl) 45 ("perl" ,perl)
46 ("psutils" ,psutils) 46 ("psutils" ,psutils)
47 ("texinfo" ,texinfo))) 47 ("texinfo" ,texinfo)))
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 58625be0733..6ebd8c399bc 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -43,10 +43,10 @@
43 (base32 43 (base32
44 "0c0irk85jd2cihm5pmf4zxhlpg08qpxjcqv1l9qn2n3h2gsaj2lf")))) 44 "0c0irk85jd2cihm5pmf4zxhlpg08qpxjcqv1l9qn2n3h2gsaj2lf"))))
45 (build-system gnu-build-system) 45 (build-system gnu-build-system)
46 (inputs 46 (inputs `(("glib" ,glib)))
47 (native-inputs
47 `(("bison" ,bison) 48 `(("bison" ,bison)
48 ("flex" ,flex) 49 ("flex" ,flex)
49 ("glib" ,glib)
50 ("perl" ,perl) 50 ("perl" ,perl)
51 ("pkg-config" ,pkg-config) 51 ("pkg-config" ,pkg-config)
52 ("python-wrapper" ,python-wrapper))) 52 ("python-wrapper" ,python-wrapper)))
@@ -82,10 +82,10 @@ This package provides the core library and elements.")
82 (search-patch "gstreamer-0.10-silly-test.patch"))))) 82 (search-patch "gstreamer-0.10-silly-test.patch")))))
83 (propagated-inputs 83 (propagated-inputs
84 `(("libxml2" ,libxml2))) 84 `(("libxml2" ,libxml2)))
85 (inputs 85 (inputs `(("glib" ,glib)))
86 (native-inputs
86 `(("bison" ,bison) 87 `(("bison" ,bison)
87 ("flex" ,flex) 88 ("flex" ,flex)
88 ("glib" ,glib)
89 ("perl" ,perl) 89 ("perl" ,perl)
90 ("pkg-config" ,pkg-config) 90 ("pkg-config" ,pkg-config)
91 ("python" ,python-2))))) 91 ("python" ,python-2)))))
@@ -106,9 +106,10 @@ This package provides the core library and elements.")
106 ;; FIXME: Add more dependencies for further plugins. 106 ;; FIXME: Add more dependencies for further plugins.
107 (inputs 107 (inputs
108 `(("glib" ,glib) 108 `(("glib" ,glib)
109 ("gstreamer" ,gstreamer) 109 ("gstreamer" ,gstreamer)))
110 ("pkg-config" ,pkg-config) 110 (native-inputs
111 ("python-wrapper" ,python-wrapper))) 111 `(("pkg-config" ,pkg-config)
112 ("python-wrapper" ,python-wrapper)))
112 (arguments 113 (arguments
113 `(#:tests? #f)) 114 `(#:tests? #f))
114 ;; All tests pass except for one: 115 ;; All tests pass except for one:
@@ -147,6 +148,7 @@ This package provides an essential exemplary set of elements.")
147 "0jp6hjlra98cnkal4n6bdmr577q8mcyp3c08s3a02c4hjhw5rr0z")))) 148 "0jp6hjlra98cnkal4n6bdmr577q8mcyp3c08s3a02c4hjhw5rr0z"))))
148 (inputs 149 (inputs
149 `(("glib" ,glib) 150 `(("glib" ,glib)
150 ("gstreamer" ,gstreamer-0.10) 151 ("gstreamer" ,gstreamer-0.10)))
151 ("pkg-config" ,pkg-config) 152 (native-inputs
153 `(("pkg-config" ,pkg-config)
152 ("python" ,python-2))))) 154 ("python" ,python-2)))))
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5aa95fe58bd..d34deb91e5a 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -53,8 +53,8 @@
53 (base32 53 (base32
54 "1c2hbg66wfvibsz2ia0ri48yr62751fn950i97c53j3b0fjifsb3")))) 54 "1c2hbg66wfvibsz2ia0ri48yr62751fn950i97c53j3b0fjifsb3"))))
55 (build-system gnu-build-system) 55 (build-system gnu-build-system)
56 (inputs `(("glib" ,glib) 56 (inputs `(("glib" ,glib)))
57 ("pkg-config" ,pkg-config))) 57 (native-inputs `(("pkg-config" ,pkg-config)))
58 (synopsis "GNOME accessibility toolkit") 58 (synopsis "GNOME accessibility toolkit")
59 (description 59 (description
60 "ATK provides the set of accessibility interfaces that are implemented 60 "ATK provides the set of accessibility interfaces that are implemented
@@ -87,11 +87,12 @@ tools have full access to view and control running applications.")
87 (inputs 87 (inputs
88 `(("ghostscript" ,ghostscript) 88 `(("ghostscript" ,ghostscript)
89 ("libspectre" ,libspectre) 89 ("libspectre" ,libspectre)
90 ("pkg-config" ,pkg-config)
91 ("poppler" ,poppler) 90 ("poppler" ,poppler)
92 ("python" ,python-wrapper)
93 ("xextproto" ,xextproto) 91 ("xextproto" ,xextproto)
94 ("zlib" ,zlib))) 92 ("zlib" ,zlib)))
93 (native-inputs
94 `(("pkg-config" ,pkg-config)
95 ("python" ,python-wrapper)))
95 (arguments 96 (arguments
96 `(#:tests? #f)) ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html 97 `(#:tests? #f)) ; see http://lists.gnu.org/archive/html/bug-guix/2013-06/msg00085.html
97 (synopsis "2D graphics library") 98 (synopsis "2D graphics library")
@@ -127,8 +128,9 @@ affine transformation (scale, rotation, shear, etc.)")
127 (build-system gnu-build-system) 128 (build-system gnu-build-system)
128 (inputs 129 (inputs
129 `(("cairo" ,cairo) 130 `(("cairo" ,cairo)
130 ("icu4c" ,icu4c) 131 ("icu4c" ,icu4c)))
131 ("pkg-config" ,pkg-config) 132 (native-inputs
133 `(("pkg-config" ,pkg-config)
132 ("python" ,python-wrapper))) 134 ("python" ,python-wrapper)))
133 (synopsis "opentype text shaping engine") 135 (synopsis "opentype text shaping engine")
134 (description 136 (description
@@ -153,8 +155,9 @@ affine transformation (scale, rotation, shear, etc.)")
153 `(("cairo" ,cairo) 155 `(("cairo" ,cairo)
154 ("harfbuzz" ,harfbuzz))) 156 ("harfbuzz" ,harfbuzz)))
155 (inputs 157 (inputs
156 `(("pkg-config" ,pkg-config) 158 `(("zlib" ,zlib)))
157 ("zlib" ,zlib))) 159 (native-inputs
160 `(("pkg-config" ,pkg-config)))
158 (synopsis "GNOME text and font handling library") 161 (synopsis "GNOME text and font handling library")
159 (description 162 (description
160 "Pango is the core text and font handling library used in GNOME 163 "Pango is the core text and font handling library used in GNOME
@@ -178,14 +181,14 @@ used throughout the world.")
178 "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5")))) 181 "07hrabhpl6n8ajz10s0d960jdwndxs87szxyn428mpxi8cvpg1f5"))))
179 (build-system gnu-build-system) 182 (build-system gnu-build-system)
180 (inputs 183 (inputs
181 `(("intltool" ,intltool) 184 `(("gtk" ,gtk+-2)
182 ("pkg-config" ,pkg-config)
183 ("gtk" ,gtk+-2)
184 ("libxml2" ,libxml2) 185 ("libxml2" ,libxml2)
185
186 ;; These two are needed only to allow the tests to run successfully. 186 ;; These two are needed only to allow the tests to run successfully.
187 ("xorg-server" ,xorg-server) 187 ("xorg-server" ,xorg-server)
188 ("shared-mime-info" ,shared-mime-info))) 188 ("shared-mime-info" ,shared-mime-info)))
189 (native-inputs
190 `(("intltool" ,intltool)
191 ("pkg-config" ,pkg-config)))
189 (arguments 192 (arguments
190 `(#:phases 193 `(#:phases
191 ;; Unfortunately, some of the tests in "make check" are highly dependent 194 ;; Unfortunately, some of the tests in "make check" are highly dependent
@@ -233,8 +236,9 @@ printing and other features typical of a source code editor.")
233 `(("glib" ,glib) 236 `(("glib" ,glib)
234 ("libjpeg" ,libjpeg) 237 ("libjpeg" ,libjpeg)
235 ("libpng" ,libpng) 238 ("libpng" ,libpng)
236 ("libtiff" ,libtiff) 239 ("libtiff" ,libtiff)))
237 ("pkg-config" ,pkg-config))) 240 (native-inputs
241 `(("pkg-config" ,pkg-config)))
238 (synopsis "GNOME image loading and manipulation library") 242 (synopsis "GNOME image loading and manipulation library")
239 (description 243 (description
240 "GdkPixbuf is a library for image loading and manipulation developed 244 "GdkPixbuf is a library for image loading and manipulation developed
@@ -257,10 +261,11 @@ in the GNOME project.")
257 (build-system gnu-build-system) 261 (build-system gnu-build-system)
258 (inputs `(("dbus" ,dbus) 262 (inputs `(("dbus" ,dbus)
259 ("glib" ,glib) 263 ("glib" ,glib)
260 ("intltool" ,intltool)
261 ("libxi" ,libxi) 264 ("libxi" ,libxi)
262 ("libxtst" ,libxtst) 265 ("libxtst" ,libxtst)))
263 ("pkg-config" ,pkg-config))) 266 (native-inputs
267 `(("intltool" ,intltool)
268 ("pkg-config" ,pkg-config)))
264 (arguments 269 (arguments
265 `(#:tests? #f)) ; FIXME: dbind/dbtest fails; one should disable tests in 270 `(#:tests? #f)) ; FIXME: dbind/dbtest fails; one should disable tests in
266 ; a more fine-grained way. 271 ; a more fine-grained way.
@@ -287,8 +292,9 @@ is part of the GNOME accessibility project.")
287 (inputs `(("atk" ,atk) 292 (inputs `(("atk" ,atk)
288 ("at-spi2-core" ,at-spi2-core) 293 ("at-spi2-core" ,at-spi2-core)
289 ("dbus" ,dbus) 294 ("dbus" ,dbus)
290 ("glib" ,glib) 295 ("glib" ,glib)))
291 ("pkg-config" ,pkg-config))) 296 (native-inputs
297 `(("pkg-config" ,pkg-config)))
292 (arguments 298 (arguments
293 `(#:tests? #f)) ; FIXME: droute/droute-test fails; one should disable 299 `(#:tests? #f)) ; FIXME: droute/droute-test fails; one should disable
294 ; tests in a more fine-grained way. 300 ; tests in a more fine-grained way.
@@ -316,7 +322,7 @@ is part of the GNOME accessibility project.")
316 `(("atk" ,atk) 322 `(("atk" ,atk)
317 ("gdk-pixbuf" ,gdk-pixbuf) 323 ("gdk-pixbuf" ,gdk-pixbuf)
318 ("pango" ,pango))) 324 ("pango" ,pango)))
319 (inputs 325 (native-inputs
320 `(("perl" ,perl) 326 `(("perl" ,perl)
321 ("pkg-config" ,pkg-config) 327 ("pkg-config" ,pkg-config)
322 ("python-wrapper" ,python-wrapper))) 328 ("python-wrapper" ,python-wrapper)))
@@ -359,8 +365,9 @@ application suites.")
359 ("libxinerama" ,libxinerama) 365 ("libxinerama" ,libxinerama)
360 ("pango" ,pango))) 366 ("pango" ,pango)))
361 (inputs 367 (inputs
362 `(("libxml2" ,libxml2) 368 `(("libxml2" ,libxml2)))
363 ("perl" ,perl) 369 (native-inputs
370 `(("perl" ,perl)
364 ("pkg-config" ,pkg-config) 371 ("pkg-config" ,pkg-config)
365 ("python-wrapper" ,python-wrapper) 372 ("python-wrapper" ,python-wrapper)
366 ("xorg-server" ,xorg-server))) 373 ("xorg-server" ,xorg-server)))
@@ -425,8 +432,9 @@ application suites.")
425 `(("guile-lib" ,guile-lib) 432 `(("guile-lib" ,guile-lib)
426 ("expat" ,expat) 433 ("expat" ,expat)
427 ("cairo" ,cairo) 434 ("cairo" ,cairo)
428 ("pkg-config" ,pkg-config)
429 ("guile" ,guile-2.0))) 435 ("guile" ,guile-2.0)))
436 (native-inputs
437 `(("pkg-config" ,pkg-config)))
430 (home-page "http://www.nongnu.org/guile-cairo/") 438 (home-page "http://www.nongnu.org/guile-cairo/")
431 (synopsis "Cairo bindings for GNU Guile") 439 (synopsis "Cairo bindings for GNU Guile")
432 (description 440 (description
@@ -458,7 +466,7 @@ exceptions, macros, and a dynamic programming environment.")
458 (arguments 466 (arguments
459 ;; The examples lack -lcairo. 467 ;; The examples lack -lcairo.
460 '(#:make-flags '("LDFLAGS=-lcairo"))) 468 '(#:make-flags '("LDFLAGS=-lcairo")))
461 (inputs `(("pkg-config" ,pkg-config))) 469 (native-inputs `(("pkg-config" ,pkg-config)))
462 (propagated-inputs 470 (propagated-inputs
463 `(("libsigc++" ,libsigc++) 471 `(("libsigc++" ,libsigc++)
464 ("freetype" ,freetype) 472 ("freetype" ,freetype)
@@ -483,7 +491,7 @@ library.")
483 (base32 491 (base32
484 "0hcyvv7c5zmivprdam6cp111i6hn2y5jsxzk00m6j9pncbzvp0hf")))) 492 "0hcyvv7c5zmivprdam6cp111i6hn2y5jsxzk00m6j9pncbzvp0hf"))))
485 (build-system gnu-build-system) 493 (build-system gnu-build-system)
486 (inputs `(("pkg-config" ,pkg-config))) 494 (native-inputs `(("pkg-config" ,pkg-config)))
487 (propagated-inputs 495 (propagated-inputs
488 `(("cairo" ,cairo) 496 `(("cairo" ,cairo)
489 ("cairomm" ,cairomm) 497 ("cairomm" ,cairomm)
@@ -508,7 +516,7 @@ library.")
508 (base32 516 (base32
509 "06zrf2ymml2dzp53sss0d4ch4dk9v09jm8rglnrmwk4v81mq9gxz")))) 517 "06zrf2ymml2dzp53sss0d4ch4dk9v09jm8rglnrmwk4v81mq9gxz"))))
510 (build-system gnu-build-system) 518 (build-system gnu-build-system)
511 (inputs `(("pkg-config" ,pkg-config))) 519 (native-inputs `(("pkg-config" ,pkg-config)))
512 (propagated-inputs 520 (propagated-inputs
513 `(("glibmm" ,glibmm) ("atk" ,atk))) 521 `(("glibmm" ,glibmm) ("atk" ,atk)))
514 (home-page "http://www.gtkmm.org") 522 (home-page "http://www.gtkmm.org")
@@ -530,7 +538,7 @@ toolkit.")
530 (base32 538 (base32
531 "0yf8wwv4w02p70nrxsbs0nhm0w4gkn2wggdjygd8vif062anf1rs")))) 539 "0yf8wwv4w02p70nrxsbs0nhm0w4gkn2wggdjygd8vif062anf1rs"))))
532 (build-system gnu-build-system) 540 (build-system gnu-build-system)
533 (inputs `(("pkg-config" ,pkg-config))) 541 (native-inputs `(("pkg-config" ,pkg-config)))
534 (propagated-inputs 542 (propagated-inputs
535 `(("pangomm" ,pangomm) 543 `(("pangomm" ,pangomm)
536 ("cairomm" ,cairomm) 544 ("cairomm" ,cairomm)
diff --git a/gnu/packages/gv.scm b/gnu/packages/gv.scm
index 6d3dbc4d118..a67137f0c2c 100644
--- a/gnu/packages/gv.scm
+++ b/gnu/packages/gv.scm
@@ -51,8 +51,9 @@
51 ("libxaw3d" ,libxaw3d) 51 ("libxaw3d" ,libxaw3d)
52 ("libxinerama" ,libxinerama) 52 ("libxinerama" ,libxinerama)
53 ("libxpm" ,libxpm) 53 ("libxpm" ,libxpm)
54 ("pkg-config" ,pkg-config)
55 ("zlib" ,zlib))) 54 ("zlib" ,zlib)))
55 (native-inputs
56 `(("pkg-config" ,pkg-config)))
56 (synopsis "PostScript and PDF viewer using Ghostscript as a back-end") 57 (synopsis "PostScript and PDF viewer using Ghostscript as a back-end")
57 (description 58 (description
58 "GNU GV is a graphical user interface to the Ghostscript interpreter. 59 "GNU GV is a graphical user interface to the Ghostscript interpreter.
diff --git a/gnu/packages/imagemagick.scm b/gnu/packages/imagemagick.scm
index 61a24f10baf..0d574731f94 100644
--- a/gnu/packages/imagemagick.scm
+++ b/gnu/packages/imagemagick.scm
@@ -78,8 +78,8 @@
78 ("pango" ,pango) 78 ("pango" ,pango)
79 ("freetype" ,freetype) 79 ("freetype" ,freetype)
80 ("bzip2" ,bzip2) 80 ("bzip2" ,bzip2)
81 ("xz" ,xz) 81 ("xz" ,xz)))
82 ("pkg-config" ,pkg-config))) 82 (native-inputs `(("pkg-config" ,pkg-config)))
83 (outputs '("out" 83 (outputs '("out"
84 "doc")) ; 26 MiB of HTML documentation 84 "doc")) ; 26 MiB of HTML documentation
85 (home-page "http://www.imagemagick.org/") 85 (home-page "http://www.imagemagick.org/")
diff --git a/gnu/packages/irssi.scm b/gnu/packages/irssi.scm
index 671f560eb3e..da71bea5ced 100644
--- a/gnu/packages/irssi.scm
+++ b/gnu/packages/irssi.scm
@@ -54,8 +54,9 @@
54 %standard-phases))) 54 %standard-phases)))
55 (inputs 55 (inputs
56 `(("glib" ,glib) 56 `(("glib" ,glib)
57 ("pkg-config" ,pkg-config) 57 ("ncurses" ,ncurses)))
58 ("ncurses" ,ncurses) 58 (native-inputs
59 `(("pkg-config" ,pkg-config)
59 ("perl" ,perl))) 60 ("perl" ,perl)))
60 (home-page "http://www.irssi.org/") 61 (home-page "http://www.irssi.org/")
61 (synopsis "Irssi, a terminal-based IRC client") 62 (synopsis "Irssi, a terminal-based IRC client")
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index aaf425db63e..2666e58a7ab 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -68,9 +68,10 @@
68 `(("automoc4" ,automoc4) 68 `(("automoc4" ,automoc4)
69 ("glib" ,glib) 69 ("glib" ,glib)
70 ("libx11" ,libx11) 70 ("libx11" ,libx11)
71 ("pkg-config" ,pkg-config)
72 ("pulseaudio" ,pulseaudio) 71 ("pulseaudio" ,pulseaudio)
73 ("qt" ,qt-4))) 72 ("qt" ,qt-4)))
73 (native-inputs
74 `(("pkg-config" ,pkg-config)))
74 (arguments 75 (arguments
75 `(#:tests? #f)) ; no test target 76 `(#:tests? #f)) ; no test target
76 (home-page "http://phonon.kde.org/") 77 (home-page "http://phonon.kde.org/")
diff --git a/gnu/packages/libcanberra.scm b/gnu/packages/libcanberra.scm
index 127ffeab5c7..dacbe31a311 100644
--- a/gnu/packages/libcanberra.scm
+++ b/gnu/packages/libcanberra.scm
@@ -47,8 +47,9 @@
47 ("gstreamer" ,gstreamer) 47 ("gstreamer" ,gstreamer)
48 ("gtk+" ,gtk+) 48 ("gtk+" ,gtk+)
49 ("libtool" ,libtool) 49 ("libtool" ,libtool)
50 ("libvorbis" ,libvorbis) 50 ("libvorbis" ,libvorbis)))
51 ("pkg-config" ,pkg-config))) 51 (native-inputs
52 `(("pkg-config" ,pkg-config)))
52 (home-page "http://0pointer.de/lennart/projects/libcanberra/") 53 (home-page "http://0pointer.de/lennart/projects/libcanberra/")
53 (synopsis 54 (synopsis
54 "Implementation of the XDG Sound Theme and Name Specifications") 55 "Implementation of the XDG Sound Theme and Name Specifications")
diff --git a/gnu/packages/libtiff.scm b/gnu/packages/libtiff.scm
index 71cd339bab7..f90a2d38968 100644
--- a/gnu/packages/libtiff.scm
+++ b/gnu/packages/libtiff.scm
@@ -37,10 +37,10 @@
37 (sha256 (base32 37 (sha256 (base32
38 "0wj8d1iwk9vnpax2h29xqc2hwknxg3s0ay2d5pxkg59ihbifn6pa")))) 38 "0wj8d1iwk9vnpax2h29xqc2hwknxg3s0ay2d5pxkg59ihbifn6pa"))))
39 (build-system gnu-build-system) 39 (build-system gnu-build-system)
40 (inputs `(("file" ,file) 40 (inputs `(("zlib" ,zlib)
41 ("zlib" ,zlib)
42 ("libjpeg-8" ,libjpeg-8))) 41 ("libjpeg-8" ,libjpeg-8)))
43 ;; currently does not compile with libjpeg version 9 42 ;; currently does not compile with libjpeg version 9
43 (native-inputs `(("file" ,file)))
44 (arguments 44 (arguments
45 `(#:configure-flags 45 `(#:configure-flags
46 (list (string-append "--with-jpeg-include-dir=" 46 (list (string-append "--with-jpeg-include-dir="
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f291dafefb4..826a5d7a73c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -235,7 +235,7 @@ It has been modified to remove all non-free binary blobs.")
235 (base32 235 (base32
236 "1hlz2kqvbjisvwyicdincq7nz897b9rrafyzccwzqiqg53b8gf5s")))) 236 "1hlz2kqvbjisvwyicdincq7nz897b9rrafyzccwzqiqg53b8gf5s"))))
237 (build-system gnu-build-system) 237 (build-system gnu-build-system)
238 (inputs 238 (native-inputs
239 `(("flex" ,flex) 239 `(("flex" ,flex)
240 240
241 ;; TODO: optional dependencies 241 ;; TODO: optional dependencies
@@ -314,8 +314,9 @@ providing the system administrator with some help in common tasks.")
314 (("@PERL@") "/bin/perl")))) 314 (("@PERL@") "/bin/perl"))))
315 %standard-phases))) 315 %standard-phases)))
316 (inputs `(("zlib" ,guix:zlib) 316 (inputs `(("zlib" ,guix:zlib)
317 ("ncurses" ,ncurses) 317 ("ncurses" ,ncurses)))
318 ("perl" ,perl))) 318 (native-inputs
319 `(("perl" ,perl)))
319 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/") 320 (home-page "https://www.kernel.org/pub/linux/utils/util-linux/")
320 (synopsis "Collection of utilities for the Linux kernel") 321 (synopsis "Collection of utilities for the Linux kernel")
321 (description 322 (description
@@ -395,7 +396,9 @@ slabtop, and skill.")
395 "03pd57vv8c6x0hgjqcbrxnzi14h8hcghmapg89p8k5zpwpkvbdfr")))) 396 "03pd57vv8c6x0hgjqcbrxnzi14h8hcghmapg89p8k5zpwpkvbdfr"))))
396 (build-system gnu-build-system) 397 (build-system gnu-build-system)
397 (inputs 398 (inputs
398 `(("libusb" ,libusb) ("pkg-config" ,pkg-config))) 399 `(("libusb" ,libusb)))
400 (native-inputs
401 `(("pkg-config" ,pkg-config)))
399 (home-page "http://www.linux-usb.org/") 402 (home-page "http://www.linux-usb.org/")
400 (synopsis 403 (synopsis
401 "Tools for working with USB devices, such as lsusb") 404 "Tools for working with USB devices, such as lsusb")
@@ -415,8 +418,8 @@ slabtop, and skill.")
415 (base32 418 (base32
416 "0ibkkvp6kan0hn0d1anq4n2md70j5gcm7mwna515w82xwyr02rfw")))) 419 "0ibkkvp6kan0hn0d1anq4n2md70j5gcm7mwna515w82xwyr02rfw"))))
417 (build-system gnu-build-system) 420 (build-system gnu-build-system)
418 (inputs `(("util-linux" ,util-linux) 421 (inputs `(("util-linux" ,util-linux)))
419 ("pkg-config" ,pkg-config))) 422 (native-inputs `(("pkg-config" ,pkg-config)))
420 (arguments 423 (arguments
421 '(#:phases (alist-cons-before 424 '(#:phases (alist-cons-before
422 'configure 'patch-shells 425 'configure 'patch-shells
@@ -454,7 +457,7 @@ slabtop, and skill.")
454 (base32 457 (base32
455 "158iwk0pl2mfw93m1843xb7a2zb8p6lh0qim07rca6f1ff4dk764")))) 458 "158iwk0pl2mfw93m1843xb7a2zb8p6lh0qim07rca6f1ff4dk764"))))
456 (build-system gnu-build-system) 459 (build-system gnu-build-system)
457 (inputs `(("perl" ,perl))) 460 (native-inputs `(("perl" ,perl)))
458 (home-page "http://strace.sourceforge.net/") 461 (home-page "http://strace.sourceforge.net/")
459 (synopsis "System call tracer for Linux") 462 (synopsis "System call tracer for Linux")
460 (description 463 (description
@@ -582,8 +585,9 @@ packet filter.")
582 %standard-phases))) 585 %standard-phases)))
583 (inputs 586 (inputs
584 `(("iptables" ,iptables) 587 `(("iptables" ,iptables)
585 ("db4" ,bdb) 588 ("db4" ,bdb)))
586 ("pkg-config" ,pkg-config) 589 (native-inputs
590 `(("pkg-config" ,pkg-config)
587 ("flex" ,flex) 591 ("flex" ,flex)
588 ("bison" ,bison))) 592 ("bison" ,bison)))
589 (home-page 593 (home-page
@@ -801,10 +805,11 @@ configuration and monitoring interfaces.")
801 (inputs 805 (inputs
802 ;; TODO: Add pciutils. 806 ;; TODO: Add pciutils.
803 `(("zlib" ,guix:zlib) 807 `(("zlib" ,guix:zlib)
804 ("pkg-config" ,pkg-config)
805 ;; ("pciutils" ,pciutils) 808 ;; ("pciutils" ,pciutils)
806 ("ncurses" ,ncurses) 809 ("ncurses" ,ncurses)
807 ("libnl" ,libnl))) 810 ("libnl" ,libnl)))
811 (native-inputs
812 `(("pkg-config" ,pkg-config)))
808 (home-page "https://01.org/powertop/") 813 (home-page "https://01.org/powertop/")
809 (synopsis "Analyze power consumption on Intel-based laptops") 814 (synopsis "Analyze power consumption on Intel-based laptops")
810 (description 815 (description
diff --git a/gnu/packages/lvm.scm b/gnu/packages/lvm.scm
index 9cf4ea8b0e3..5fa73a67215 100644
--- a/gnu/packages/lvm.scm
+++ b/gnu/packages/lvm.scm
@@ -38,7 +38,7 @@
38 (base32 38 (base32
39 "0r6q6z8ip6q5qgkzng0saljassp4912k6i21ra10vq7pzrc0l0vi")))) 39 "0r6q6z8ip6q5qgkzng0saljassp4912k6i21ra10vq7pzrc0l0vi"))))
40 (build-system gnu-build-system) 40 (build-system gnu-build-system)
41 (inputs 41 (native-inputs
42 `(("pkg-config" ,pkg-config) 42 `(("pkg-config" ,pkg-config)
43 ("procps" ,procps))) 43 ("procps" ,procps)))
44 (arguments 44 (arguments
diff --git a/gnu/packages/mp3.scm b/gnu/packages/mp3.scm
index 5f69255d2a3..a8eeb952b93 100644
--- a/gnu/packages/mp3.scm
+++ b/gnu/packages/mp3.scm
@@ -147,8 +147,9 @@ a highly stable and efficient implementation.")
147 ("libogg" ,libogg) 147 ("libogg" ,libogg)
148 ("libtool" ,libtool) 148 ("libtool" ,libtool)
149 ("libvorbid" ,libvorbis) 149 ("libvorbid" ,libvorbis)
150 ("pkg-config" ,pkg-config)
151 ("pcre" ,pcre))) 150 ("pcre" ,pcre)))
151 (native-inputs
152 `(("pkg-config" ,pkg-config)))
152 (synopsis "libmp3splt, a library for splitting mp3 and ogg vorbis files") 153 (synopsis "libmp3splt, a library for splitting mp3 and ogg vorbis files")
153 (description 154 (description
154 "Mp3splt is a utility to split mp3 and ogg vorbis files selecting a begin 155 "Mp3splt is a utility to split mp3 and ogg vorbis files selecting a begin
@@ -254,8 +255,9 @@ use with CD-recording software).")
254 (inputs 255 (inputs
255 `(("glib" ,glib) 256 `(("glib" ,glib)
256 ("gtk+" ,gtk+-2) 257 ("gtk+" ,gtk+-2)
257 ("id3lib" ,id3lib) 258 ("id3lib" ,id3lib)))
258 ("pkg-config" ,pkg-config))) 259 (native-inputs
260 `(("pkg-config" ,pkg-config)))
259 (synopsis "GTK program to rip and encode CD audio tracks") 261 (synopsis "GTK program to rip and encode CD audio tracks")
260 (description 262 (description
261 "RipperX is a GTK program to rip CD audio tracks and encode them to the 263 "RipperX is a GTK program to rip CD audio tracks and encode them to the
diff --git a/gnu/packages/netpbm.scm b/gnu/packages/netpbm.scm
index c8d3603701d..01d672e01d2 100644
--- a/gnu/packages/netpbm.scm
+++ b/gnu/packages/netpbm.scm
@@ -49,16 +49,17 @@
49 (sha256 (base32 49 (sha256 (base32
50 "10nwvxc85kr6vhlhhahagy7s9848bbixl54b0p4ppim4g0dl10jz")))) 50 "10nwvxc85kr6vhlhhahagy7s9848bbixl54b0p4ppim4g0dl10jz"))))
51 (build-system gnu-build-system) 51 (build-system gnu-build-system)
52 (inputs `(("flex" ,flex) 52 (inputs `(("ghostscript" ,ghostscript)
53 ("ghostscript" ,ghostscript)
54 ("libjpeg" ,libjpeg) 53 ("libjpeg" ,libjpeg)
55 ("libpng" ,libpng) 54 ("libpng" ,libpng)
56 ("libtiff" ,libtiff) 55 ("libtiff" ,libtiff)
57 ("libxml2" ,libxml2) 56 ("libxml2" ,libxml2)
58 ("perl" ,perl)
59 ("pkg-config" ,pkg-config)
60 ("python" ,python-wrapper)
61 ("zlib" ,zlib))) 57 ("zlib" ,zlib)))
58 (native-inputs
59 `(("flex" ,flex)
60 ("perl" ,perl)
61 ("pkg-config" ,pkg-config)
62 ("python" ,python-wrapper)))
62 (arguments 63 (arguments
63 `(#:phases 64 `(#:phases
64 (alist-replace 65 (alist-replace
diff --git a/gnu/packages/parallel.scm b/gnu/packages/parallel.scm
index deb90c23022..83b45cc15ff 100644
--- a/gnu/packages/parallel.scm
+++ b/gnu/packages/parallel.scm
@@ -37,7 +37,7 @@
37 (base32 37 (base32
38 "1l19grs8nimkninig4h0hfmnykm41j0amcvav6ic4wfd33v0lppg")))) 38 "1l19grs8nimkninig4h0hfmnykm41j0amcvav6ic4wfd33v0lppg"))))
39 (build-system gnu-build-system) 39 (build-system gnu-build-system)
40 (inputs `(("perl" ,perl))) 40 (inputs `(("perl" ,perl)))
41 (home-page "http://www.gnu.org/software/parallel/") 41 (home-page "http://www.gnu.org/software/parallel/")
42 (synopsis "Build and execute command lines in parallel") 42 (synopsis "Build and execute command lines in parallel")
43 (description 43 (description
diff --git a/gnu/packages/parted.scm b/gnu/packages/parted.scm
index 34d29fd7489..45d6bf1ea40 100644
--- a/gnu/packages/parted.scm
+++ b/gnu/packages/parted.scm
@@ -53,9 +53,10 @@
53 (inputs 53 (inputs
54 ;; XXX: add 'lvm2'. 54 ;; XXX: add 'lvm2'.
55 `(("check" ,check) 55 `(("check" ,check)
56 ("gettext" ,gnu-gettext)
57 ("readline" ,readline) 56 ("readline" ,readline)
58 ("util-linux" ,util-linux))) 57 ("util-linux" ,util-linux)))
58 (native-inputs
59 `(("gettext" ,gnu-gettext)))
59 (home-page "http://www.gnu.org/software/parted/") 60 (home-page "http://www.gnu.org/software/parted/")
60 (synopsis "Disk partition editor") 61 (synopsis "Disk partition editor")
61 (description 62 (description
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 701eb586eba..b821aad5e1d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -59,7 +59,6 @@
59 ("libjpeg-8" ,libjpeg-8) 59 ("libjpeg-8" ,libjpeg-8)
60 ("libpng" ,libpng) 60 ("libpng" ,libpng)
61 ("libtiff" ,libtiff) 61 ("libtiff" ,libtiff)
62 ("pkg-config" ,pkg-config)
63 ("zlib" ,zlib) 62 ("zlib" ,zlib)
64 63
65 ;; To build poppler-glib (as needed by Evince), we need Cairo and 64 ;; To build poppler-glib (as needed by Evince), we need Cairo and
@@ -68,6 +67,8 @@
68 (inputs (alist-delete "poppler" 67 (inputs (alist-delete "poppler"
69 (package-inputs cairo))))) 68 (package-inputs cairo)))))
70 ("glib" ,glib))) 69 ("glib" ,glib)))
70 (native-inputs
71 `(("pkg-config" ,pkg-config)))
71 (arguments 72 (arguments
72 `(#:tests? #f ; no test data provided with the tarball 73 `(#:tests? #f ; no test data provided with the tarball
73 #:configure-flags 74 #:configure-flags
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index 74c46a4d422..a2e8217422f 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -212,10 +212,11 @@ mixing several sounds into one are easily achieved using a sound server. ")
212 "02s775m1531sshwlbvfddk3pz8zjmwkv1sgzggn386ja3gc9vwi2")))) 212 "02s775m1531sshwlbvfddk3pz8zjmwkv1sgzggn386ja3gc9vwi2"))))
213 (build-system gnu-build-system) 213 (build-system gnu-build-system)
214 (inputs 214 (inputs
215 `(("intltool" ,intltool) 215 `(("libcanberra" ,libcanberra)
216 ("libcanberra" ,libcanberra)
217 ("gtkmm" ,gtkmm) 216 ("gtkmm" ,gtkmm)
218 ("pulseaudio" ,pulseaudio) 217 ("pulseaudio" ,pulseaudio)))
218 (native-inputs
219 `(("intltool" ,intltool)
219 ("pkg-config" ,pkg-config))) 220 ("pkg-config" ,pkg-config)))
220 (home-page "http://freedesktop.org/software/pulseaudio/pavucontrol/") 221 (home-page "http://freedesktop.org/software/pulseaudio/pavucontrol/")
221 (synopsis "PulseAudio volume control") 222 (synopsis "PulseAudio volume control")
diff --git a/gnu/packages/qemu.scm b/gnu/packages/qemu.scm
index 4f9cdc83a8e..0d7923ba0f7 100644
--- a/gnu/packages/qemu.scm
+++ b/gnu/packages/qemu.scm
@@ -95,7 +95,6 @@
95 (inputs ; TODO: Add optional inputs. 95 (inputs ; TODO: Add optional inputs.
96 `(;; ("libaio" ,libaio) 96 `(;; ("libaio" ,libaio)
97 ("glib" ,glib) 97 ("glib" ,glib)
98 ("python" ,python-2) ; incompatible with Python 3 according to error message
99 ("ncurses" ,ncurses) 98 ("ncurses" ,ncurses)
100 ("libpng" ,libpng) 99 ("libpng" ,libpng)
101 ("libjpeg" ,libjpeg-8) 100 ("libjpeg" ,libjpeg-8)
@@ -103,14 +102,14 @@
103 ;; ("vde2" ,vde2) 102 ;; ("vde2" ,vde2)
104 ("util-linux" ,util-linux) 103 ("util-linux" ,util-linux)
105 ;; ("pciutils" ,pciutils) 104 ;; ("pciutils" ,pciutils)
106 ("pkg-config" ,pkg-config)
107 ("alsa-lib" ,alsa-lib) 105 ("alsa-lib" ,alsa-lib)
108 ("zlib" ,zlib) 106 ("zlib" ,zlib)
109 ("attr" ,attr) 107 ("attr" ,attr)
110 ("samba" ,samba))) ; an optional dependency 108 ("samba" ,samba))) ; an optional dependency
111 (native-inputs `(("texinfo" ,texinfo) 109 (native-inputs `(("pkg-config" ,pkg-config)
110 ("python" ,python-2) ; incompatible with Python 3 according to error message
111 ("texinfo" ,texinfo)
112 ("perl" ,perl))) 112 ("perl" ,perl)))
113
114 (home-page "http://www.qemu-project.org") 113 (home-page "http://www.qemu-project.org")
115 (synopsis "Machine emulator and virtualizer (without GUI)") 114 (synopsis "Machine emulator and virtualizer (without GUI)")
116 (description 115 (description
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c8589564117..e40ae81aaad 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -51,7 +51,7 @@
51 (base32 51 (base32
52 "13mk335r4dhi9qglzbp46ina1wz4qgcp8r7s06iq7j50pf0kb5ww")))) 52 "13mk335r4dhi9qglzbp46ina1wz4qgcp8r7s06iq7j50pf0kb5ww"))))
53 (build-system gnu-build-system) 53 (build-system gnu-build-system)
54 (inputs 54 (native-inputs
55 `(("bison" ,bison))) 55 `(("bison" ,bison)))
56 (home-page "http://xkbcommon.org/") 56 (home-page "http://xkbcommon.org/")
57 (synopsis "library to handle keyboard descriptions") 57 (synopsis "library to handle keyboard descriptions")
@@ -97,8 +97,6 @@ X11 (yet).")
97 ("libxrender" ,libxrender) 97 ("libxrender" ,libxrender)
98 ("mysql" ,mysql) 98 ("mysql" ,mysql)
99 ("openssl" ,openssl) 99 ("openssl" ,openssl)
100 ("perl" ,perl)
101 ("pkg-config" ,pkg-config)
102 ("pulseaudio" ,pulseaudio) 100 ("pulseaudio" ,pulseaudio)
103 ("python-wrapper" ,python-wrapper) 101 ("python-wrapper" ,python-wrapper)
104 ("xcb-util" ,xcb-util) 102 ("xcb-util" ,xcb-util)
@@ -107,6 +105,9 @@ X11 (yet).")
107 ("xcb-util-renderutil" ,xcb-util-renderutil) 105 ("xcb-util-renderutil" ,xcb-util-renderutil)
108 ("xcb-util-wm" ,xcb-util-wm) 106 ("xcb-util-wm" ,xcb-util-wm)
109 ("zlib" ,zlib))) 107 ("zlib" ,zlib)))
108 (native-inputs
109 `(("perl" ,perl)
110 ("pkg-config" ,pkg-config)))
110 (arguments 111 (arguments
111 `(#:phases 112 `(#:phases
112 (alist-replace 113 (alist-replace
diff --git a/gnu/packages/ratpoison.scm b/gnu/packages/ratpoison.scm
index 30e6c224d61..fb1bfd8516e 100644
--- a/gnu/packages/ratpoison.scm
+++ b/gnu/packages/ratpoison.scm
@@ -40,9 +40,7 @@
40 "0v4mh8d3vsh5xbbycfdl3g8zfygi1rkslh1x7k5hi1d05bfq3cdr")))) 40 "0v4mh8d3vsh5xbbycfdl3g8zfygi1rkslh1x7k5hi1d05bfq3cdr"))))
41 (build-system gnu-build-system) 41 (build-system gnu-build-system)
42 (inputs 42 (inputs
43 `(("perl" ,perl) 43 `(("libXi" ,libxi)
44 ("pkg-config" ,pkg-config)
45 ("libXi" ,libxi)
46 ("readline" ,readline) 44 ("readline" ,readline)
47 ("xextproto" ,xextproto) 45 ("xextproto" ,xextproto)
48 ("libXtst" ,libxtst) 46 ("libXtst" ,libxtst)
@@ -53,6 +51,9 @@
53 ("libXt" ,libxt) 51 ("libXt" ,libxt)
54 ("inputproto" ,inputproto) 52 ("inputproto" ,inputproto)
55 ("libX11" ,libx11))) 53 ("libX11" ,libx11)))
54 (native-inputs
55 `(("perl" ,perl)
56 ("pkg-config" ,pkg-config)))
56 (home-page "http://www.nongnu.org/ratpoison/") 57 (home-page "http://www.nongnu.org/ratpoison/")
57 (synopsis "A simple mouse-free tiling window manager") 58 (synopsis "A simple mouse-free tiling window manager")
58 (description 59 (description
diff --git a/gnu/packages/rdf.scm b/gnu/packages/rdf.scm
index 75e4cd15455..1f2bc7932d5 100644
--- a/gnu/packages/rdf.scm
+++ b/gnu/packages/rdf.scm
@@ -78,9 +78,9 @@ HTML and JSON.")
78 (build-system cmake-build-system) 78 (build-system cmake-build-system)
79 ;; FIXME: Add optional dependencies: Raptor, Redland, odbci, clucene; doxygen 79 ;; FIXME: Add optional dependencies: Raptor, Redland, odbci, clucene; doxygen
80 (inputs 80 (inputs
81 `(("pkg-config" ,pkg-config) 81 `(("qt" ,qt-4)))
82 ("raptor2" ,raptor2) 82 (native-inputs
83 ("qt" ,qt-4))) 83 `(("pkg-config" ,pkg-config)))
84 (home-page "http://soprano.sourceforge.net/") 84 (home-page "http://soprano.sourceforge.net/")
85 (synopsis "RDF data library for Qt") 85 (synopsis "RDF data library for Qt")
86 (description "Soprano (formerly known as QRDF) is a library which 86 (description "Soprano (formerly known as QRDF) is a library which
diff --git a/gnu/packages/slim.scm b/gnu/packages/slim.scm
index 91e45b6a186..fd2c73c7728 100644
--- a/gnu/packages/slim.scm
+++ b/gnu/packages/slim.scm
@@ -50,11 +50,12 @@
50 ("libxrender" ,libxrender) 50 ("libxrender" ,libxrender)
51 ("freetype" ,freetype) 51 ("freetype" ,freetype)
52 ("fontconfig" ,fontconfig) 52 ("fontconfig" ,fontconfig)
53 ("pkg-config" ,pkg-config) 53 ("libx11" ,libx11)
54 ("libx11" ,libx11)
55 ("libxft" ,libxft) 54 ("libxft" ,libxft)
56 ("libxmu" ,libxmu) 55 ("libxmu" ,libxmu)
57 ("xauth" ,xauth))) 56 ("xauth" ,xauth)))
57 (native-inputs
58 `(("pkg-config" ,pkg-config)))
58 (arguments 59 (arguments
59 '(#:phases (alist-cons-before 60 '(#:phases (alist-cons-before
60 'configure 'set-new-etc-location 61 'configure 'set-new-etc-location
diff --git a/gnu/packages/texlive.scm b/gnu/packages/texlive.scm
index 7c6f82b9c98..92582a7ef0c 100644
--- a/gnu/packages/texlive.scm
+++ b/gnu/packages/texlive.scm
@@ -75,18 +75,19 @@
75 ("libpng" ,libpng) 75 ("libpng" ,libpng)
76 ("libxaw" ,libxaw) 76 ("libxaw" ,libxaw)
77 ("libxt" ,libxt) 77 ("libxt" ,libxt)
78 ("perl" ,perl)
79 ("pixman" ,pixman) 78 ("pixman" ,pixman)
80 ("poppler" ,poppler) 79 ("poppler" ,poppler)
81 ("pkg-config" ,pkg-config)
82 ;; FIXME: Add interpreters fontforge and ruby, 80 ;; FIXME: Add interpreters fontforge and ruby,
83 ;; once they are available. 81 ;; once they are available.
84 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
85 ("tcsh" ,tcsh)
86 ("teckit" ,teckit) 82 ("teckit" ,teckit)
87 ("t1lib" ,t1lib) 83 ("t1lib" ,t1lib)
88 ("zlib" ,zlib) 84 ("zlib" ,zlib)
89 ("zziplib" ,zziplib))) 85 ("zziplib" ,zziplib)))
86 (native-inputs
87 `(("perl" ,perl)
88 ("pkg-config" ,pkg-config)
89 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
90 ("tcsh" ,tcsh)))
90 (outputs '("out" "data")) 91 (outputs '("out" "data"))
91 (arguments 92 (arguments
92 `(#:out-of-source? #t 93 `(#:out-of-source? #t
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 199f7c2c74b..1a90527f218 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -44,18 +44,20 @@
44 "1qnspbpwa6cflsb6mkm84ay4nfx60ism6d7lgvnasidck9dmxydy")))) 44 "1qnspbpwa6cflsb6mkm84ay4nfx60ism6d7lgvnasidck9dmxydy"))))
45 (build-system gnu-build-system) 45 (build-system gnu-build-system)
46 (inputs 46 (inputs
47 `(("bc" ,bc) 47 `(("fontconfig" ,fontconfig)
48 ("bzip2" ,bzip2)
49 ("fontconfig" ,fontconfig)
50 ("freetype" ,freetype) 48 ("freetype" ,freetype)
51 ("libtheora" ,libtheora) 49 ("libtheora" ,libtheora)
52 ("libvorbis" ,libvorbis) 50 ("libvorbis" ,libvorbis)
51 ("speex" ,speex)
52 ("zlib", zlib)))
53 (native-inputs
54 `(("bc" ,bc)
55 ("bzip2" ,bzip2)
53 ("perl" ,perl) 56 ("perl" ,perl)
54 ("pkg-config" ,pkg-config) 57 ("pkg-config" ,pkg-config)
55 ("python" ,python-2) ; scripts use interpreter python2 58 ("python" ,python-2) ; scripts use interpreter python2
56 ("speex" ,speex) 59 ("speex" ,speex)
57 ("yasm" ,yasm) 60 ("yasm" ,yasm)))
58 ("zlib", zlib)))
59 (arguments 61 (arguments
60 `(#:test-target "fate" 62 `(#:test-target "fate"
61 #:phases 63 #:phases
diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index cded20648df..6fff0dbe231 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -104,12 +104,13 @@ Only \"Universal TUN/TAP device driver support\" is needed in the kernel.")
104 "1rd8pap455wzkx19i0sy3cqap524b6fwcjvqynxp6lhm01di4bd6")))) 104 "1rd8pap455wzkx19i0sy3cqap524b6fwcjvqynxp6lhm01di4bd6"))))
105 (build-system gnu-build-system) 105 (build-system gnu-build-system)
106 (inputs 106 (inputs
107 `(("gettext" ,gnu-gettext) 107 `(("libxml2" ,libxml2)
108 ("libxml2" ,libxml2)
109 ("openssl" ,openssl) 108 ("openssl" ,openssl)
110 ("pkg-config" ,pkg-config)
111 ("vpnc" ,vpnc) 109 ("vpnc" ,vpnc)
112 ("zlib" ,zlib))) 110 ("zlib" ,zlib)))
111 (native-inputs
112 `(("gettext" ,gnu-gettext)
113 ("pkg-config" ,pkg-config)))
113 (arguments 114 (arguments
114 `(#:phases 115 `(#:phases
115 (alist-replace 116 (alist-replace
diff --git a/gnu/packages/w3m.scm b/gnu/packages/w3m.scm
index 64fa78ab1b4..1558d930131 100644
--- a/gnu/packages/w3m.scm
+++ b/gnu/packages/w3m.scm
@@ -60,13 +60,14 @@
60 (("@PERL@") (which "perl")))) 60 (("@PERL@") (which "perl"))))
61 %standard-phases))) 61 %standard-phases)))
62 (inputs 62 (inputs
63 `(("gettext" ,gnu-gettext) 63 `(("libgc" ,libgc)
64 ("libgc" ,libgc)
65 ("ncurses" ,ncurses) 64 ("ncurses" ,ncurses)
66 ("openssl" ,openssl) 65 ("openssl" ,openssl)
67 ("perl" ,perl)
68 ("pkg-config" ,pkg-config)
69 ("zlib" ,zlib))) 66 ("zlib" ,zlib)))
67 (native-inputs
68 `(("gettext" ,gnu-gettext)
69 ("perl" ,perl)
70 ("pkg-config" ,pkg-config)))
70 (home-page "http://w3m.sourceforge.net/") 71 (home-page "http://w3m.sourceforge.net/")
71 (synopsis "w3m, a text-mode web browser") 72 (synopsis "w3m, a text-mode web browser")
72 (description 73 (description
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 81e3948f1ab..35659032dd4 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -66,9 +66,9 @@ things the parser might find in the XML document (like start tags).")
66 (build-system gnu-build-system) 66 (build-system gnu-build-system)
67 (home-page "http://www.xmlsoft.org/") 67 (home-page "http://www.xmlsoft.org/")
68 (synopsis "libxml2, a C parser for XML") 68 (synopsis "libxml2, a C parser for XML")
69 (inputs `(("perl" ,perl) 69 (inputs `(("zlib" ,zlib)))
70 ("python" ,python-2) ; incompatible with Python 3 (print syntax) 70 (native-inputs `(("perl" ,perl)
71 ("zlib" ,zlib))) 71 ("python" ,python-2))) ; incompatible with Python 3 (print syntax)
72 (arguments 72 (arguments
73 `(#:phases 73 `(#:phases
74 (alist-replace 74 (alist-replace
diff --git a/gnu/packages/xnee.scm b/gnu/packages/xnee.scm
index c16d1600e59..98c96e72fa5 100644
--- a/gnu/packages/xnee.scm
+++ b/gnu/packages/xnee.scm
@@ -38,7 +38,6 @@
38 (build-system gnu-build-system) 38 (build-system gnu-build-system)
39 (inputs 39 (inputs
40 `(("recordproto" ,recordproto) 40 `(("recordproto" ,recordproto)
41 ("pkg-config" ,pkg-config)
42 ("inputproto" ,inputproto) 41 ("inputproto" ,inputproto)
43 ("libxi" ,libxi) 42 ("libxi" ,libxi)
44 ("libxtst" ,libxtst) 43 ("libxtst" ,libxtst)
@@ -46,6 +45,8 @@
46 ("libxext" ,libxext) 45 ("libxext" ,libxext)
47 ("xproto" ,xproto) 46 ("xproto" ,xproto)
48 ("libx11" ,libx11))) 47 ("libx11" ,libx11)))
48 (native-inputs
49 `(("pkg-config" ,pkg-config)))
49 (home-page "http://www.gnu.org/software/xnee/") 50 (home-page "http://www.gnu.org/software/xnee/")
50 (synopsis "Record, replay and distribute user actions under X11") 51 (synopsis "Record, replay and distribute user actions under X11")
51 (description 52 (description
diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index b81cc8acc33..acc9fe61eb9 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -61,8 +61,9 @@
61 (inputs 61 (inputs
62 `(("libxext" ,libxext) 62 `(("libxext" ,libxext)
63 ("libxmu" ,libxmu) 63 ("libxmu" ,libxmu)
64 ("libxt" ,libxt) 64 ("libxt" ,libxt)))
65 ("pkg-config" ,pkg-config))) 65 (native-inputs
66 `(("pkg-config" ,pkg-config)))
66 (home-page "http://xeyes.sourcearchive.com/") 67 (home-page "http://xeyes.sourcearchive.com/")
67 (synopsis "A follow the mouse X demo") 68 (synopsis "A follow the mouse X demo")
68 (description "Xeyes is a demo program for x.org. It shows eyes 69 (description "Xeyes is a demo program for x.org. It shows eyes
@@ -87,8 +88,9 @@ following the mouse.")
87 (build-system gnu-build-system) 88 (build-system gnu-build-system)
88 (inputs 89 (inputs
89 `(("libpng" ,libpng) 90 `(("libpng" ,libpng)
90 ("pkg-config" ,pkg-config)
91 ("zlib" ,zlib))) 91 ("zlib" ,zlib)))
92 (native-inputs
93 `(("pkg-config" ,pkg-config)))
92 (home-page "http://www.pixman.org/") 94 (home-page "http://www.pixman.org/")
93 (synopsis "pixman, a low-level pixel manipulation library") 95 (synopsis "pixman, a low-level pixel manipulation library")
94 (description "Pixman is a low-level software library for pixel 96 (description "Pixman is a low-level software library for pixel
@@ -114,8 +116,9 @@ rasterisation.")
114 (build-system gnu-build-system) 116 (build-system gnu-build-system)
115 (inputs 117 (inputs
116 `(("libpciaccess" ,libpciaccess) 118 `(("libpciaccess" ,libpciaccess)
117 ("libpthread-stubs" ,libpthread-stubs) 119 ("libpthread-stubs" ,libpthread-stubs)))
118 ("pkg-config" ,pkg-config))) 120 (native-inputs
121 `(("pkg-config" ,pkg-config)))
119 (home-page "http://dri.freedesktop.org/wiki/") 122 (home-page "http://dri.freedesktop.org/wiki/")
120 (synopsis "libdrm, direct rendering userspace library") 123 (synopsis "libdrm, direct rendering userspace library")
121 (description "The Direct Rendering Infrastructure, also known as the DRI, 124 (description "The Direct Rendering Infrastructure, also known as the DRI,
@@ -202,8 +205,9 @@ tracking.")
202 "02hx981f7jfwylxj21s91yvv4h597nqqzz3vd6ar81zyn84b944w")))) 205 "02hx981f7jfwylxj21s91yvv4h597nqqzz3vd6ar81zyn84b944w"))))
203 (build-system gnu-build-system) 206 (build-system gnu-build-system)
204 (inputs 207 (inputs
205 `(("libxfont" ,libxfont) 208 `(("libxfont" ,libxfont)))
206 ("pkg-config" ,pkg-config))) 209 (native-inputs
210 `(("pkg-config" ,pkg-config)))
207 (home-page "http://www.x.org/wiki/") 211 (home-page "http://www.x.org/wiki/")
208 (synopsis "xorg implementation of the X Window System") 212 (synopsis "xorg implementation of the X Window System")
209 (description "X.org provides an implementation of the X Window System") 213 (description "X.org provides an implementation of the X Window System")
@@ -225,7 +229,7 @@ tracking.")
225 (base32 229 (base32
226 "07hvfm84scz8zjw14riiln2v4w03jlhp756ypwhq27g48jmic8a6")))) 230 "07hvfm84scz8zjw14riiln2v4w03jlhp756ypwhq27g48jmic8a6"))))
227 (build-system gnu-build-system) 231 (build-system gnu-build-system)
228 (inputs `(("pkg-config" ,pkg-config))) 232 (native-inputs `(("pkg-config" ,pkg-config)))
229 (home-page "http://www.x.org/wiki/") 233 (home-page "http://www.x.org/wiki/")
230 (synopsis "xorg implementation of the X Window System") 234 (synopsis "xorg implementation of the X Window System")
231 (description "X.org provides an implementation of the X Window System") 235 (description "X.org provides an implementation of the X Window System")
@@ -248,8 +252,9 @@ tracking.")
248 "1z0crmf669hirw4s7972mmp8xig80kfndja9h559haqbpvq5k4q4")))) 252 "1z0crmf669hirw4s7972mmp8xig80kfndja9h559haqbpvq5k4q4"))))
249 (build-system gnu-build-system) 253 (build-system gnu-build-system)
250 (inputs 254 (inputs
251 `(("fixesproto" ,fixesproto) 255 `(("fixesproto" ,fixesproto)))
252 ("pkg-config" ,pkg-config))) 256 (native-inputs
257 `(("pkg-config" ,pkg-config)))
253 (home-page "http://www.x.org/wiki/") 258 (home-page "http://www.x.org/wiki/")
254 (synopsis "xorg implementation of the X Window System") 259 (synopsis "xorg implementation of the X Window System")
255 (description "X.org provides an implementation of the X Window System") 260 (description "X.org provides an implementation of the X Window System")
@@ -271,7 +276,7 @@ tracking.")
271 (base32 276 (base32
272 "0nzwr5pv9hg7c21n995pdiv0zqhs91yz3r8rn3aska4ykcp12z2w")))) 277 "0nzwr5pv9hg7c21n995pdiv0zqhs91yz3r8rn3aska4ykcp12z2w"))))
273 (build-system gnu-build-system) 278 (build-system gnu-build-system)
274 (inputs `(("pkg-config" ,pkg-config))) 279 (native-inputs `(("pkg-config" ,pkg-config)))
275 (home-page "http://www.x.org/wiki/") 280 (home-page "http://www.x.org/wiki/")
276 (synopsis "xorg implementation of the X Window System") 281 (synopsis "xorg implementation of the X Window System")
277 (description "X.org provides an implementation of the X Window System") 282 (description "X.org provides an implementation of the X Window System")
@@ -293,7 +298,7 @@ tracking.")
293 (base32 298 (base32
294 "02b5x9dkgajizm8dqyx2w6hmqx3v25l67mgf35nj6sz0lgk52877")))) 299 "02b5x9dkgajizm8dqyx2w6hmqx3v25l67mgf35nj6sz0lgk52877"))))
295 (build-system gnu-build-system) 300 (build-system gnu-build-system)
296 (inputs `(("pkg-config" ,pkg-config))) 301 (native-inputs `(("pkg-config" ,pkg-config)))
297 (home-page "http://www.x.org/wiki/") 302 (home-page "http://www.x.org/wiki/")
298 (synopsis "xorg implementation of the X Window System") 303 (synopsis "xorg implementation of the X Window System")
299 (description "X.org provides an implementation of the X Window System") 304 (description "X.org provides an implementation of the X Window System")
@@ -337,8 +342,9 @@ tracking.")
337 "0ffmaw80vmfwdgvdkp6495xgsqszb6s0iira5j0j6pd4i0lk3mnf")))) 342 "0ffmaw80vmfwdgvdkp6495xgsqszb6s0iira5j0j6pd4i0lk3mnf"))))
338 (build-system gnu-build-system) 343 (build-system gnu-build-system)
339 (inputs 344 (inputs
340 `(("mkfontscale" ,mkfontscale) 345 `(("mkfontscale" ,mkfontscale)))
341 ("pkg-config" ,pkg-config))) 346 (native-inputs
347 `(("pkg-config" ,pkg-config)))
342 (home-page "http://www.x.org/wiki/") 348 (home-page "http://www.x.org/wiki/")
343 (synopsis "xorg implementation of the X Window System") 349 (synopsis "xorg implementation of the X Window System")
344 (description "X.org provides an implementation of the X Window System") 350 (description "X.org provides an implementation of the X Window System")
@@ -363,8 +369,9 @@ tracking.")
363 (inputs 369 (inputs
364 `(("bdftopcf" ,bdftopcf) 370 `(("bdftopcf" ,bdftopcf)
365 ("font-util", font-util) 371 ("font-util", font-util)
366 ("mkfontdir" ,mkfontdir) 372 ("mkfontdir" ,mkfontdir)))
367 ("pkg-config" ,pkg-config))) 373 (native-inputs
374 `(("pkg-config" ,pkg-config)))
368 (arguments 375 (arguments
369 `(#:configure-flags (list 376 `(#:configure-flags (list
370 ;; install fonts into subdirectory of package output instead of 377 ;; install fonts into subdirectory of package output instead of
@@ -394,8 +401,9 @@ tracking.")
394 (inputs 401 (inputs
395 `(("bdftopcf" ,bdftopcf) 402 `(("bdftopcf" ,bdftopcf)
396 ("font-util", font-util) 403 ("font-util", font-util)
397 ("mkfontdir" ,mkfontdir) 404 ("mkfontdir" ,mkfontdir)))
398 ("pkg-config" ,pkg-config))) 405 (native-inputs
406 `(("pkg-config" ,pkg-config)))
399 (arguments 407 (arguments
400 `(#:configure-flags (list 408 `(#:configure-flags (list
401 (string-append "--with-fontrootdir=" %output "/share/fonts/X11")))) 409 (string-append "--with-fontrootdir=" %output "/share/fonts/X11"))))
@@ -426,7 +434,7 @@ tracking.")
426 (base32 434 (base32
427 "16ic8wfwwr3jicaml7b5a0sk6plcgc1kg84w02881yhwmqm3nicb")))) 435 "16ic8wfwwr3jicaml7b5a0sk6plcgc1kg84w02881yhwmqm3nicb"))))
428 (build-system gnu-build-system) 436 (build-system gnu-build-system)
429 (inputs `(("pkg-config" ,pkg-config))) 437 (native-inputs `(("pkg-config" ,pkg-config)))
430 (home-page "http://www.x.org/wiki/") 438 (home-page "http://www.x.org/wiki/")
431 (synopsis "xorg implementation of the X Window System") 439 (synopsis "xorg implementation of the X Window System")
432 (description "X.org provides an implementation of the X Window System") 440 (description "X.org provides an implementation of the X Window System")
@@ -450,8 +458,9 @@ tracking.")
450 (build-system gnu-build-system) 458 (build-system gnu-build-system)
451 (inputs 459 (inputs
452 `(("mkfontdir" ,mkfontdir) 460 `(("mkfontdir" ,mkfontdir)
453 ("bdftopcf" ,bdftopcf) 461 ("bdftopcf" ,bdftopcf)))
454 ("pkg-config" ,pkg-config))) 462 (native-inputs
463 `(("pkg-config" ,pkg-config)))
455 (home-page "http://www.x.org/wiki/") 464 (home-page "http://www.x.org/wiki/")
456 (synopsis "xorg implementation of the X Window System") 465 (synopsis "xorg implementation of the X Window System")
457 (description "X.org provides an implementation of the X Window System") 466 (description "X.org provides an implementation of the X Window System")
@@ -486,8 +495,9 @@ tracking.")
486 (build-system gnu-build-system) 495 (build-system gnu-build-system)
487 (inputs 496 (inputs
488 `(("mkfontdir" ,mkfontdir) 497 `(("mkfontdir" ,mkfontdir)
489 ("bdftopcf" ,bdftopcf) 498 ("bdftopcf" ,bdftopcf)))
490 ("pkg-config" ,pkg-config))) 499 (native-inputs
500 `(("pkg-config" ,pkg-config)))
491 (home-page "http://www.x.org/wiki/") 501 (home-page "http://www.x.org/wiki/")
492 (synopsis "xorg implementation of the X Window System") 502 (synopsis "xorg implementation of the X Window System")
493 (description "X.org provides an implementation of the X Window System") 503 (description "X.org provides an implementation of the X Window System")
@@ -518,8 +528,9 @@ tracking.")
518 (build-system gnu-build-system) 528 (build-system gnu-build-system)
519 (inputs 529 (inputs
520 `(("mkfontdir" ,mkfontdir) 530 `(("mkfontdir" ,mkfontdir)
521 ("bdftopcf" ,bdftopcf) 531 ("bdftopcf" ,bdftopcf)))
522 ("pkg-config" ,pkg-config))) 532 (native-inputs
533 `(("pkg-config" ,pkg-config)))
523 (home-page "http://www.x.org/wiki/") 534 (home-page "http://www.x.org/wiki/")
524 (synopsis "xorg implementation of the X Window System") 535 (synopsis "xorg implementation of the X Window System")
525 (description "X.org provides an implementation of the X Window System") 536 (description "X.org provides an implementation of the X Window System")
@@ -546,8 +557,9 @@ tracking.")
546 (build-system gnu-build-system) 557 (build-system gnu-build-system)
547 (inputs 558 (inputs
548 `(("mkfontdir" ,mkfontdir) 559 `(("mkfontdir" ,mkfontdir)
549 ("bdftopcf" ,bdftopcf) 560 ("bdftopcf" ,bdftopcf)))
550 ("pkg-config" ,pkg-config))) 561 (native-inputs
562 `(("pkg-config" ,pkg-config)))
551 (home-page "http://www.x.org/wiki/") 563 (home-page "http://www.x.org/wiki/")
552 (synopsis "xorg implementation of the X Window System") 564 (synopsis "xorg implementation of the X Window System")
553 (description "X.org provides an implementation of the X Window System") 565 (description "X.org provides an implementation of the X Window System")
@@ -575,8 +587,9 @@ tracking.")
575 (build-system gnu-build-system) 587 (build-system gnu-build-system)
576 (inputs 588 (inputs
577 `(("mkfontdir" ,mkfontdir) 589 `(("mkfontdir" ,mkfontdir)
578 ("bdftopcf" ,bdftopcf) 590 ("bdftopcf" ,bdftopcf)))
579 ("pkg-config" ,pkg-config))) 591 (native-inputs
592 `(("pkg-config" ,pkg-config)))
580 (home-page "http://www.x.org/wiki/") 593 (home-page "http://www.x.org/wiki/")
581 (synopsis "xorg implementation of the X Window System") 594 (synopsis "xorg implementation of the X Window System")
582 (description "X.org provides an implementation of the X Window System") 595 (description "X.org provides an implementation of the X Window System")
@@ -600,8 +613,9 @@ tracking.")
600 (build-system gnu-build-system) 613 (build-system gnu-build-system)
601 (inputs 614 (inputs
602 `(("mkfontdir" ,mkfontdir) 615 `(("mkfontdir" ,mkfontdir)
603 ("bdftopcf" ,bdftopcf) 616 ("bdftopcf" ,bdftopcf)))
604 ("pkg-config" ,pkg-config))) 617 (native-inputs
618 `(("pkg-config" ,pkg-config)))
605 (home-page "http://www.x.org/wiki/") 619 (home-page "http://www.x.org/wiki/")
606 (synopsis "xorg implementation of the X Window System") 620 (synopsis "xorg implementation of the X Window System")
607 (description "X.org provides an implementation of the X Window System") 621 (description "X.org provides an implementation of the X Window System")
@@ -624,8 +638,9 @@ tracking.")
624 "19cq7iq0pfad0nc2v28n681fdq3fcw1l1hzaq0wpkgpx7bc1zjsk")))) 638 "19cq7iq0pfad0nc2v28n681fdq3fcw1l1hzaq0wpkgpx7bc1zjsk"))))
625 (build-system gnu-build-system) 639 (build-system gnu-build-system)
626 (inputs 640 (inputs
627 `(("mkfontdir" ,mkfontdir) 641 `(("mkfontdir" ,mkfontdir)))
628 ("pkg-config" ,pkg-config))) 642 (native-inputs
643 `(("pkg-config" ,pkg-config)))
629 (home-page "http://www.x.org/wiki/") 644 (home-page "http://www.x.org/wiki/")
630 (synopsis "xorg implementation of the X Window System") 645 (synopsis "xorg implementation of the X Window System")
631 (description "X.org provides an implementation of the X Window System") 646 (description "X.org provides an implementation of the X Window System")
@@ -654,8 +669,9 @@ tracking.")
654 (inputs 669 (inputs
655 `(("mkfontdir" ,mkfontdir) 670 `(("mkfontdir" ,mkfontdir)
656 ("font-util" ,font-util) 671 ("font-util" ,font-util)
657 ("bdftopcf" ,bdftopcf) 672 ("bdftopcf" ,bdftopcf)))
658 ("pkg-config" ,pkg-config))) 673 (native-inputs
674 `(("pkg-config" ,pkg-config)))
659 (arguments 675 (arguments
660 `(#:configure-flags (list 676 `(#:configure-flags (list
661 (string-append "--with-fontrootdir=" %output "/share/fonts/X11")))) 677 (string-append "--with-fontrootdir=" %output "/share/fonts/X11"))))
@@ -682,8 +698,9 @@ tracking.")
682 (build-system gnu-build-system) 698 (build-system gnu-build-system)
683 (inputs 699 (inputs
684 `(("mkfontdir" ,mkfontdir) 700 `(("mkfontdir" ,mkfontdir)
685 ("bdftopcf" ,bdftopcf) 701 ("bdftopcf" ,bdftopcf)))
686 ("pkg-config" ,pkg-config))) 702 (native-inputs
703 `(("pkg-config" ,pkg-config)))
687 (home-page "http://www.x.org/wiki/") 704 (home-page "http://www.x.org/wiki/")
688 (synopsis "xorg implementation of the X Window System") 705 (synopsis "xorg implementation of the X Window System")
689 (description "X.org provides an implementation of the X Window System") 706 (description "X.org provides an implementation of the X Window System")
@@ -708,8 +725,9 @@ tracking.")
708 (inputs 725 (inputs
709 `(("mkfontdir" ,mkfontdir) 726 `(("mkfontdir" ,mkfontdir)
710 ("font-util" ,font-util) 727 ("font-util" ,font-util)
711 ("bdftopcf" ,bdftopcf) 728 ("bdftopcf" ,bdftopcf)))
712 ("pkg-config" ,pkg-config))) 729 (native-inputs
730 `(("pkg-config" ,pkg-config)))
713 (arguments 731 (arguments
714 `(#:configure-flags (list 732 `(#:configure-flags (list
715 (string-append "--with-fontrootdir=" %output "/share/fonts/X11")))) 733 (string-append "--with-fontrootdir=" %output "/share/fonts/X11"))))
@@ -736,8 +754,9 @@ tracking.")
736 (build-system gnu-build-system) 754 (build-system gnu-build-system)
737 (inputs 755 (inputs
738 `(("mkfontdir" ,mkfontdir) 756 `(("mkfontdir" ,mkfontdir)
739 ("bdftopcf" ,bdftopcf) 757 ("bdftopcf" ,bdftopcf)))
740 ("pkg-config" ,pkg-config))) 758 (native-inputs
759 `(("pkg-config" ,pkg-config)))
741 (home-page "http://www.x.org/wiki/") 760 (home-page "http://www.x.org/wiki/")
742 (synopsis "xorg implementation of the X Window System") 761 (synopsis "xorg implementation of the X Window System")
743 (description "X.org provides an implementation of the X Window System") 762 (description "X.org provides an implementation of the X Window System")
@@ -761,8 +780,9 @@ tracking.")
761 (build-system gnu-build-system) 780 (build-system gnu-build-system)
762 (inputs 781 (inputs
763 `(("mkfontdir" ,mkfontdir) 782 `(("mkfontdir" ,mkfontdir)
764 ("bdftopcf" ,bdftopcf) 783 ("bdftopcf" ,bdftopcf)))
765 ("pkg-config" ,pkg-config))) 784 (native-inputs
785 `(("pkg-config" ,pkg-config)))
766 (home-page "http://www.x.org/wiki/") 786 (home-page "http://www.x.org/wiki/")
767 (synopsis "xorg implementation of the X Window System") 787 (synopsis "xorg implementation of the X Window System")
768 (description "X.org provides an implementation of the X Window System") 788 (description "X.org provides an implementation of the X Window System")
@@ -786,8 +806,9 @@ tracking.")
786 (build-system gnu-build-system) 806 (build-system gnu-build-system)
787 (inputs 807 (inputs
788 `(("mkfontdir" ,mkfontdir) 808 `(("mkfontdir" ,mkfontdir)
789 ("bdftopcf" ,bdftopcf) 809 ("bdftopcf" ,bdftopcf)))
790 ("pkg-config" ,pkg-config))) 810 (native-inputs
811 `(("pkg-config" ,pkg-config)))
791 (home-page "http://www.x.org/wiki/") 812 (home-page "http://www.x.org/wiki/")
792 (synopsis "xorg implementation of the X Window System") 813 (synopsis "xorg implementation of the X Window System")
793 (description "X.org provides an implementation of the X Window System") 814 (description "X.org provides an implementation of the X Window System")
@@ -809,7 +830,7 @@ tracking.")
809 (base32 830 (base32
810 "15cijajwhjzpy3ydc817zz8x5z4gbkyv3fps687jbq544mbfbafz")))) 831 "15cijajwhjzpy3ydc817zz8x5z4gbkyv3fps687jbq544mbfbafz"))))
811 (build-system gnu-build-system) 832 (build-system gnu-build-system)
812 (inputs `(("pkg-config" ,pkg-config))) 833 (native-inputs `(("pkg-config" ,pkg-config)))
813 (home-page "http://www.x.org/wiki/") 834 (home-page "http://www.x.org/wiki/")
814 (synopsis "xorg implementation of the X Window System") 835 (synopsis "xorg implementation of the X Window System")
815 (description "X.org provides an implementation of the X Window System") 836 (description "X.org provides an implementation of the X Window System")
@@ -833,8 +854,9 @@ tracking.")
833 (build-system gnu-build-system) 854 (build-system gnu-build-system)
834 (inputs 855 (inputs
835 `(("mkfontdir" ,mkfontdir) 856 `(("mkfontdir" ,mkfontdir)
836 ("bdftopcf" ,bdftopcf) 857 ("bdftopcf" ,bdftopcf)))
837 ("pkg-config" ,pkg-config))) 858 (native-inputs
859 `(("pkg-config" ,pkg-config)))
838 (home-page "http://www.x.org/wiki/") 860 (home-page "http://www.x.org/wiki/")
839 (synopsis "xorg implementation of the X Window System") 861 (synopsis "xorg implementation of the X Window System")
840 (description "X.org provides an implementation of the X Window System") 862 (description "X.org provides an implementation of the X Window System")
@@ -857,8 +879,9 @@ tracking.")
857 "0jp3zc0qfdaqfkgzrb44vi9vi0a8ygb35wp082yz7rvvxhmg9sya")))) 879 "0jp3zc0qfdaqfkgzrb44vi9vi0a8ygb35wp082yz7rvvxhmg9sya"))))
858 (build-system gnu-build-system) 880 (build-system gnu-build-system)
859 (inputs 881 (inputs
860 `(("mkfontdir" ,mkfontdir) 882 `(("mkfontdir" ,mkfontdir)))
861 ("pkg-config" ,pkg-config))) 883 (native-inputs
884 `(("pkg-config" ,pkg-config)))
862 (home-page "http://www.x.org/wiki/") 885 (home-page "http://www.x.org/wiki/")
863 (synopsis "xorg implementation of the X Window System") 886 (synopsis "xorg implementation of the X Window System")
864 (description "X.org provides an implementation of the X Window System") 887 (description "X.org provides an implementation of the X Window System")
@@ -880,7 +903,7 @@ tracking.")
880 (base32 903 (base32
881 "1ab8mbqxdwvdz4k5x4xb9c4n5w7i1xw276cbpk4z7a1nlpjrg746")))) 904 "1ab8mbqxdwvdz4k5x4xb9c4n5w7i1xw276cbpk4z7a1nlpjrg746"))))
882 (build-system gnu-build-system) 905 (build-system gnu-build-system)
883 (inputs `(("pkg-config" ,pkg-config))) 906 (native-inputs `(("pkg-config" ,pkg-config)))
884 (home-page "http://www.x.org/wiki/") 907 (home-page "http://www.x.org/wiki/")
885 (synopsis "xorg implementation of the X Window System") 908 (synopsis "xorg implementation of the X Window System")
886 (description "X.org provides an implementation of the X Window System") 909 (description "X.org provides an implementation of the X Window System")
@@ -902,7 +925,7 @@ tracking.")
902 (base32 925 (base32
903 "0wf1vq9g4pyzahb23ywx554pm5bpax49lz188fk6m5p8wbmmc0wr")))) 926 "0wf1vq9g4pyzahb23ywx554pm5bpax49lz188fk6m5p8wbmmc0wr"))))
904 (build-system gnu-build-system) 927 (build-system gnu-build-system)
905 (inputs `(("pkg-config" ,pkg-config))) 928 (native-inputs `(("pkg-config" ,pkg-config)))
906 (home-page "http://www.x.org/wiki/") 929 (home-page "http://www.x.org/wiki/")
907 (synopsis "xorg implementation of the X Window System") 930 (synopsis "xorg implementation of the X Window System")
908 (description "X.org provides an implementation of the X Window System") 931 (description "X.org provides an implementation of the X Window System")
@@ -925,8 +948,9 @@ tracking.")
925 "1aq6v671s2x5rc6zn0rgxb4wddg4vq94mckw3cpwl7ccrjjvd5hl")))) 948 "1aq6v671s2x5rc6zn0rgxb4wddg4vq94mckw3cpwl7ccrjjvd5hl"))))
926 (build-system gnu-build-system) 949 (build-system gnu-build-system)
927 (inputs 950 (inputs
928 `(("libice" ,libice) 951 `(("libice" ,libice)))
929 ("pkg-config" ,pkg-config))) 952 (native-inputs
953 `(("pkg-config" ,pkg-config)))
930 (home-page "http://www.x.org/wiki/") 954 (home-page "http://www.x.org/wiki/")
931 (synopsis "xorg implementation of the X Window System") 955 (synopsis "xorg implementation of the X Window System")
932 (description "X.org provides an implementation of the X Window System") 956 (description "X.org provides an implementation of the X Window System")
@@ -948,7 +972,7 @@ tracking.")
948 (base32 972 (base32
949 "1c5wqamfsd8g5i8kya5pjfmcac8q5zq1l3vclh6p96f24nmicxfy")))) 973 "1c5wqamfsd8g5i8kya5pjfmcac8q5zq1l3vclh6p96f24nmicxfy"))))
950 (build-system gnu-build-system) 974 (build-system gnu-build-system)
951 (inputs `(("pkg-config" ,pkg-config))) 975 (native-inputs `(("pkg-config" ,pkg-config)))
952 (home-page "http://www.x.org/wiki/") 976 (home-page "http://www.x.org/wiki/")
953 (synopsis "xorg implementation of the X Window System") 977 (synopsis "xorg implementation of the X Window System")
954 (description "X.org provides an implementation of the X Window System") 978 (description "X.org provides an implementation of the X Window System")
@@ -970,7 +994,7 @@ tracking.")
970 (base32 994 (base32
971 "0yal11hhpiisy3w8wmacsdzzzcnc3xwnswxz8k7zri40xc5aqz03")))) 995 "0yal11hhpiisy3w8wmacsdzzzcnc3xwnswxz8k7zri40xc5aqz03"))))
972 (build-system gnu-build-system) 996 (build-system gnu-build-system)
973 (inputs `(("pkg-config" ,pkg-config))) 997 (native-inputs `(("pkg-config" ,pkg-config)))
974 (home-page "http://www.x.org/wiki/") 998 (home-page "http://www.x.org/wiki/")
975 (synopsis "xorg implementation of the X Window System") 999 (synopsis "xorg implementation of the X Window System")
976 (description "X.org provides an implementation of the X Window System") 1000 (description "X.org provides an implementation of the X Window System")
@@ -1000,8 +1024,9 @@ tracking.")
1000 `(("xextproto" ,xextproto) 1024 `(("xextproto" ,xextproto)
1001 ("libxext" ,libxext) 1025 ("libxext" ,libxext)
1002 ("libx11" ,libx11) 1026 ("libx11" ,libx11)
1003 ("dmxproto" ,dmxproto) 1027 ("dmxproto" ,dmxproto)))
1004 ("pkg-config" ,pkg-config))) 1028 (native-inputs
1029 `(("pkg-config" ,pkg-config)))
1005 (home-page "http://www.x.org/wiki/") 1030 (home-page "http://www.x.org/wiki/")
1006 (synopsis "xorg implementation of the X Window System") 1031 (synopsis "xorg implementation of the X Window System")
1007 (description "X.org provides an implementation of the X Window System") 1032 (description "X.org provides an implementation of the X Window System")
@@ -1025,8 +1050,9 @@ tracking.")
1025 (build-system gnu-build-system) 1050 (build-system gnu-build-system)
1026 (inputs 1051 (inputs
1027 `(("zlib" ,zlib) 1052 `(("zlib" ,zlib)
1028 ("xproto" ,xproto) 1053 ("xproto" ,xproto)))
1029 ("pkg-config" ,pkg-config))) 1054 (native-inputs
1055 `(("pkg-config" ,pkg-config)))
1030 (home-page "http://www.x.org/wiki/") 1056 (home-page "http://www.x.org/wiki/")
1031 (synopsis "xorg implementation of the X Window System") 1057 (synopsis "xorg implementation of the X Window System")
1032 (description "X.org provides an implementation of the X Window System") 1058 (description "X.org provides an implementation of the X Window System")
@@ -1051,8 +1077,9 @@ tracking.")
1051 (inputs 1077 (inputs
1052 `(("xtrans" ,xtrans) 1078 `(("xtrans" ,xtrans)
1053 ("xproto" ,xproto) 1079 ("xproto" ,xproto)
1054 ("fontsproto" ,fontsproto) 1080 ("fontsproto" ,fontsproto)))
1055 ("pkg-config" ,pkg-config))) 1081 (native-inputs
1082 `(("pkg-config" ,pkg-config)))
1056 (home-page "http://www.x.org/wiki/") 1083 (home-page "http://www.x.org/wiki/")
1057 (synopsis "xorg implementation of the X Window System") 1084 (synopsis "xorg implementation of the X Window System")
1058 (description "X.org provides an implementation of the X Window System") 1085 (description "X.org provides an implementation of the X Window System")
@@ -1075,7 +1102,9 @@ tracking.")
1075 "11509lkgd5j4g5wy0g13z4sf31h50hqx3jfwb2i4q6k98pv6iar7")))) 1102 "11509lkgd5j4g5wy0g13z4sf31h50hqx3jfwb2i4q6k98pv6iar7"))))
1076 (build-system gnu-build-system) 1103 (build-system gnu-build-system)
1077 (inputs 1104 (inputs
1078 `(("zlib" ,zlib) ("pkg-config" ,pkg-config))) 1105 `(("zlib" ,zlib)))
1106 (native-inputs
1107 `(("pkg-config" ,pkg-config)))
1079 (home-page "http://www.x.org/wiki/") 1108 (home-page "http://www.x.org/wiki/")
1080 (synopsis "xorg implementation of the X Window System") 1109 (synopsis "xorg implementation of the X Window System")
1081 (description "X.org provides an implementation of the X Window System") 1110 (description "X.org provides an implementation of the X Window System")
@@ -1097,7 +1126,7 @@ tracking.")
1097 (base32 1126 (base32
1098 "16bjv3in19l84hbri41iayvvg4ls9gv1ma0x0qlbmwy67i7dbdim")))) 1127 "16bjv3in19l84hbri41iayvvg4ls9gv1ma0x0qlbmwy67i7dbdim"))))
1099 (build-system gnu-build-system) 1128 (build-system gnu-build-system)
1100 (inputs `(("pkg-config" ,pkg-config))) 1129 (native-inputs `(("pkg-config" ,pkg-config)))
1101 (home-page "http://www.x.org/wiki/") 1130 (home-page "http://www.x.org/wiki/")
1102 (synopsis "xorg implementation of the X Window System") 1131 (synopsis "xorg implementation of the X Window System")
1103 (description "X.org provides an implementation of the X Window System") 1132 (description "X.org provides an implementation of the X Window System")
@@ -1122,8 +1151,9 @@ tracking.")
1122 (inputs 1151 (inputs
1123 `(("xtrans" ,xtrans) 1152 `(("xtrans" ,xtrans)
1124 ("util-linux" ,util-linux) 1153 ("util-linux" ,util-linux)
1125 ("libice" ,libice) 1154 ("libice" ,libice)))
1126 ("pkg-config" ,pkg-config))) 1155 (native-inputs
1156 `(("pkg-config" ,pkg-config)))
1127 (home-page "http://www.x.org/wiki/") 1157 (home-page "http://www.x.org/wiki/")
1128 (synopsis "xorg implementation of the X Window System") 1158 (synopsis "xorg implementation of the X Window System")
1129 (description "X.org provides an implementation of the X Window System") 1159 (description "X.org provides an implementation of the X Window System")
@@ -1149,8 +1179,9 @@ tracking.")
1149 `(("xextproto" ,xextproto) 1179 `(("xextproto" ,xextproto)
1150 ("libxext" ,libxext) 1180 ("libxext" ,libxext)
1151 ("libx11" ,libx11) 1181 ("libx11" ,libx11)
1152 ("windowswmproto" ,windowswmproto) 1182 ("windowswmproto" ,windowswmproto)))
1153 ("pkg-config" ,pkg-config))) 1183 (native-inputs
1184 `(("pkg-config" ,pkg-config)))
1154 (home-page "http://www.x.org/wiki/") 1185 (home-page "http://www.x.org/wiki/")
1155 (synopsis "xorg implementation of the X Window System") 1186 (synopsis "xorg implementation of the X Window System")
1156 (description "X.org provides an implementation of the X Window System") 1187 (description "X.org provides an implementation of the X Window System")
@@ -1176,8 +1207,9 @@ tracking.")
1176 `(("xproto" ,xproto) 1207 `(("xproto" ,xproto)
1177 ("libxfixes" ,libxfixes) 1208 ("libxfixes" ,libxfixes)
1178 ("libx11" ,libx11) 1209 ("libx11" ,libx11)
1179 ("compositeproto" ,compositeproto) 1210 ("compositeproto" ,compositeproto)))
1180 ("pkg-config" ,pkg-config))) 1211 (native-inputs
1212 `(("pkg-config" ,pkg-config)))
1181 (home-page "http://www.x.org/wiki/") 1213 (home-page "http://www.x.org/wiki/")
1182 (synopsis "xorg implementation of the X Window System") 1214 (synopsis "xorg implementation of the X Window System")
1183 (description "X.org provides an implementation of the X Window System") 1215 (description "X.org provides an implementation of the X Window System")
@@ -1200,7 +1232,9 @@ tracking.")
1200 "13highx4xpgkiwykpcl7z2laslrjc4pzi4h617ny9p7r6116vkls")))) 1232 "13highx4xpgkiwykpcl7z2laslrjc4pzi4h617ny9p7r6116vkls"))))
1201 (build-system gnu-build-system) 1233 (build-system gnu-build-system)
1202 (inputs 1234 (inputs
1203 `(("xproto" ,xproto) ("pkg-config" ,pkg-config))) 1235 `(("xproto" ,xproto)))
1236 (native-inputs
1237 `(("pkg-config" ,pkg-config)))
1204 (home-page "http://www.x.org/wiki/") 1238 (home-page "http://www.x.org/wiki/")
1205 (synopsis "xorg implementation of the X Window System") 1239 (synopsis "xorg implementation of the X Window System")
1206 (description "X.org provides an implementation of the X Window System") 1240 (description "X.org provides an implementation of the X Window System")
@@ -1226,11 +1260,10 @@ tracking.")
1226 `(("libx11" ,libx11) 1260 `(("libx11" ,libx11)
1227 ("xproto" ,xproto) 1261 ("xproto" ,xproto)
1228 ("libxrender" ,libxrender) 1262 ("libxrender" ,libxrender)
1229 ("xproto" ,xproto)
1230 ("libx11" ,libx11)
1231 ("freetype" ,freetype) 1263 ("freetype" ,freetype)
1232 ("fontconfig" ,fontconfig) 1264 ("fontconfig" ,fontconfig)))
1233 ("pkg-config" ,pkg-config))) 1265 (native-inputs
1266 `(("pkg-config" ,pkg-config)))
1234 (home-page "http://www.x.org/wiki/") 1267 (home-page "http://www.x.org/wiki/")
1235 (synopsis "xorg implementation of the X Window System") 1268 (synopsis "xorg implementation of the X Window System")
1236 (description "X.org provides an implementation of the X Window System") 1269 (description "X.org provides an implementation of the X Window System")
@@ -1253,8 +1286,9 @@ tracking.")
1253 "0flg5arw6n3njagmsi4i4l0zl5bfx866a1h9ydc3bi1pqlclxaca")))) 1286 "0flg5arw6n3njagmsi4i4l0zl5bfx866a1h9ydc3bi1pqlclxaca"))))
1254 (build-system gnu-build-system) 1287 (build-system gnu-build-system)
1255 (inputs 1288 (inputs
1256 `(("libx11" ,libx11) 1289 `(("libx11" ,libx11)))
1257 ("pkg-config" ,pkg-config))) 1290 (native-inputs
1291 `(("pkg-config" ,pkg-config)))
1258 (home-page "http://www.x.org/wiki/") 1292 (home-page "http://www.x.org/wiki/")
1259 (synopsis "xorg implementation of the X Window System") 1293 (synopsis "xorg implementation of the X Window System")
1260 (description "X.org provides an implementation of the X Window System") 1294 (description "X.org provides an implementation of the X Window System")
@@ -1279,8 +1313,9 @@ tracking.")
1279 (inputs 1313 (inputs
1280 `(("libxt" ,libxt) 1314 `(("libxt" ,libxt)
1281 ("xproto" ,xproto) 1315 ("xproto" ,xproto)
1282 ("libxext" ,libxext) 1316 ("libxext" ,libxext)))
1283 ("pkg-config" ,pkg-config))) 1317 (native-inputs
1318 `(("pkg-config" ,pkg-config)))
1284 (home-page "http://www.x.org/wiki/") 1319 (home-page "http://www.x.org/wiki/")
1285 (synopsis "xorg implementation of the X Window System") 1320 (synopsis "xorg implementation of the X Window System")
1286 (description "X.org provides an implementation of the X Window System") 1321 (description "X.org provides an implementation of the X Window System")
@@ -1306,8 +1341,9 @@ tracking.")
1306 `(("gettext" ,gnu-gettext) 1341 `(("gettext" ,gnu-gettext)
1307 ("libxt" ,libxt) 1342 ("libxt" ,libxt)
1308 ("xproto" ,xproto) 1343 ("xproto" ,xproto)
1309 ("libxext" ,libxext) 1344 ("libxext" ,libxext)))
1310 ("pkg-config" ,pkg-config))) 1345 (native-inputs
1346 `(("pkg-config" ,pkg-config)))
1311 (home-page "http://www.x.org/wiki/") 1347 (home-page "http://www.x.org/wiki/")
1312 (synopsis "xorg implementation of the X Window System") 1348 (synopsis "xorg implementation of the X Window System")
1313 (description "X.org provides an implementation of the X Window System") 1349 (description "X.org provides an implementation of the X Window System")
@@ -1333,8 +1369,9 @@ tracking.")
1333 `(("xproto" ,xproto) 1369 `(("xproto" ,xproto)
1334 ("libxext" ,libxext) 1370 ("libxext" ,libxext)
1335 ("libx11" ,libx11) 1371 ("libx11" ,libx11)
1336 ("resourceproto" ,resourceproto) 1372 ("resourceproto" ,resourceproto)))
1337 ("pkg-config" ,pkg-config))) 1373 (native-inputs
1374 `(("pkg-config" ,pkg-config)))
1338 (home-page "http://www.x.org/wiki/") 1375 (home-page "http://www.x.org/wiki/")
1339 (synopsis "xorg implementation of the X Window System") 1376 (synopsis "xorg implementation of the X Window System")
1340 (description "X.org provides an implementation of the X Window System") 1377 (description "X.org provides an implementation of the X Window System")
@@ -1359,8 +1396,9 @@ tracking.")
1359 (inputs 1396 (inputs
1360 `(("libxext" ,libxext) 1397 `(("libxext" ,libxext)
1361 ("libx11" ,libx11) 1398 ("libx11" ,libx11)
1362 ("scrnsaverproto" ,scrnsaverproto) 1399 ("scrnsaverproto" ,scrnsaverproto)))
1363 ("pkg-config" ,pkg-config))) 1400 (native-inputs
1401 `(("pkg-config" ,pkg-config)))
1364 (home-page "http://www.x.org/wiki/") 1402 (home-page "http://www.x.org/wiki/")
1365 (synopsis "xorg implementation of the X Window System") 1403 (synopsis "xorg implementation of the X Window System")
1366 (description "X.org provides an implementation of the X Window System") 1404 (description "X.org provides an implementation of the X Window System")
@@ -1385,8 +1423,9 @@ tracking.")
1385 (inputs 1423 (inputs
1386 `(("libx11" ,libx11) 1424 `(("libx11" ,libx11)
1387 ("libxext" ,libxext) 1425 ("libxext" ,libxext)
1388 ("pkg-config" ,pkg-config)
1389 ("xf86dgaproto" ,xf86dgaproto))) 1426 ("xf86dgaproto" ,xf86dgaproto)))
1427 (native-inputs
1428 `(("pkg-config" ,pkg-config)))
1390 (home-page "http://www.x.org/wiki/") 1429 (home-page "http://www.x.org/wiki/")
1391 (synopsis "xorg implementation of the X Window System") 1430 (synopsis "xorg implementation of the X Window System")
1392 (description "X.org provides an implementation of the X Window System") 1431 (description "X.org provides an implementation of the X Window System")
@@ -1412,8 +1451,9 @@ tracking.")
1412 (patches (list (search-patch "luit-posix.patch"))))) 1451 (patches (list (search-patch "luit-posix.patch")))))
1413 (build-system gnu-build-system) 1452 (build-system gnu-build-system)
1414 (inputs 1453 (inputs
1415 `(("libfontenc" ,libfontenc) 1454 `(("libfontenc" ,libfontenc)))
1416 ("pkg-config" ,pkg-config))) 1455 (native-inputs
1456 `(("pkg-config" ,pkg-config)))
1417 (home-page "http://www.x.org/wiki/") 1457 (home-page "http://www.x.org/wiki/")
1418 (synopsis "xorg implementation of the X Window System") 1458 (synopsis "xorg implementation of the X Window System")
1419 (description "X.org provides an implementation of the X Window System") 1459 (description "X.org provides an implementation of the X Window System")
@@ -1436,7 +1476,8 @@ tracking.")
1436 "1zpp2b9dfvlnfj2i1mzdyn785rpl7vih5lap7kcpiv80xspbhmmb")))) 1476 "1zpp2b9dfvlnfj2i1mzdyn785rpl7vih5lap7kcpiv80xspbhmmb"))))
1437 (build-system gnu-build-system) 1477 (build-system gnu-build-system)
1438 (inputs 1478 (inputs
1439 `(("xproto" ,xproto) ("pkg-config" ,pkg-config))) 1479 `(("xproto" ,xproto)))
1480 (native-inputs `(("pkg-config" ,pkg-config)))
1440 (home-page "http://www.x.org/wiki/") 1481 (home-page "http://www.x.org/wiki/")
1441 (synopsis "xorg implementation of the X Window System") 1482 (synopsis "xorg implementation of the X Window System")
1442 (description "X.org provides an implementation of the X Window System") 1483 (description "X.org provides an implementation of the X Window System")
@@ -1462,8 +1503,9 @@ tracking.")
1462 `(("zlib" ,zlib) 1503 `(("zlib" ,zlib)
1463 ("xproto" ,xproto) 1504 ("xproto" ,xproto)
1464 ("freetype" ,freetype) 1505 ("freetype" ,freetype)
1465 ("libfontenc" ,libfontenc) 1506 ("libfontenc" ,libfontenc)))
1466 ("pkg-config" ,pkg-config))) 1507 (native-inputs
1508 `(("pkg-config" ,pkg-config)))
1467 (home-page "http://www.x.org/wiki/") 1509 (home-page "http://www.x.org/wiki/")
1468 (synopsis "xorg implementation of the X Window System") 1510 (synopsis "xorg implementation of the X Window System")
1469 (description "X.org provides an implementation of the X Window System") 1511 (description "X.org provides an implementation of the X Window System")
@@ -1486,7 +1528,7 @@ tracking.")
1486 (base32 1528 (base32
1487 "06liap8n4s25sgp27d371cc7yg9a08dxcr3pmdjp761vyin3360j")))) 1529 "06liap8n4s25sgp27d371cc7yg9a08dxcr3pmdjp761vyin3360j"))))
1488 (build-system gnu-build-system) 1530 (build-system gnu-build-system)
1489 (inputs `(("pkg-config" ,pkg-config))) 1531 (native-inputs `(("pkg-config" ,pkg-config)))
1490 (home-page "http://www.x.org/wiki/") 1532 (home-page "http://www.x.org/wiki/")
1491 (synopsis "xorg implementation of the X Window System") 1533 (synopsis "xorg implementation of the X Window System")
1492 (description "X.org provides an implementation of the X Window System") 1534 (description "X.org provides an implementation of the X Window System")
@@ -1508,7 +1550,7 @@ tracking.")
1508 (base32 1550 (base32
1509 "0wfwcq85wbm0g5r0snc7prgki1wi3kxrxhcxinyr54n45ihh03fr")))) 1551 "0wfwcq85wbm0g5r0snc7prgki1wi3kxrxhcxinyr54n45ihh03fr"))))
1510 (build-system gnu-build-system) 1552 (build-system gnu-build-system)
1511 (inputs `(("pkg-config" ,pkg-config))) 1553 (native-inputs `(("pkg-config" ,pkg-config)))
1512 (home-page "http://www.x.org/wiki/") 1554 (home-page "http://www.x.org/wiki/")
1513 (synopsis "xorg implementation of the X Window System") 1555 (synopsis "xorg implementation of the X Window System")
1514 (description "X.org provides an implementation of the X Window System") 1556 (description "X.org provides an implementation of the X Window System")
@@ -1530,7 +1572,7 @@ tracking.")
1530 (base32 1572 (base32
1531 "0w3kgr1zabwf79bpc28dcnj0fpni6r53rpi82ngjbalj5s6m8xx7")))) 1573 "0w3kgr1zabwf79bpc28dcnj0fpni6r53rpi82ngjbalj5s6m8xx7"))))
1532 (build-system gnu-build-system) 1574 (build-system gnu-build-system)
1533 (inputs `(("pkg-config" ,pkg-config))) 1575 (native-inputs `(("pkg-config" ,pkg-config)))
1534 (home-page "http://www.x.org/wiki/") 1576 (home-page "http://www.x.org/wiki/")
1535 (synopsis "xorg implementation of the X Window System") 1577 (synopsis "xorg implementation of the X Window System")
1536 (description "X.org provides an implementation of the X Window System") 1578 (description "X.org provides an implementation of the X Window System")
@@ -1552,7 +1594,7 @@ tracking.")
1552 (base32 1594 (base32
1553 "0dr5xw6s0qmqg0q5pdkb4jkdhaja0vbfqla79qh5j1xjj9dmlwq6")))) 1595 "0dr5xw6s0qmqg0q5pdkb4jkdhaja0vbfqla79qh5j1xjj9dmlwq6"))))
1554 (build-system gnu-build-system) 1596 (build-system gnu-build-system)
1555 (inputs `(("pkg-config" ,pkg-config))) 1597 (native-inputs `(("pkg-config" ,pkg-config)))
1556 (home-page "http://www.x.org/wiki/") 1598 (home-page "http://www.x.org/wiki/")
1557 (synopsis "xorg implementation of the X Window System") 1599 (synopsis "xorg implementation of the X Window System")
1558 (description "X.org provides an implementation of the X Window System") 1600 (description "X.org provides an implementation of the X Window System")
@@ -1574,7 +1616,7 @@ tracking.")
1574 (base32 1616 (base32
1575 "0638iyfiiyjw1hg3139pai0j6m65gkskrvd9684zgc6ydcx00riw")))) 1617 "0638iyfiiyjw1hg3139pai0j6m65gkskrvd9684zgc6ydcx00riw"))))
1576 (build-system gnu-build-system) 1618 (build-system gnu-build-system)
1577 (inputs `(("pkg-config" ,pkg-config))) 1619 (native-inputs `(("pkg-config" ,pkg-config)))
1578 (home-page "http://www.x.org/wiki/") 1620 (home-page "http://www.x.org/wiki/")
1579 (synopsis "xorg implementation of the X Window System") 1621 (synopsis "xorg implementation of the X Window System")
1580 (description "X.org provides an implementation of the X Window System") 1622 (description "X.org provides an implementation of the X Window System")
@@ -1596,7 +1638,7 @@ tracking.")
1596 (base32 1638 (base32
1597 "0rfdbfwd35d761xkfifcscx56q0n56043ixlmv70r4v4l66hmdwb")))) 1639 "0rfdbfwd35d761xkfifcscx56q0n56043ixlmv70r4v4l66hmdwb"))))
1598 (build-system gnu-build-system) 1640 (build-system gnu-build-system)
1599 (inputs `(("pkg-config" ,pkg-config))) 1641 (native-inputs `(("pkg-config" ,pkg-config)))
1600 (home-page "http://www.x.org/wiki/") 1642 (home-page "http://www.x.org/wiki/")
1601 (synopsis "xorg implementation of the X Window System") 1643 (synopsis "xorg implementation of the X Window System")
1602 (description "X.org provides an implementation of the X Window System") 1644 (description "X.org provides an implementation of the X Window System")
@@ -1619,7 +1661,9 @@ tracking.")
1619 "0lifgjxdvc6lwyjk90slddnr12fsv88ldy6qhklr5av409cfwd47")))) 1661 "0lifgjxdvc6lwyjk90slddnr12fsv88ldy6qhklr5av409cfwd47"))))
1620 (build-system gnu-build-system) 1662 (build-system gnu-build-system)
1621 (inputs 1663 (inputs
1622 `(("xproto" ,xproto) ("pkg-config" ,pkg-config))) 1664 `(("xproto" ,xproto)))
1665 (native-inputs
1666 `(("pkg-config" ,pkg-config)))
1623 (home-page "http://www.x.org/wiki/") 1667 (home-page "http://www.x.org/wiki/")
1624 (synopsis "xorg implementation of the X Window System") 1668 (synopsis "xorg implementation of the X Window System")
1625 (description "X.org provides an implementation of the X Window System") 1669 (description "X.org provides an implementation of the X Window System")
@@ -1643,8 +1687,9 @@ tracking.")
1643 (build-system gnu-build-system) 1687 (build-system gnu-build-system)
1644 (inputs 1688 (inputs
1645 `(("libxkbfile" ,libxkbfile) 1689 `(("libxkbfile" ,libxkbfile)
1646 ("libx11" ,libx11) 1690 ("libx11" ,libx11)))
1647 ("pkg-config" ,pkg-config))) 1691 (native-inputs
1692 `(("pkg-config" ,pkg-config)))
1648 (home-page "http://www.x.org/wiki/") 1693 (home-page "http://www.x.org/wiki/")
1649 (synopsis "xorg implementation of the X Window System") 1694 (synopsis "xorg implementation of the X Window System")
1650 (description "X.org provides an implementation of the X Window System") 1695 (description "X.org provides an implementation of the X Window System")
@@ -1668,8 +1713,9 @@ tracking.")
1668 (build-system gnu-build-system) 1713 (build-system gnu-build-system)
1669 (inputs 1714 (inputs
1670 `(("libxt" ,libxt) 1715 `(("libxt" ,libxt)
1671 ("libxmu" ,libxmu) 1716 ("libxmu" ,libxmu)))
1672 ("pkg-config" ,pkg-config))) 1717 (native-inputs
1718 `(("pkg-config" ,pkg-config)))
1673 (home-page "http://www.x.org/wiki/") 1719 (home-page "http://www.x.org/wiki/")
1674 (synopsis "xorg implementation of the X Window System") 1720 (synopsis "xorg implementation of the X Window System")
1675 (description "X.org provides an implementation of the X Window System") 1721 (description "X.org provides an implementation of the X Window System")
@@ -1691,7 +1737,7 @@ tracking.")
1691 (base32 1737 (base32
1692 "1vbmrcn5n3wp4pyw0n4c3pyvzlc4yf7jzgngavfdq5zwfbgfsybx")))) 1738 "1vbmrcn5n3wp4pyw0n4c3pyvzlc4yf7jzgngavfdq5zwfbgfsybx"))))
1693 (build-system gnu-build-system) 1739 (build-system gnu-build-system)
1694 (inputs `(("pkg-config" ,pkg-config))) 1740 (native-inputs `(("pkg-config" ,pkg-config)))
1695 (home-page "http://www.x.org/wiki/") 1741 (home-page "http://www.x.org/wiki/")
1696 (synopsis "xorg implementation of the X Window System") 1742 (synopsis "xorg implementation of the X Window System")
1697 (description "X.org provides an implementation of the X Window System") 1743 (description "X.org provides an implementation of the X Window System")
@@ -1713,7 +1759,7 @@ tracking.")
1713 (base32 1759 (base32
1714 "0nk3i6gwkqq1w8zwn7bxz344pi1dwcjrmf6hr330h7hxjcj6viry")))) 1760 "0nk3i6gwkqq1w8zwn7bxz344pi1dwcjrmf6hr330h7hxjcj6viry"))))
1715 (build-system gnu-build-system) 1761 (build-system gnu-build-system)
1716 (inputs `(("pkg-config" ,pkg-config))) 1762 (native-inputs `(("pkg-config" ,pkg-config)))
1717 (home-page "http://www.x.org/wiki/") 1763 (home-page "http://www.x.org/wiki/")
1718 (synopsis "xorg implementation of the X Window System") 1764 (synopsis "xorg implementation of the X Window System")
1719 (description "X.org provides an implementation of the X Window System") 1765 (description "X.org provides an implementation of the X Window System")
@@ -1735,7 +1781,7 @@ tracking.")
1735 (base32 1781 (base32
1736 "0syjxgy4m8l94qrm03nvn5k6bkxc8knnlld1gbllym97nvnv0ny0")))) 1782 "0syjxgy4m8l94qrm03nvn5k6bkxc8knnlld1gbllym97nvnv0ny0"))))
1737 (build-system gnu-build-system) 1783 (build-system gnu-build-system)
1738 (inputs `(("pkg-config" ,pkg-config))) 1784 (native-inputs `(("pkg-config" ,pkg-config)))
1739 (home-page "http://www.x.org/wiki/") 1785 (home-page "http://www.x.org/wiki/")
1740 (synopsis "xorg implementation of the X Window System") 1786 (synopsis "xorg implementation of the X Window System")
1741 (description "X.org provides an implementation of the X Window System") 1787 (description "X.org provides an implementation of the X Window System")
@@ -1761,8 +1807,9 @@ tracking.")
1761 `(("libx11" ,libx11) 1807 `(("libx11" ,libx11)
1762 ("libxft" ,libxft) 1808 ("libxft" ,libxft)
1763 ("libxmu" ,libxmu) 1809 ("libxmu" ,libxmu)
1764 ("libxrender" ,libxrender) 1810 ("libxrender" ,libxrender)))
1765 ("pkg-config" ,pkg-config))) 1811 (native-inputs
1812 `(("pkg-config" ,pkg-config)))
1766 (home-page "http://www.x.org/wiki/") 1813 (home-page "http://www.x.org/wiki/")
1767 (synopsis "xorg implementation of the X Window System") 1814 (synopsis "xorg implementation of the X Window System")
1768 (description "X.org provides an implementation of the X Window System") 1815 (description "X.org provides an implementation of the X Window System")
@@ -1788,8 +1835,9 @@ tracking.")
1788 `(("libxmu" ,libxmu) 1835 `(("libxmu" ,libxmu)
1789 ("libxext" ,libxext) 1836 ("libxext" ,libxext)
1790 ("libxau" ,libxau) 1837 ("libxau" ,libxau)
1791 ("libx11" ,libx11) 1838 ("libx11" ,libx11)))
1792 ("pkg-config" ,pkg-config))) 1839 (native-inputs
1840 `(("pkg-config" ,pkg-config)))
1793 (home-page "http://www.x.org/wiki/") 1841 (home-page "http://www.x.org/wiki/")
1794 (synopsis "xorg implementation of the X Window System") 1842 (synopsis "xorg implementation of the X Window System")
1795 (description "X.org provides an implementation of the X Window System") 1843 (description "X.org provides an implementation of the X Window System")
@@ -1814,8 +1862,9 @@ tracking.")
1814 (inputs 1862 (inputs
1815 `(("libx11" ,libx11) 1863 `(("libx11" ,libx11)
1816 ("libxrandr" ,libxrandr) 1864 ("libxrandr" ,libxrandr)
1817 ("libxrender" ,libxrender) 1865 ("libxrender" ,libxrender)))
1818 ("pkg-config" ,pkg-config))) 1866 (native-inputs
1867 `(("pkg-config" ,pkg-config)))
1819 (home-page "http://www.x.org/wiki/") 1868 (home-page "http://www.x.org/wiki/")
1820 (synopsis "xorg implementation of the X Window System") 1869 (synopsis "xorg implementation of the X Window System")
1821 (description "X.org provides an implementation of the X Window System") 1870 (description "X.org provides an implementation of the X Window System")
@@ -1837,7 +1886,7 @@ tracking.")
1837 (base32 1886 (base32
1838 "178ym90kwidia6nas4qr5n5yqh698vv8r02js0r4vg3b6lsb0w9n")))) 1887 "178ym90kwidia6nas4qr5n5yqh698vv8r02js0r4vg3b6lsb0w9n"))))
1839 (build-system gnu-build-system) 1888 (build-system gnu-build-system)
1840 (inputs `(("pkg-config" ,pkg-config))) 1889 (native-inputs `(("pkg-config" ,pkg-config)))
1841 (home-page "http://www.x.org/wiki/") 1890 (home-page "http://www.x.org/wiki/")
1842 (synopsis "xorg implementation of the X Window System") 1891 (synopsis "xorg implementation of the X Window System")
1843 (description "X.org provides an implementation of the X Window System") 1892 (description "X.org provides an implementation of the X Window System")
@@ -1859,7 +1908,7 @@ tracking.")
1859 (base32 1908 (base32
1860 "0ds4qg6slidrzyz6q9ckq0a19hn6blzpnvciy4brh741gn49jpdd")))) 1909 "0ds4qg6slidrzyz6q9ckq0a19hn6blzpnvciy4brh741gn49jpdd"))))
1861 (build-system gnu-build-system) 1910 (build-system gnu-build-system)
1862 (inputs 1911 (native-inputs
1863 `(("pkg-config" ,pkg-config) ("python" ,python-wrapper))) 1912 `(("pkg-config" ,pkg-config) ("python" ,python-wrapper)))
1864 (home-page "http://www.x.org/wiki/") 1913 (home-page "http://www.x.org/wiki/")
1865 (synopsis "xorg implementation of the X Window System") 1914 (synopsis "xorg implementation of the X Window System")
@@ -1882,7 +1931,7 @@ tracking.")
1882 (base32 1931 (base32
1883 "1pyjv45wivnwap2wvsbrzdvjc5ql8bakkbkrvcv6q9bjjf33ccmi")))) 1932 "1pyjv45wivnwap2wvsbrzdvjc5ql8bakkbkrvcv6q9bjjf33ccmi"))))
1884 (build-system gnu-build-system) 1933 (build-system gnu-build-system)
1885 (inputs `(("pkg-config" ,pkg-config))) 1934 (native-inputs `(("pkg-config" ,pkg-config)))
1886 (home-page "http://www.x.org/wiki/") 1935 (home-page "http://www.x.org/wiki/")
1887 (synopsis "xorg implementation of the X Window System") 1936 (synopsis "xorg implementation of the X Window System")
1888 (description "X.org provides an implementation of the X Window System") 1937 (description "X.org provides an implementation of the X Window System")
@@ -1905,8 +1954,9 @@ tracking.")
1905 "03ms731l3kvaldq7ycbd30j6134b61i3gbll4b2gl022wyzbjq74")))) 1954 "03ms731l3kvaldq7ycbd30j6134b61i3gbll4b2gl022wyzbjq74"))))
1906 (build-system gnu-build-system) 1955 (build-system gnu-build-system)
1907 (inputs 1956 (inputs
1908 `(("libx11" ,libx11) 1957 `(("libx11" ,libx11)))
1909 ("pkg-config" ,pkg-config))) 1958 (native-inputs
1959 `(("pkg-config" ,pkg-config)))
1910 (home-page "http://www.x.org/wiki/") 1960 (home-page "http://www.x.org/wiki/")
1911 (synopsis "xorg implementation of the X Window System") 1961 (synopsis "xorg implementation of the X Window System")
1912 (description "X.org provides an implementation of the X Window System") 1962 (description "X.org provides an implementation of the X Window System")
@@ -1930,8 +1980,9 @@ tracking.")
1930 (build-system gnu-build-system) 1980 (build-system gnu-build-system)
1931 (inputs 1981 (inputs
1932 `(("libxcursor" ,libxcursor) 1982 `(("libxcursor" ,libxcursor)
1933 ("pkg-config" ,pkg-config)
1934 ("xcursorgen" ,xcursorgen))) 1983 ("xcursorgen" ,xcursorgen)))
1984 (native-inputs
1985 `(("pkg-config" ,pkg-config)))
1935 (arguments 1986 (arguments
1936 `(#:configure-flags 1987 `(#:configure-flags
1937 (list (string-append "--with-cursordir=" 1988 (list (string-append "--with-cursordir="
@@ -1960,8 +2011,9 @@ tracking.")
1960 (build-system gnu-build-system) 2011 (build-system gnu-build-system)
1961 (inputs 2012 (inputs
1962 `(("libxcursor" ,libxcursor) 2013 `(("libxcursor" ,libxcursor)
1963 ("libpng" ,libpng) 2014 ("libpng" ,libpng)))
1964 ("pkg-config" ,pkg-config))) 2015 (native-inputs
2016 `(("pkg-config" ,pkg-config)))
1965 (home-page "http://www.x.org/wiki/") 2017 (home-page "http://www.x.org/wiki/")
1966 (synopsis "xorg implementation of the X Window System") 2018 (synopsis "xorg implementation of the X Window System")
1967 (description "X.org provides an implementation of the X Window System") 2019 (description "X.org provides an implementation of the X Window System")
@@ -1993,8 +2045,9 @@ tracking.")
1993 ("libxinerama" ,libxinerama) 2045 ("libxinerama" ,libxinerama)
1994 ("libxi" ,libxi) 2046 ("libxi" ,libxi)
1995 ("libxcomposite" ,libxcomposite) 2047 ("libxcomposite" ,libxcomposite)
1996 ("libdmx" ,libdmx) 2048 ("libdmx" ,libdmx)))
1997 ("pkg-config" ,pkg-config))) 2049 (native-inputs
2050 `(("pkg-config" ,pkg-config)))
1998 (home-page "http://www.x.org/wiki/") 2051 (home-page "http://www.x.org/wiki/")
1999 (synopsis "xorg implementation of the X Window System") 2052 (synopsis "xorg implementation of the X Window System")
2000 (description "X.org provides an implementation of the X Window System") 2053 (description "X.org provides an implementation of the X Window System")
@@ -2018,8 +2071,9 @@ tracking.")
2018 (build-system gnu-build-system) 2071 (build-system gnu-build-system)
2019 (inputs 2072 (inputs
2020 `(("mesa" ,mesa) 2073 `(("mesa" ,mesa)
2021 ("libx11" ,libx11) 2074 ("libx11" ,libx11)))
2022 ("pkg-config" ,pkg-config))) 2075 (native-inputs
2076 `(("pkg-config" ,pkg-config)))
2023 (home-page "http://www.x.org/wiki/") 2077 (home-page "http://www.x.org/wiki/")
2024 (synopsis "xorg implementation of the X Window System") 2078 (synopsis "xorg implementation of the X Window System")
2025 (description "X.org provides an implementation of the X Window System") 2079 (description "X.org provides an implementation of the X Window System")
@@ -2045,8 +2099,9 @@ tracking.")
2045 `(("libxrender" ,libxrender) 2099 `(("libxrender" ,libxrender)
2046 ("libxrandr" ,libxrandr) 2100 ("libxrandr" ,libxrandr)
2047 ("xproto" ,xproto) 2101 ("xproto" ,xproto)
2048 ("libx11" ,libx11) 2102 ("libx11" ,libx11)))
2049 ("pkg-config" ,pkg-config))) 2103 (native-inputs
2104 `(("pkg-config" ,pkg-config)))
2050 (home-page "http://www.x.org/wiki/") 2105 (home-page "http://www.x.org/wiki/")
2051 (synopsis "xorg implementation of the X Window System") 2106 (synopsis "xorg implementation of the X Window System")
2052 (description "X.org provides an implementation of the X Window System") 2107 (description "X.org provides an implementation of the X Window System")
@@ -2068,7 +2123,7 @@ tracking.")
2068 (base32 2123 (base32
2069 "06kdanbnprxvgl56l5h0lqj4b0f1fbb1ndha33mv5wvy802v2lvw")))) 2124 "06kdanbnprxvgl56l5h0lqj4b0f1fbb1ndha33mv5wvy802v2lvw"))))
2070 (build-system gnu-build-system) 2125 (build-system gnu-build-system)
2071 (inputs `(("pkg-config" ,pkg-config))) 2126 (native-inputs `(("pkg-config" ,pkg-config)))
2072 (home-page "http://www.x.org/wiki/") 2127 (home-page "http://www.x.org/wiki/")
2073 (synopsis "xorg implementation of the X Window System") 2128 (synopsis "xorg implementation of the X Window System")
2074 (description "X.org provides an implementation of the X Window System") 2129 (description "X.org provides an implementation of the X Window System")
@@ -2091,8 +2146,8 @@ tracking.")
2091 "1ivf5n821chckrgp89mpb18zi00v1hyrkc1hr82q0x6g1kpgxq9y")))) 2146 "1ivf5n821chckrgp89mpb18zi00v1hyrkc1hr82q0x6g1kpgxq9y"))))
2092 (build-system gnu-build-system) 2147 (build-system gnu-build-system)
2093 ;; FIXME: Add required input udev once it is available. 2148 ;; FIXME: Add required input udev once it is available.
2094 (inputs `(("pkg-config" ,pkg-config) 2149 (inputs `(("xorg-server" ,xorg-server)))
2095 ("xorg-server" ,xorg-server))) 2150 (native-inputs `(("pkg-config" ,pkg-config)))
2096 (home-page "http://www.x.org/wiki/") 2151 (home-page "http://www.x.org/wiki/")
2097 (synopsis "xorg implementation of the X Window System") 2152 (synopsis "xorg implementation of the X Window System")
2098 (description "X.org provides an implementation of the X Window System") 2153 (description "X.org provides an implementation of the X Window System")
@@ -2114,8 +2169,8 @@ tracking.")
2114 (base32 2169 (base32
2115 "1xgpkdmfw4ahjlva97gs9sllzw8nlpa8mxj59g28fxhak67mvv8x")))) 2170 "1xgpkdmfw4ahjlva97gs9sllzw8nlpa8mxj59g28fxhak67mvv8x"))))
2116 (build-system gnu-build-system) 2171 (build-system gnu-build-system)
2117 (inputs `(("pkg-config" ,pkg-config) 2172 (inputs `(("xorg-server" ,xorg-server)))
2118 ("xorg-server" ,xorg-server))) 2173 (native-inputs `(("pkg-config" ,pkg-config)))
2119 (arguments 2174 (arguments
2120 `(#:configure-flags 2175 `(#:configure-flags
2121 (list (string-append "--with-sdkdir=" 2176 (list (string-append "--with-sdkdir="
@@ -2142,8 +2197,8 @@ tracking.")
2142 (base32 2197 (base32
2143 "1hwc1bjw5mxv186xbrxiky0agfglwqg8fsxqdh4br1vzgxpck7ma")))) 2198 "1hwc1bjw5mxv186xbrxiky0agfglwqg8fsxqdh4br1vzgxpck7ma"))))
2144 (build-system gnu-build-system) 2199 (build-system gnu-build-system)
2145 (inputs `(("pkg-config" ,pkg-config) 2200 (inputs `(("xorg-server" ,xorg-server)))
2146 ("xorg-server" ,xorg-server))) 2201 (native-inputs `(("pkg-config" ,pkg-config)))
2147 (home-page "http://www.x.org/wiki/") 2202 (home-page "http://www.x.org/wiki/")
2148 (synopsis "xorg implementation of the X Window System") 2203 (synopsis "xorg implementation of the X Window System")
2149 (description "X.org provides an implementation of the X Window System") 2204 (description "X.org provides an implementation of the X Window System")
@@ -2165,8 +2220,8 @@ tracking.")
2165 (base32 2220 (base32
2166 "0fs1lwnycyv3d0m6l2wrnlgvbs8qw66d93hwlnmrsswfq5bp6ark")))) 2221 "0fs1lwnycyv3d0m6l2wrnlgvbs8qw66d93hwlnmrsswfq5bp6ark"))))
2167 (build-system gnu-build-system) 2222 (build-system gnu-build-system)
2168 (inputs `(("pkg-config" ,pkg-config) 2223 (inputs `(("xorg-server" ,xorg-server)))
2169 ("xorg-server" ,xorg-server))) 2224 (native-inputs `(("pkg-config" ,pkg-config)))
2170 (home-page "http://www.x.org/wiki/") 2225 (home-page "http://www.x.org/wiki/")
2171 (synopsis "xorg implementation of the X Window System") 2226 (synopsis "xorg implementation of the X Window System")
2172 (description "X.org provides an implementation of the X Window System") 2227 (description "X.org provides an implementation of the X Window System")
@@ -2191,8 +2246,8 @@ tracking.")
2191 (inputs `(("libx11" ,libx11) 2246 (inputs `(("libx11" ,libx11)
2192 ("libxi" ,libxi) 2247 ("libxi" ,libxi)
2193 ("mtdev" ,mtdev) 2248 ("mtdev" ,mtdev)
2194 ("pkg-config" ,pkg-config)
2195 ("xorg-server" ,xorg-server))) 2249 ("xorg-server" ,xorg-server)))
2250 (native-inputs `(("pkg-config" ,pkg-config)))
2196 (arguments 2251 (arguments
2197 `(#:configure-flags 2252 `(#:configure-flags
2198 (list (string-append "--with-sdkdir=" 2253 (list (string-append "--with-sdkdir="
@@ -2222,8 +2277,8 @@ tracking.")
2222 (base32 2277 (base32
2223 "16l65mnjb1xxav6c5q0xhhqih81bzify2c5qrhqc2j3waq5yr9m8")))) 2278 "16l65mnjb1xxav6c5q0xhhqih81bzify2c5qrhqc2j3waq5yr9m8"))))
2224 (build-system gnu-build-system) 2279 (build-system gnu-build-system)
2225 (inputs `(("pkg-config" ,pkg-config) 2280 (inputs `(("xorg-server" ,xorg-server)))
2226 ("xorg-server" ,xorg-server))) 2281 (native-inputs `(("pkg-config" ,pkg-config)))
2227 (arguments 2282 (arguments
2228 `(#:configure-flags 2283 `(#:configure-flags
2229 (list(string-append "--with-xorg-conf-dir=" 2284 (list(string-append "--with-xorg-conf-dir="
@@ -2250,8 +2305,8 @@ tracking.")
2250 (base32 2305 (base32
2251 "01bmk324fq48wydvy1qrnxbw6qz0fjd0i80g0n4cqr1c4mjmif9a")))) 2306 "01bmk324fq48wydvy1qrnxbw6qz0fjd0i80g0n4cqr1c4mjmif9a"))))
2252 (build-system gnu-build-system) 2307 (build-system gnu-build-system)
2253 (inputs `(("pkg-config" ,pkg-config) 2308 (inputs `(("xorg-server" ,xorg-server)))
2254 ("xorg-server" ,xorg-server))) 2309 (native-inputs `(("pkg-config" ,pkg-config)))
2255 (home-page "http://www.x.org/wiki/") 2310 (home-page "http://www.x.org/wiki/")
2256 (synopsis "xorg implementation of the X Window System") 2311 (synopsis "xorg implementation of the X Window System")
2257 (description "X.org provides an implementation of the X Window System") 2312 (description "X.org provides an implementation of the X Window System")
@@ -2273,8 +2328,8 @@ tracking.")
2273 (base32 2328 (base32
2274 "194zc35ivfh3vcxcilf9nbi88c2di8kbh84x535cljlpiajdnk5x")))) 2329 "194zc35ivfh3vcxcilf9nbi88c2di8kbh84x535cljlpiajdnk5x"))))
2275 (build-system gnu-build-system) 2330 (build-system gnu-build-system)
2276 (inputs `(("pkg-config" ,pkg-config) 2331 (inputs `(("xorg-server" ,xorg-server)))
2277 ("xorg-server" ,xorg-server))) 2332 (native-inputs `(("pkg-config" ,pkg-config)))
2278 (home-page "http://www.x.org/wiki/") 2333 (home-page "http://www.x.org/wiki/")
2279 (synopsis "xorg implementation of the X Window System") 2334 (synopsis "xorg implementation of the X Window System")
2280 (description "X.org provides an implementation of the X Window System") 2335 (description "X.org provides an implementation of the X Window System")
@@ -2296,8 +2351,8 @@ tracking.")
2296 (base32 2351 (base32
2297 "1q64z8qqa0ix3cymqiwk1s3sphd1fvvz30lvyxhgkgciygz6dm69")))) 2352 "1q64z8qqa0ix3cymqiwk1s3sphd1fvvz30lvyxhgkgciygz6dm69"))))
2298 (build-system gnu-build-system) 2353 (build-system gnu-build-system)
2299 (inputs `(("pkg-config" ,pkg-config) 2354 (inputs `(("xorg-server" ,xorg-server)))
2300 ("xorg-server" ,xorg-server))) 2355 (native-inputs `(("pkg-config" ,pkg-config)))
2301 (home-page "http://www.x.org/wiki/") 2356 (home-page "http://www.x.org/wiki/")
2302 (synopsis "xorg implementation of the X Window System") 2357 (synopsis "xorg implementation of the X Window System")
2303 (description "X.org provides an implementation of the X Window System") 2358 (description "X.org provides an implementation of the X Window System")
@@ -2320,9 +2375,9 @@ tracking.")
2320 "11gg6xn65vym75769hzgzpkjsyhlkrw4zw3ncngriq7vz1g47zjg")))) 2375 "11gg6xn65vym75769hzgzpkjsyhlkrw4zw3ncngriq7vz1g47zjg"))))
2321 (build-system gnu-build-system) 2376 (build-system gnu-build-system)
2322 (inputs `(("mesa" ,mesa) 2377 (inputs `(("mesa" ,mesa)
2323 ("pkg-config" ,pkg-config)
2324 ("xxf86driproto" ,xf86driproto) 2378 ("xxf86driproto" ,xf86driproto)
2325 ("xorg-server" ,xorg-server))) 2379 ("xorg-server" ,xorg-server)))
2380 (native-inputs `(("pkg-config" ,pkg-config)))
2326 (home-page "http://www.x.org/wiki/") 2381 (home-page "http://www.x.org/wiki/")
2327 (synopsis "xorg implementation of the X Window System") 2382 (synopsis "xorg implementation of the X Window System")
2328 (description "X.org provides an implementation of the X Window System") 2383 (description "X.org provides an implementation of the X Window System")
@@ -2344,8 +2399,8 @@ tracking.")
2344 (base32 2399 (base32
2345 "0blnbspj4936wy46lp346s4b08dfcray6yicsxvv5b4699fzl1rb")))) 2400 "0blnbspj4936wy46lp346s4b08dfcray6yicsxvv5b4699fzl1rb"))))
2346 (build-system gnu-build-system) 2401 (build-system gnu-build-system)
2347 (inputs `(("pkg-config" ,pkg-config) 2402 (inputs `(("xorg-server" ,xorg-server)))
2348 ("xorg-server" ,xorg-server))) 2403 (native-inputs `(("pkg-config" ,pkg-config)))
2349 (home-page "http://www.x.org/wiki/") 2404 (home-page "http://www.x.org/wiki/")
2350 (synopsis "xorg implementation of the X Window System") 2405 (synopsis "xorg implementation of the X Window System")
2351 (description "X.org provides an implementation of the X Window System") 2406 (description "X.org provides an implementation of the X Window System")
@@ -2371,8 +2426,8 @@ tracking.")
2371 (base32 2426 (base32
2372 "1mc23w0bfmak5216411xh58nrs93jlxmi6l412hmqzhxnjs73clk")))) 2427 "1mc23w0bfmak5216411xh58nrs93jlxmi6l412hmqzhxnjs73clk"))))
2373 (build-system gnu-build-system) 2428 (build-system gnu-build-system)
2374 (inputs `(("pkg-config" ,pkg-config) 2429 (inputs `(("xorg-server" ,xorg-server)))
2375 ("xorg-server" ,xorg-server))) 2430 (native-inputs `(("pkg-config" ,pkg-config)))
2376 (home-page "http://www.x.org/wiki/") 2431 (home-page "http://www.x.org/wiki/")
2377 (synopsis "xorg implementation of the X Window System") 2432 (synopsis "xorg implementation of the X Window System")
2378 (description "X.org provides an implementation of the X Window System") 2433 (description "X.org provides an implementation of the X Window System")
@@ -2444,9 +2499,9 @@ tracking.")
2444 (base32 2499 (base32
2445 "0nf36jryabpncqq4m6sfsnmzk00f7gvfmjnl8l8sfy7w6sa6iacs")))) 2500 "0nf36jryabpncqq4m6sfsnmzk00f7gvfmjnl8l8sfy7w6sa6iacs"))))
2446 (build-system gnu-build-system) 2501 (build-system gnu-build-system)
2447 (inputs `(("pkg-config" ,pkg-config) 2502 (inputs `(("xf86dgaproto" ,xf86dgaproto)
2448 ("xf86dgaproto" ,xf86dgaproto)
2449 ("xorg-server" ,xorg-server))) 2503 ("xorg-server" ,xorg-server)))
2504 (native-inputs `(("pkg-config" ,pkg-config)))
2450 (home-page "http://www.x.org/wiki/") 2505 (home-page "http://www.x.org/wiki/")
2451 (synopsis "xorg implementation of the X Window System") 2506 (synopsis "xorg implementation of the X Window System")
2452 (description "X.org provides an implementation of the X Window System") 2507 (description "X.org provides an implementation of the X Window System")
@@ -2468,8 +2523,8 @@ tracking.")
2468 (base32 2523 (base32
2469 "1sik8ck410hb2885vy7rlc590hw5br8lr2fzxgmv55jyawgfpv9y")))) 2524 "1sik8ck410hb2885vy7rlc590hw5br8lr2fzxgmv55jyawgfpv9y"))))
2470 (build-system gnu-build-system) 2525 (build-system gnu-build-system)
2471 (inputs `(("pkg-config" ,pkg-config) 2526 (inputs `(("xorg-server" ,xorg-server)))
2472 ("xorg-server" ,xorg-server))) 2527 (native-inputs `(("pkg-config" ,pkg-config)))
2473 (home-page "http://www.x.org/wiki/") 2528 (home-page "http://www.x.org/wiki/")
2474 (synopsis "xorg implementation of the X Window System") 2529 (synopsis "xorg implementation of the X Window System")
2475 (description "X.org provides an implementation of the X Window System") 2530 (description "X.org provides an implementation of the X Window System")
@@ -2493,8 +2548,9 @@ tracking.")
2493 (build-system gnu-build-system) 2548 (build-system gnu-build-system)
2494 (inputs `(("libdrm" ,libdrm) 2549 (inputs `(("libdrm" ,libdrm)
2495 ("libx11" ,libx11) 2550 ("libx11" ,libx11)
2496 ("pkg-config" ,pkg-config)
2497 ("xorg-server" ,xorg-server))) 2551 ("xorg-server" ,xorg-server)))
2552 (native-inputs
2553 `(("pkg-config" ,pkg-config)))
2498 (home-page "http://www.x.org/wiki/") 2554 (home-page "http://www.x.org/wiki/")
2499 (synopsis "xorg implementation of the X Window System") 2555 (synopsis "xorg implementation of the X Window System")
2500 (description "X.org provides an implementation of the X Window System") 2556 (description "X.org provides an implementation of the X Window System")
@@ -2517,9 +2573,10 @@ tracking.")
2517 "0kl3kvpc2ny48z89313i9fi4cxzwb2pllvxcr9j5ly680ygx8slz")))) 2573 "0kl3kvpc2ny48z89313i9fi4cxzwb2pllvxcr9j5ly680ygx8slz"))))
2518 (build-system gnu-build-system) 2574 (build-system gnu-build-system)
2519 (inputs `(("mesa" ,mesa) 2575 (inputs `(("mesa" ,mesa)
2520 ("pkg-config" ,pkg-config)
2521 ("xf86driproto" ,xf86driproto) 2576 ("xf86driproto" ,xf86driproto)
2522 ("xorg-server" ,xorg-server))) 2577 ("xorg-server" ,xorg-server)))
2578 (native-inputs
2579 `(("pkg-config" ,pkg-config)))
2523 (home-page "http://www.x.org/wiki/") 2580 (home-page "http://www.x.org/wiki/")
2524 (synopsis "xorg implementation of the X Window System") 2581 (synopsis "xorg implementation of the X Window System")
2525 (description "X.org provides an implementation of the X Window System") 2582 (description "X.org provides an implementation of the X Window System")
@@ -2542,9 +2599,9 @@ tracking.")
2542 "03l3wz5kz0hmxmzqqbkgn7pf9d956jlag04rb701a0fr1mw3v66a")))) 2599 "03l3wz5kz0hmxmzqqbkgn7pf9d956jlag04rb701a0fr1mw3v66a"))))
2543 (build-system gnu-build-system) 2600 (build-system gnu-build-system)
2544 (inputs `(("mesa" ,mesa) 2601 (inputs `(("mesa" ,mesa)
2545 ("pkg-config" ,pkg-config)
2546 ("xf86driproto" ,xf86driproto) 2602 ("xf86driproto" ,xf86driproto)
2547 ("xorg-server" ,xorg-server))) 2603 ("xorg-server" ,xorg-server)))
2604 (native-inputs `(("pkg-config" ,pkg-config)))
2548 (home-page "http://www.x.org/wiki/") 2605 (home-page "http://www.x.org/wiki/")
2549 (synopsis "xorg implementation of the X Window System") 2606 (synopsis "xorg implementation of the X Window System")
2550 (description "X.org provides an implementation of the X Window System") 2607 (description "X.org provides an implementation of the X Window System")
@@ -2566,9 +2623,9 @@ tracking.")
2566 (base32 2623 (base32
2567 "124qci48xrk0w2jy91n7vqs7s6q397zyiqqszhmkx6ld7six57mi")))) 2624 "124qci48xrk0w2jy91n7vqs7s6q397zyiqqszhmkx6ld7six57mi"))))
2568 (build-system gnu-build-system) 2625 (build-system gnu-build-system)
2569 (inputs `(("pkg-config" ,pkg-config) 2626 (inputs `(("xf86dgaproto" ,xf86dgaproto)
2570 ("xf86dgaproto" ,xf86dgaproto)
2571 ("xorg-server" ,xorg-server))) 2627 ("xorg-server" ,xorg-server)))
2628 (native-inputs `(("pkg-config" ,pkg-config)))
2572 (home-page "http://www.x.org/wiki/") 2629 (home-page "http://www.x.org/wiki/")
2573 (synopsis "xorg implementation of the X Window System") 2630 (synopsis "xorg implementation of the X Window System")
2574 (description "X.org provides an implementation of the X Window System") 2631 (description "X.org provides an implementation of the X Window System")
@@ -2590,8 +2647,8 @@ tracking.")
2590 (base32 2647 (base32
2591 "1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i")))) 2648 "1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i"))))
2592 (build-system gnu-build-system) 2649 (build-system gnu-build-system)
2593 (inputs `(("pkg-config" ,pkg-config) 2650 (inputs `(("xorg-server" ,xorg-server)))
2594 ("xorg-server" ,xorg-server))) 2651 (native-inputs `(("pkg-config" ,pkg-config)))
2595 (home-page "http://www.x.org/wiki/") 2652 (home-page "http://www.x.org/wiki/")
2596 (synopsis "xorg implementation of the X Window System") 2653 (synopsis "xorg implementation of the X Window System")
2597 (description "X.org provides an implementation of the X Window System") 2654 (description "X.org provides an implementation of the X Window System")
@@ -2613,8 +2670,8 @@ tracking.")
2613 (base32 2670 (base32
2614 "05glbi9jc7j9nm4sf4qvl3z87s48ibm3i283lqz85kbphg62dxvc")))) 2671 "05glbi9jc7j9nm4sf4qvl3z87s48ibm3i283lqz85kbphg62dxvc"))))
2615 (build-system gnu-build-system) 2672 (build-system gnu-build-system)
2616 (inputs `(("pkg-config" ,pkg-config) 2673 (inputs `(("xorg-server" ,xorg-server)))
2617 ("xorg-server" ,xorg-server))) 2674 (native-inputs `(("pkg-config" ,pkg-config)))
2618 (home-page "http://www.x.org/wiki/") 2675 (home-page "http://www.x.org/wiki/")
2619 (synopsis "xorg implementation of the X Window System") 2676 (synopsis "xorg implementation of the X Window System")
2620 (description "X.org provides an implementation of the X Window System") 2677 (description "X.org provides an implementation of the X Window System")
@@ -2640,9 +2697,10 @@ tracking.")
2640 ("libxext" ,libxext) 2697 ("libxext" ,libxext)
2641 ("libxvmc" ,libxvmc) 2698 ("libxvmc" ,libxvmc)
2642 ("mesa" ,mesa) 2699 ("mesa" ,mesa)
2643 ("pkg-config" ,pkg-config)
2644 ("xf86driproto" ,xf86driproto) 2700 ("xf86driproto" ,xf86driproto)
2645 ("xorg-server" ,xorg-server))) 2701 ("xorg-server" ,xorg-server)))
2702 (native-inputs
2703 `(("pkg-config" ,pkg-config)))
2646 (home-page "http://www.x.org/wiki/") 2704 (home-page "http://www.x.org/wiki/")
2647 (synopsis "xorg implementation of the X Window System") 2705 (synopsis "xorg implementation of the X Window System")
2648 (description "X.org provides an implementation of the X Window System") 2706 (description "X.org provides an implementation of the X Window System")
@@ -2665,9 +2723,9 @@ tracking.")
2665 "1c84x40k9qz9dnf5qs6nnjcgz7px6mpc3rbk8mj62zhp7mf16hbv")))) 2723 "1c84x40k9qz9dnf5qs6nnjcgz7px6mpc3rbk8mj62zhp7mf16hbv"))))
2666 (build-system gnu-build-system) 2724 (build-system gnu-build-system)
2667 (inputs `(("mesa" ,mesa) 2725 (inputs `(("mesa" ,mesa)
2668 ("pkg-config" ,pkg-config)
2669 ("xf86driproto" ,xf86driproto) 2726 ("xf86driproto" ,xf86driproto)
2670 ("xorg-server" ,xorg-server))) 2727 ("xorg-server" ,xorg-server)))
2728 (native-inputs `(("pkg-config" ,pkg-config)))
2671 (home-page "http://www.x.org/wiki/") 2729 (home-page "http://www.x.org/wiki/")
2672 (synopsis "xorg implementation of the X Window System") 2730 (synopsis "xorg implementation of the X Window System")
2673 (description "X.org provides an implementation of the X Window System") 2731 (description "X.org provides an implementation of the X Window System")
@@ -2690,9 +2748,9 @@ tracking.")
2690 "0jdy4wv3k3ylx3lajjcbsg37z2hf6366a1jvv16sv1ln6dk6lris")))) 2748 "0jdy4wv3k3ylx3lajjcbsg37z2hf6366a1jvv16sv1ln6dk6lris"))))
2691 (build-system gnu-build-system) 2749 (build-system gnu-build-system)
2692 (inputs `(("mesa" ,mesa) 2750 (inputs `(("mesa" ,mesa)
2693 ("pkg-config" ,pkg-config)
2694 ("xf86driproto" ,xf86driproto) 2751 ("xf86driproto" ,xf86driproto)
2695 ("xorg-server" ,xorg-server))) 2752 ("xorg-server" ,xorg-server)))
2753 (native-inputs `(("pkg-config" ,pkg-config)))
2696 (home-page "http://www.x.org/wiki/") 2754 (home-page "http://www.x.org/wiki/")
2697 (synopsis "xorg implementation of the X Window System") 2755 (synopsis "xorg implementation of the X Window System")
2698 (description "X.org provides an implementation of the X Window System") 2756 (description "X.org provides an implementation of the X Window System")
@@ -2714,8 +2772,8 @@ tracking.")
2714 (base32 2772 (base32
2715 "01sdl6ky1vmvmfgx2d44i35rqafi0z07xdy40cvindcr2k91p7x5")))) 2773 "01sdl6ky1vmvmfgx2d44i35rqafi0z07xdy40cvindcr2k91p7x5"))))
2716 (build-system gnu-build-system) 2774 (build-system gnu-build-system)
2717 (inputs `(("pkg-config" ,pkg-config) 2775 (inputs `(("xorg-server" ,xorg-server)))
2718 ("xorg-server" ,xorg-server))) 2776 (native-inputs `(("pkg-config" ,pkg-config)))
2719 (home-page "http://www.x.org/wiki/") 2777 (home-page "http://www.x.org/wiki/")
2720 (synopsis "xorg implementation of the X Window System") 2778 (synopsis "xorg implementation of the X Window System")
2721 (description "X.org provides an implementation of the X Window System") 2779 (description "X.org provides an implementation of the X Window System")
@@ -2738,10 +2796,11 @@ tracking.")
2738 "03diq0l93lfsipmwkpdb2ysgbxxryl6yakpghzc3fksjxa01112f")))) 2796 "03diq0l93lfsipmwkpdb2ysgbxxryl6yakpghzc3fksjxa01112f"))))
2739 (build-system gnu-build-system) 2797 (build-system gnu-build-system)
2740 (inputs `(("mesa" ,mesa) 2798 (inputs `(("mesa" ,mesa)
2741 ("pkg-config" ,pkg-config)
2742 ("xf86dgaproto" ,xf86dgaproto) 2799 ("xf86dgaproto" ,xf86dgaproto)
2743 ("xf86driproto" ,xf86driproto) 2800 ("xf86driproto" ,xf86driproto)
2744 ("xorg-server" ,xorg-server))) 2801 ("xorg-server" ,xorg-server)))
2802 (native-inputs
2803 `(("pkg-config" ,pkg-config)))
2745 (home-page "http://www.x.org/wiki/") 2804 (home-page "http://www.x.org/wiki/")
2746 (synopsis "xorg implementation of the X Window System") 2805 (synopsis "xorg implementation of the X Window System")
2747 (description "X.org provides an implementation of the X Window System") 2806 (description "X.org provides an implementation of the X Window System")
@@ -2763,8 +2822,8 @@ tracking.")
2763 (base32 2822 (base32
2764 "07w0hm63fiy5l3cpcjsl0ig8z84z9r36xm0cmnpiv3g75dy6q8fi")))) 2823 "07w0hm63fiy5l3cpcjsl0ig8z84z9r36xm0cmnpiv3g75dy6q8fi"))))
2765 (build-system gnu-build-system) 2824 (build-system gnu-build-system)
2766 (inputs `(("pkg-config" ,pkg-config) 2825 (inputs `(("xorg-server" ,xorg-server)))
2767 ("xorg-server" ,xorg-server))) 2826 (native-inputs `(("pkg-config" ,pkg-config)))
2768 (home-page "http://www.x.org/wiki/") 2827 (home-page "http://www.x.org/wiki/")
2769 (synopsis "xorg implementation of the X Window System") 2828 (synopsis "xorg implementation of the X Window System")
2770 (description "X.org provides an implementation of the X Window System") 2829 (description "X.org provides an implementation of the X Window System")
@@ -2786,8 +2845,8 @@ tracking.")
2786 (base32 2845 (base32
2787 "04byax4sc1fn183vyyq0q11q730k16h2by4ggjky7s36wgv7ldzx")))) 2846 "04byax4sc1fn183vyyq0q11q730k16h2by4ggjky7s36wgv7ldzx"))))
2788 (build-system gnu-build-system) 2847 (build-system gnu-build-system)
2789 (inputs `(("pkg-config" ,pkg-config) 2848 (inputs `(("xorg-server" ,xorg-server)))
2790 ("xorg-server" ,xorg-server))) 2849 (native-inputs `(("pkg-config" ,pkg-config)))
2791 (home-page "http://www.x.org/wiki/") 2850 (home-page "http://www.x.org/wiki/")
2792 (synopsis "xorg implementation of the X Window System") 2851 (synopsis "xorg implementation of the X Window System")
2793 (description "X.org provides an implementation of the X Window System") 2852 (description "X.org provides an implementation of the X Window System")
@@ -2810,9 +2869,9 @@ tracking.")
2810 "124gsi30rj547jjd7gvv7xykfnwlyrxw0gcacamby7pvl3g33fg0")))) 2869 "124gsi30rj547jjd7gvv7xykfnwlyrxw0gcacamby7pvl3g33fg0"))))
2811 (build-system gnu-build-system) 2870 (build-system gnu-build-system)
2812 (inputs `(("mesa" ,mesa) 2871 (inputs `(("mesa" ,mesa)
2813 ("pkg-config" ,pkg-config)
2814 ("xf86driproto" ,xf86driproto) 2872 ("xf86driproto" ,xf86driproto)
2815 ("xorg-server" ,xorg-server))) 2873 ("xorg-server" ,xorg-server)))
2874 (native-inputs `(("pkg-config" ,pkg-config)))
2816 (home-page "http://www.x.org/wiki/") 2875 (home-page "http://www.x.org/wiki/")
2817 (synopsis "xorg implementation of the X Window System") 2876 (synopsis "xorg implementation of the X Window System")
2818 (description "X.org provides an implementation of the X Window System") 2877 (description "X.org provides an implementation of the X Window System")
@@ -2834,9 +2893,9 @@ tracking.")
2834 (base32 2893 (base32
2835 "0mdqrn02zzkdnmhg4vh9djaawg6b2p82g5qbj66z8b30yr77b93h")))) 2894 "0mdqrn02zzkdnmhg4vh9djaawg6b2p82g5qbj66z8b30yr77b93h"))))
2836 (build-system gnu-build-system) 2895 (build-system gnu-build-system)
2837 (inputs `(("pkg-config" ,pkg-config) 2896 (inputs `(("xf86dgaproto" ,xf86dgaproto)
2838 ("xf86dgaproto" ,xf86dgaproto)
2839 ("xorg-server" ,xorg-server))) 2897 ("xorg-server" ,xorg-server)))
2898 (native-inputs `(("pkg-config" ,pkg-config)))
2840 (home-page "http://www.x.org/wiki/") 2899 (home-page "http://www.x.org/wiki/")
2841 (synopsis "xorg implementation of the X Window System") 2900 (synopsis "xorg implementation of the X Window System")
2842 (description "X.org provides an implementation of the X Window System") 2901 (description "X.org provides an implementation of the X Window System")
@@ -2858,9 +2917,9 @@ tracking.")
2858 (base32 2917 (base32
2859 "02y5pzdp0a1c12jr8gghbrzgbyfbgq67x7kd7n4f323pmf8x1csb")))) 2918 "02y5pzdp0a1c12jr8gghbrzgbyfbgq67x7kd7n4f323pmf8x1csb"))))
2860 (build-system gnu-build-system) 2919 (build-system gnu-build-system)
2861 (inputs `(("pkg-config" ,pkg-config) 2920 (inputs `(("xf86dgaproto" ,xf86dgaproto)
2862 ("xf86dgaproto" ,xf86dgaproto)
2863 ("xorg-server" ,xorg-server))) 2921 ("xorg-server" ,xorg-server)))
2922 (native-inputs `(("pkg-config" ,pkg-config)))
2864 (home-page "http://www.x.org/wiki/") 2923 (home-page "http://www.x.org/wiki/")
2865 (synopsis "xorg implementation of the X Window System") 2924 (synopsis "xorg implementation of the X Window System")
2866 (description "X.org provides an implementation of the X Window System") 2925 (description "X.org provides an implementation of the X Window System")
@@ -2886,8 +2945,8 @@ tracking.")
2886 (base32 2945 (base32
2887 "0wqms28kkz2fvghqhqwp6w8zj7k5cgwnhzvkc7j4v268bf6h78g4")))) 2946 "0wqms28kkz2fvghqhqwp6w8zj7k5cgwnhzvkc7j4v268bf6h78g4"))))
2888 (build-system gnu-build-system) 2947 (build-system gnu-build-system)
2889 (inputs `(("pkg-config" ,pkg-config) 2948 (inputs `(("xorg-server" ,xorg-server)))
2890 ("xorg-server" ,xorg-server))) 2949 (native-inputs `(("pkg-config" ,pkg-config)))
2891 (home-page "http://www.x.org/wiki/") 2950 (home-page "http://www.x.org/wiki/")
2892 (synopsis "xorg implementation of the X Window System") 2951 (synopsis "xorg implementation of the X Window System")
2893 (description "X.org provides an implementation of the X Window System") 2952 (description "X.org provides an implementation of the X Window System")
@@ -2910,9 +2969,9 @@ tracking.")
2910 "0isiwx516gww8hfk3vy7js83yziyjym9mq2zjadyq1a8v5gqf9y8")))) 2969 "0isiwx516gww8hfk3vy7js83yziyjym9mq2zjadyq1a8v5gqf9y8"))))
2911 (build-system gnu-build-system) 2970 (build-system gnu-build-system)
2912 (inputs `(("libx11" ,libx11) 2971 (inputs `(("libx11" ,libx11)
2913 ("libxext" ,libxext) 2972 ("libxext" ,libxext)))
2914 ("pkg-config" ,pkg-config) 2973 (native-inputs
2915 ("xorg-server" ,xorg-server))) 2974 `(("pkg-config" ,pkg-config)))
2916 (home-page "http://www.x.org/wiki/") 2975 (home-page "http://www.x.org/wiki/")
2917 (synopsis "xorg implementation of the X Window System") 2976 (synopsis "xorg implementation of the X Window System")
2918 (description "X.org provides an implementation of the X Window System") 2977 (description "X.org provides an implementation of the X Window System")
@@ -2934,9 +2993,9 @@ tracking.")
2934 (base32 2993 (base32
2935 "0ha748yz92yzn6hp2rhin3il8f4j2rs4vkgdvqkagnv1ryxkh0ph")))) 2994 "0ha748yz92yzn6hp2rhin3il8f4j2rs4vkgdvqkagnv1ryxkh0ph"))))
2936 (build-system gnu-build-system) 2995 (build-system gnu-build-system)
2937 (inputs `(("pkg-config" ,pkg-config) 2996 (inputs `(("xf86dgaproto" ,xf86dgaproto)
2938 ("xf86dgaproto" ,xf86dgaproto)
2939 ("xorg-server" ,xorg-server))) 2997 ("xorg-server" ,xorg-server)))
2998 (native-inputs `(("pkg-config" ,pkg-config)))
2940 (home-page "http://www.x.org/wiki/") 2999 (home-page "http://www.x.org/wiki/")
2941 (synopsis "xorg implementation of the X Window System") 3000 (synopsis "xorg implementation of the X Window System")
2942 (description "X.org provides an implementation of the X Window System") 3001 (description "X.org provides an implementation of the X Window System")
@@ -3048,8 +3107,9 @@ tracking.")
3048 (build-system gnu-build-system) 3107 (build-system gnu-build-system)
3049 (inputs 3108 (inputs
3050 `(("libxxf86vm" ,libxxf86vm) 3109 `(("libxxf86vm" ,libxxf86vm)
3051 ("libx11" ,libx11) 3110 ("libx11" ,libx11)))
3052 ("pkg-config" ,pkg-config))) 3111 (native-inputs
3112 `(("pkg-config" ,pkg-config)))
3053 (home-page "http://www.x.org/wiki/") 3113 (home-page "http://www.x.org/wiki/")
3054 (synopsis "xorg implementation of the X Window System") 3114 (synopsis "xorg implementation of the X Window System")
3055 (description "X.org provides an implementation of the X Window System") 3115 (description "X.org provides an implementation of the X Window System")
@@ -3074,8 +3134,9 @@ tracking.")
3074 (inputs 3134 (inputs
3075 `(("libxmu" ,libxmu) 3135 `(("libxmu" ,libxmu)
3076 ("libxau" ,libxau) 3136 ("libxau" ,libxau)
3077 ("libx11" ,libx11) 3137 ("libx11" ,libx11)))
3078 ("pkg-config" ,pkg-config))) 3138 (native-inputs
3139 `(("pkg-config" ,pkg-config)))
3079 (home-page "http://www.x.org/wiki/") 3140 (home-page "http://www.x.org/wiki/")
3080 (synopsis "xorg implementation of the X Window System") 3141 (synopsis "xorg implementation of the X Window System")
3081 (description "X.org provides an implementation of the X Window System") 3142 (description "X.org provides an implementation of the X Window System")
@@ -3097,7 +3158,7 @@ tracking.")
3097 (base32 3158 (base32
3098 "0ns8abd27x7gbp4r44z3wc5k9zqxxj8zjnazqpcyr4n17nxp8xcp")))) 3159 "0ns8abd27x7gbp4r44z3wc5k9zqxxj8zjnazqpcyr4n17nxp8xcp"))))
3099 (build-system gnu-build-system) 3160 (build-system gnu-build-system)
3100 (inputs `(("pkg-config" ,pkg-config))) 3161 (native-inputs `(("pkg-config" ,pkg-config)))
3101 (home-page "http://www.x.org/wiki/") 3162 (home-page "http://www.x.org/wiki/")
3102 (synopsis "xorg implementation of the X Window System") 3163 (synopsis "xorg implementation of the X Window System")
3103 (description "X.org provides an implementation of the X Window System") 3164 (description "X.org provides an implementation of the X Window System")
@@ -3125,8 +3186,9 @@ tracking.")
3125 ("libxinerama" ,libxinerama) 3186 ("libxinerama" ,libxinerama)
3126 ("libxi" ,libxi) 3187 ("libxi" ,libxi)
3127 ("libx11" ,libx11) 3188 ("libx11" ,libx11)
3128 ("inputproto" ,inputproto) 3189 ("inputproto" ,inputproto)))
3129 ("pkg-config" ,pkg-config))) 3190 (native-inputs
3191 `(("pkg-config" ,pkg-config)))
3130 (home-page "http://www.x.org/wiki/") 3192 (home-page "http://www.x.org/wiki/")
3131 (synopsis "xorg implementation of the X Window System") 3193 (synopsis "xorg implementation of the X Window System")
3132 (description "X.org provides an implementation of the X Window System") 3194 (description "X.org provides an implementation of the X Window System")
@@ -3151,8 +3213,9 @@ tracking.")
3151 (inputs 3213 (inputs
3152 `(("xproto" ,xproto) 3214 `(("xproto" ,xproto)
3153 ("libxkbfile" ,libxkbfile) 3215 ("libxkbfile" ,libxkbfile)
3154 ("libx11" ,libx11) 3216 ("libx11" ,libx11)))
3155 ("pkg-config" ,pkg-config))) 3217 (native-inputs
3218 `(("pkg-config" ,pkg-config)))
3156 (home-page "http://www.x.org/wiki/") 3219 (home-page "http://www.x.org/wiki/")
3157 (synopsis "xorg implementation of the X Window System") 3220 (synopsis "xorg implementation of the X Window System")
3158 (description "X.org provides an implementation of the X Window System") 3221 (description "X.org provides an implementation of the X Window System")
@@ -3188,8 +3251,9 @@ tracking.")
3188 (build-system gnu-build-system) 3251 (build-system gnu-build-system)
3189 (inputs 3252 (inputs
3190 `(("libxkbfile" ,libxkbfile) 3253 `(("libxkbfile" ,libxkbfile)
3191 ("libx11" ,libx11) 3254 ("libx11" ,libx11)))
3192 ("pkg-config" ,pkg-config))) 3255 (native-inputs
3256 `(("pkg-config" ,pkg-config)))
3193 (home-page "http://www.x.org/wiki/") 3257 (home-page "http://www.x.org/wiki/")
3194 (synopsis "xorg implementation of the X Window System") 3258 (synopsis "xorg implementation of the X Window System")
3195 (description "X.org provides an implementation of the X Window System") 3259 (description "X.org provides an implementation of the X Window System")
@@ -3215,8 +3279,9 @@ tracking.")
3215 `(("libxt" ,libxt) 3279 `(("libxt" ,libxt)
3216 ("xproto" ,xproto) 3280 ("xproto" ,xproto)
3217 ("libxaw" ,libxaw) 3281 ("libxaw" ,libxaw)
3218 ("inputproto" ,inputproto) 3282 ("inputproto" ,inputproto)))
3219 ("pkg-config" ,pkg-config))) 3283 (native-inputs
3284 `(("pkg-config" ,pkg-config)))
3220 (home-page "http://www.x.org/wiki/") 3285 (home-page "http://www.x.org/wiki/")
3221 (synopsis "xorg implementation of the X Window System") 3286 (synopsis "xorg implementation of the X Window System")
3222 (description "X.org provides an implementation of the X Window System") 3287 (description "X.org provides an implementation of the X Window System")
@@ -3240,10 +3305,11 @@ tracking.")
3240 (build-system gnu-build-system) 3305 (build-system gnu-build-system)
3241 (inputs 3306 (inputs
3242 `(("gettext" ,gnu-gettext) 3307 `(("gettext" ,gnu-gettext)
3243 ("intltool" ,intltool)
3244 ("libx11" ,libx11) 3308 ("libx11" ,libx11)
3245 ("pkg-config" ,pkg-config)
3246 ("xkbcomp-intermediate" ,xkbcomp-intermediate))) 3309 ("xkbcomp-intermediate" ,xkbcomp-intermediate)))
3310 (native-inputs
3311 `(("intltool" ,intltool)
3312 ("pkg-config" ,pkg-config)))
3247 (home-page "http://www.x.org/wiki/") 3313 (home-page "http://www.x.org/wiki/")
3248 (synopsis "xorg implementation of the X Window System") 3314 (synopsis "xorg implementation of the X Window System")
3249 (description "X.org provides an implementation of the X Window System") 3315 (description "X.org provides an implementation of the X Window System")
@@ -3267,8 +3333,9 @@ tracking.")
3267 (build-system gnu-build-system) 3333 (build-system gnu-build-system)
3268 (inputs 3334 (inputs
3269 `(("libxmu" ,libxmu) 3335 `(("libxmu" ,libxmu)
3270 ("libx11" ,libx11) 3336 ("libx11" ,libx11)))
3271 ("pkg-config" ,pkg-config))) 3337 (native-inputs
3338 `(("pkg-config" ,pkg-config)))
3272 (home-page "http://www.x.org/wiki/") 3339 (home-page "http://www.x.org/wiki/")
3273 (synopsis "xorg implementation of the X Window System") 3340 (synopsis "xorg implementation of the X Window System")
3274 (description "X.org provides an implementation of the X Window System") 3341 (description "X.org provides an implementation of the X Window System")
@@ -3291,8 +3358,9 @@ tracking.")
3291 "1y9nfl8s7njxbnci8c20j986xixharasgg40vdw92y593j6dk2rv")))) 3358 "1y9nfl8s7njxbnci8c20j986xixharasgg40vdw92y593j6dk2rv"))))
3292 (build-system gnu-build-system) 3359 (build-system gnu-build-system)
3293 (inputs 3360 (inputs
3294 `(("libxcb" ,libxcb) 3361 `(("libxcb" ,libxcb)))
3295 ("pkg-config" ,pkg-config))) 3362 (native-inputs
3363 `(("pkg-config" ,pkg-config)))
3296 (home-page "http://www.x.org/wiki/") 3364 (home-page "http://www.x.org/wiki/")
3297 (synopsis "xorg implementation of the X Window System") 3365 (synopsis "xorg implementation of the X Window System")
3298 (description "X.org provides an implementation of the X Window System") 3366 (description "X.org provides an implementation of the X Window System")
@@ -3315,8 +3383,9 @@ tracking.")
3315 "1l97j15mg4wfzpm81wlpzagfjff7v4fwn7s2z2rpksk3gfcg7r8w")))) 3383 "1l97j15mg4wfzpm81wlpzagfjff7v4fwn7s2z2rpksk3gfcg7r8w"))))
3316 (build-system gnu-build-system) 3384 (build-system gnu-build-system)
3317 (inputs 3385 (inputs
3318 `(("libxcb" ,libxcb) 3386 `(("libxcb" ,libxcb)))
3319 ("pkg-config" ,pkg-config))) 3387 (native-inputs
3388 `(("pkg-config" ,pkg-config)))
3320 (home-page "http://www.x.org/wiki/") 3389 (home-page "http://www.x.org/wiki/")
3321 (synopsis "xorg implementation of the X Window System") 3390 (synopsis "xorg implementation of the X Window System")
3322 (description "X.org provides an implementation of the X Window System") 3391 (description "X.org provides an implementation of the X Window System")
@@ -3341,8 +3410,9 @@ tracking.")
3341 (build-system gnu-build-system) 3410 (build-system gnu-build-system)
3342 (inputs 3411 (inputs
3343 `(("xproto" ,xproto) 3412 `(("xproto" ,xproto)
3344 ("libx11" ,libx11) 3413 ("libx11" ,libx11)))
3345 ("pkg-config" ,pkg-config))) 3414 (native-inputs
3415 `(("pkg-config" ,pkg-config)))
3346 (home-page "http://www.x.org/wiki/") 3416 (home-page "http://www.x.org/wiki/")
3347 (synopsis "xorg implementation of the X Window System") 3417 (synopsis "xorg implementation of the X Window System")
3348 (description "X.org provides an implementation of the X Window System") 3418 (description "X.org provides an implementation of the X Window System")
@@ -3368,7 +3438,7 @@ tracking.")
3368 (base32 3438 (base32
3369 "0k5pffyi5bx8dmfn033cyhgd3gf6viqj3x769fqixifwhbgy2777")))) 3439 "0k5pffyi5bx8dmfn033cyhgd3gf6viqj3x769fqixifwhbgy2777"))))
3370 (build-system gnu-build-system) 3440 (build-system gnu-build-system)
3371 (inputs `(("pkg-config" ,pkg-config))) 3441 (native-inputs `(("pkg-config" ,pkg-config)))
3372 (home-page "http://www.x.org/wiki/") 3442 (home-page "http://www.x.org/wiki/")
3373 (synopsis "xorg implementation of the X Window System") 3443 (synopsis "xorg implementation of the X Window System")
3374 (description "X.org provides an implementation of the X Window System") 3444 (description "X.org provides an implementation of the X Window System")
@@ -3393,8 +3463,9 @@ tracking.")
3393 (inputs 3463 (inputs
3394 `(("xproto" ,xproto) 3464 `(("xproto" ,xproto)
3395 ("libxmu" ,libxmu) 3465 ("libxmu" ,libxmu)
3396 ("libx11" ,libx11) 3466 ("libx11" ,libx11)))
3397 ("pkg-config" ,pkg-config))) 3467 (native-inputs
3468 `(("pkg-config" ,pkg-config)))
3398 (home-page "http://www.x.org/wiki/") 3469 (home-page "http://www.x.org/wiki/")
3399 (synopsis "xorg implementation of the X Window System") 3470 (synopsis "xorg implementation of the X Window System")
3400 (description "X.org provides an implementation of the X Window System") 3471 (description "X.org provides an implementation of the X Window System")
@@ -3418,8 +3489,9 @@ tracking.")
3418 (build-system gnu-build-system) 3489 (build-system gnu-build-system)
3419 (inputs 3490 (inputs
3420 `(("xproto" ,xproto) 3491 `(("xproto" ,xproto)
3421 ("libx11" ,libx11) 3492 ("libx11" ,libx11)))
3422 ("pkg-config" ,pkg-config))) 3493 (native-inputs
3494 `(("pkg-config" ,pkg-config)))
3423 (home-page "http://www.x.org/wiki/") 3495 (home-page "http://www.x.org/wiki/")
3424 (synopsis "xorg implementation of the X Window System") 3496 (synopsis "xorg implementation of the X Window System")
3425 (description "X.org provides an implementation of the X Window System") 3497 (description "X.org provides an implementation of the X Window System")
@@ -3445,8 +3517,9 @@ tracking.")
3445 `(("libxrender" ,libxrender) 3517 `(("libxrender" ,libxrender)
3446 ("libxrandr" ,libxrandr) 3518 ("libxrandr" ,libxrandr)
3447 ("xproto" ,xproto) 3519 ("xproto" ,xproto)
3448 ("libx11" ,libx11) 3520 ("libx11" ,libx11)))
3449 ("pkg-config" ,pkg-config))) 3521 (native-inputs
3522 `(("pkg-config" ,pkg-config)))
3450 (home-page "http://www.x.org/wiki/") 3523 (home-page "http://www.x.org/wiki/")
3451 (synopsis "xorg implementation of the X Window System") 3524 (synopsis "xorg implementation of the X Window System")
3452 (description "X.org provides an implementation of the X Window System") 3525 (description "X.org provides an implementation of the X Window System")
@@ -3470,8 +3543,9 @@ tracking.")
3470 (build-system gnu-build-system) 3543 (build-system gnu-build-system)
3471 (inputs 3544 (inputs
3472 `(("libxmu" ,libxmu) 3545 `(("libxmu" ,libxmu)
3473 ("libx11" ,libx11) 3546 ("libx11" ,libx11)))
3474 ("pkg-config" ,pkg-config))) 3547 (native-inputs
3548 `(("pkg-config" ,pkg-config)))
3475 (home-page "http://www.x.org/wiki/") 3549 (home-page "http://www.x.org/wiki/")
3476 (synopsis "xorg implementation of the X Window System") 3550 (synopsis "xorg implementation of the X Window System")
3477 (description "X.org provides an implementation of the X Window System") 3551 (description "X.org provides an implementation of the X Window System")
@@ -3494,8 +3568,9 @@ tracking.")
3494 "0ywxzwa4kmnnmf8idr8ssgcil9xvbhnk155zpsh2i8ay93mh5586")))) 3568 "0ywxzwa4kmnnmf8idr8ssgcil9xvbhnk155zpsh2i8ay93mh5586"))))
3495 (build-system gnu-build-system) 3569 (build-system gnu-build-system)
3496 (inputs 3570 (inputs
3497 `(("libx11" ,libx11) 3571 `(("libx11" ,libx11)))
3498 ("pkg-config" ,pkg-config))) 3572 (native-inputs
3573 `(("pkg-config" ,pkg-config)))
3499 (home-page "http://www.x.org/wiki/") 3574 (home-page "http://www.x.org/wiki/")
3500 (synopsis "xorg implementation of the X Window System") 3575 (synopsis "xorg implementation of the X Window System")
3501 (description "X.org provides an implementation of the X Window System") 3576 (description "X.org provides an implementation of the X Window System")
@@ -3521,8 +3596,9 @@ tracking.")
3521 `(("xproto" ,xproto) 3596 `(("xproto" ,xproto)
3522 ("libxmu" ,libxmu) 3597 ("libxmu" ,libxmu)
3523 ("libxext" ,libxext) 3598 ("libxext" ,libxext)
3524 ("libx11" ,libx11) 3599 ("libx11" ,libx11)))
3525 ("pkg-config" ,pkg-config))) 3600 (native-inputs
3601 `(("pkg-config" ,pkg-config)))
3526 (home-page "http://www.x.org/wiki/") 3602 (home-page "http://www.x.org/wiki/")
3527 (synopsis "xorg implementation of the X Window System") 3603 (synopsis "xorg implementation of the X Window System")
3528 (description "X.org provides an implementation of the X Window System") 3604 (description "X.org provides an implementation of the X Window System")
@@ -3547,8 +3623,9 @@ tracking.")
3547 (inputs 3623 (inputs
3548 `(("libxmu" ,libxmu) 3624 `(("libxmu" ,libxmu)
3549 ("libxcursor" ,libxcursor) 3625 ("libxcursor" ,libxcursor)
3550 ("xbitmaps" ,xbitmaps) 3626 ("xbitmaps" ,xbitmaps)))
3551 ("pkg-config" ,pkg-config))) 3627 (native-inputs
3628 `(("pkg-config" ,pkg-config)))
3552 (home-page "http://www.x.org/wiki/") 3629 (home-page "http://www.x.org/wiki/")
3553 (synopsis "xorg implementation of the X Window System") 3630 (synopsis "xorg implementation of the X Window System")
3554 (description "X.org provides an implementation of the X Window System") 3631 (description "X.org provides an implementation of the X Window System")
@@ -3570,7 +3647,7 @@ tracking.")
3570 (base32 3647 (base32
3571 "19p1bw3qyn0ia1znx6q3gx92rr9rl88ylrfijjclm8vhpa8i30bz")))) 3648 "19p1bw3qyn0ia1znx6q3gx92rr9rl88ylrfijjclm8vhpa8i30bz"))))
3572 (build-system gnu-build-system) 3649 (build-system gnu-build-system)
3573 (inputs `(("pkg-config" ,pkg-config))) 3650 (native-inputs `(("pkg-config" ,pkg-config)))
3574 (home-page "http://www.x.org/wiki/") 3651 (home-page "http://www.x.org/wiki/")
3575 (synopsis "xorg implementation of the X Window System") 3652 (synopsis "xorg implementation of the X Window System")
3576 (description "X.org provides an implementation of the X Window System") 3653 (description "X.org provides an implementation of the X Window System")
@@ -3595,8 +3672,9 @@ tracking.")
3595 (inputs 3672 (inputs
3596 `(("libxext" ,libxext) 3673 `(("libxext" ,libxext)
3597 ("libxv" ,libxv) 3674 ("libxv" ,libxv)
3598 ("libx11" ,libx11) 3675 ("libx11" ,libx11)))
3599 ("pkg-config" ,pkg-config))) 3676 (native-inputs
3677 `(("pkg-config" ,pkg-config)))
3600 (home-page "http://www.x.org/wiki/") 3678 (home-page "http://www.x.org/wiki/")
3601 (synopsis "xorg implementation of the X Window System") 3679 (synopsis "xorg implementation of the X Window System")
3602 (description "X.org provides an implementation of the X Window System") 3680 (description "X.org provides an implementation of the X Window System")
@@ -3620,8 +3698,9 @@ tracking.")
3620 (build-system gnu-build-system) 3698 (build-system gnu-build-system)
3621 (inputs 3699 (inputs
3622 `(("libxt" ,libxt) 3700 `(("libxt" ,libxt)
3623 ("xproto" ,xproto) 3701 ("xproto" ,xproto)))
3624 ("pkg-config" ,pkg-config))) 3702 (native-inputs
3703 `(("pkg-config" ,pkg-config)))
3625 (home-page "http://www.x.org/wiki/") 3704 (home-page "http://www.x.org/wiki/")
3626 (synopsis "xorg implementation of the X Window System") 3705 (synopsis "xorg implementation of the X Window System")
3627 (description "X.org provides an implementation of the X Window System") 3706 (description "X.org provides an implementation of the X Window System")
@@ -3645,8 +3724,9 @@ tracking.")
3645 (build-system gnu-build-system) 3724 (build-system gnu-build-system)
3646 (inputs 3725 (inputs
3647 `(("libx11" ,libx11) 3726 `(("libx11" ,libx11)
3648 ("pkg-config" ,pkg-config)
3649 ("xproto" ,xproto))) 3727 ("xproto" ,xproto)))
3728 (native-inputs
3729 `(("pkg-config" ,pkg-config)))
3650 (home-page "http://www.x.org/wiki/") 3730 (home-page "http://www.x.org/wiki/")
3651 (synopsis "xorg implementation of the X Window System") 3731 (synopsis "xorg implementation of the X Window System")
3652 (description "X.org provides an implementation of the X Window System") 3732 (description "X.org provides an implementation of the X Window System")
@@ -3670,8 +3750,9 @@ tracking.")
3670 (build-system gnu-build-system) 3750 (build-system gnu-build-system)
3671 (inputs 3751 (inputs
3672 `(("xproto" ,xproto) 3752 `(("xproto" ,xproto)
3673 ("libx11" ,libx11) 3753 ("libx11" ,libx11)))
3674 ("pkg-config" ,pkg-config))) 3754 (native-inputs
3755 `(("pkg-config" ,pkg-config)))
3675 (home-page "http://www.x.org/wiki/") 3756 (home-page "http://www.x.org/wiki/")
3676 (synopsis "xorg implementation of the X Window System") 3757 (synopsis "xorg implementation of the X Window System")
3677 (description "X.org provides an implementation of the X Window System") 3758 (description "X.org provides an implementation of the X Window System")
@@ -3698,7 +3779,7 @@ tracking.")
3698 (build-system gnu-build-system) 3779 (build-system gnu-build-system)
3699 (propagated-inputs 3780 (propagated-inputs
3700 `(("xextproto" ,xextproto))) 3781 `(("xextproto" ,xextproto)))
3701 (inputs 3782 (native-inputs
3702 `(("pkg-config" ,pkg-config))) 3783 `(("pkg-config" ,pkg-config)))
3703 (home-page "http://www.x.org/wiki/") 3784 (home-page "http://www.x.org/wiki/")
3704 (synopsis "xorg implementation of the X Window System") 3785 (synopsis "xorg implementation of the X Window System")
@@ -3726,8 +3807,9 @@ tracking.")
3726 (inputs 3807 (inputs
3727 `(("xproto" ,xproto) 3808 `(("xproto" ,xproto)
3728 ("libxfixes" ,libxfixes) 3809 ("libxfixes" ,libxfixes)
3729 ("libx11" ,libx11) 3810 ("libx11" ,libx11)))
3730 ("pkg-config" ,pkg-config))) 3811 (native-inputs
3812 `(("pkg-config" ,pkg-config)))
3731 (home-page "http://www.x.org/wiki/") 3813 (home-page "http://www.x.org/wiki/")
3732 (synopsis "xorg implementation of the X Window System") 3814 (synopsis "xorg implementation of the X Window System")
3733 (description "X.org provides an implementation of the X Window System") 3815 (description "X.org provides an implementation of the X Window System")
@@ -3753,8 +3835,9 @@ tracking.")
3753 `(("xextproto" ,xextproto))) 3835 `(("xextproto" ,xextproto)))
3754 (inputs 3836 (inputs
3755 `(("libxau" ,libxau) 3837 `(("libxau" ,libxau)
3756 ("libx11" ,libx11) 3838 ("libx11" ,libx11)))
3757 ("pkg-config" ,pkg-config))) 3839 (native-inputs
3840 `(("pkg-config" ,pkg-config)))
3758 (home-page "http://www.x.org/wiki/") 3841 (home-page "http://www.x.org/wiki/")
3759 (synopsis "xorg implementation of the X Window System") 3842 (synopsis "xorg implementation of the X Window System")
3760 (description "X.org provides an implementation of the X Window System") 3843 (description "X.org provides an implementation of the X Window System")
@@ -3780,8 +3863,9 @@ tracking.")
3780 `(("xineramaproto" ,xineramaproto))) 3863 `(("xineramaproto" ,xineramaproto)))
3781 (inputs 3864 (inputs
3782 `(("libxext" ,libxext) 3865 `(("libxext" ,libxext)
3783 ("libx11" ,libx11) 3866 ("libx11" ,libx11)))
3784 ("pkg-config" ,pkg-config))) 3867 (native-inputs
3868 `(("pkg-config" ,pkg-config)))
3785 (home-page "http://www.x.org/wiki/") 3869 (home-page "http://www.x.org/wiki/")
3786 (synopsis "xorg implementation of the X Window System") 3870 (synopsis "xorg implementation of the X Window System")
3787 (description "X.org provides an implementation of the X Window System") 3871 (description "X.org provides an implementation of the X Window System")
@@ -3808,8 +3892,9 @@ tracking.")
3808 `(("printproto" ,printproto))) 3892 `(("printproto" ,printproto)))
3809 (inputs 3893 (inputs
3810 `(("libx11" ,libx11) 3894 `(("libx11" ,libx11)
3811 ("libxext" ,libxext) 3895 ("libxext" ,libxext)))
3812 ("pkg-config" ,pkg-config))) 3896 (native-inputs
3897 `(("pkg-config" ,pkg-config)))
3813 (home-page "http://www.x.org/wiki/") 3898 (home-page "http://www.x.org/wiki/")
3814 (synopsis "xorg implementation of the X Window System") 3899 (synopsis "xorg implementation of the X Window System")
3815 (description "X.org provides an implementation of the X Window System") 3900 (description "X.org provides an implementation of the X Window System")
@@ -3835,8 +3920,9 @@ tracking.")
3835 `(("renderproto" ,renderproto))) 3920 `(("renderproto" ,renderproto)))
3836 (inputs 3921 (inputs
3837 `(("xproto" ,xproto) 3922 `(("xproto" ,xproto)
3838 ("libx11" ,libx11) 3923 ("libx11" ,libx11)))
3839 ("pkg-config" ,pkg-config))) 3924 (native-inputs
3925 `(("pkg-config" ,pkg-config)))
3840 (home-page "http://www.x.org/wiki/") 3926 (home-page "http://www.x.org/wiki/")
3841 (synopsis "xorg implementation of the X Window System") 3927 (synopsis "xorg implementation of the X Window System")
3842 (description "X.org provides an implementation of the X Window System") 3928 (description "X.org provides an implementation of the X Window System")
@@ -3863,8 +3949,9 @@ tracking.")
3863 (inputs 3949 (inputs
3864 `(("libxi" ,libxi) 3950 `(("libxi" ,libxi)
3865 ("libx11" ,libx11) 3951 ("libx11" ,libx11)
3866 ("inputproto" ,inputproto) 3952 ("inputproto" ,inputproto)))
3867 ("pkg-config" ,pkg-config))) 3953 (native-inputs
3954 `(("pkg-config" ,pkg-config)))
3868 (home-page "http://www.x.org/wiki/") 3955 (home-page "http://www.x.org/wiki/")
3869 (synopsis "xorg implementation of the X Window System") 3956 (synopsis "xorg implementation of the X Window System")
3870 (description "X.org provides an implementation of the X Window System") 3957 (description "X.org provides an implementation of the X Window System")
@@ -3891,8 +3978,9 @@ tracking.")
3891 (inputs 3978 (inputs
3892 `(("xproto" ,xproto) 3979 `(("xproto" ,xproto)
3893 ("libxext" ,libxext) 3980 ("libxext" ,libxext)
3894 ("libx11" ,libx11) 3981 ("libx11" ,libx11)))
3895 ("pkg-config" ,pkg-config))) 3982 (native-inputs
3983 `(("pkg-config" ,pkg-config)))
3896 (home-page "http://www.x.org/wiki/") 3984 (home-page "http://www.x.org/wiki/")
3897 (synopsis "xorg implementation of the X Window System") 3985 (synopsis "xorg implementation of the X Window System")
3898 (description "X.org provides an implementation of the X Window System") 3986 (description "X.org provides an implementation of the X Window System")
@@ -3916,7 +4004,7 @@ tracking.")
3916 (build-system gnu-build-system) 4004 (build-system gnu-build-system)
3917 (propagated-inputs 4005 (propagated-inputs
3918 `(("mkfontscale" ,mkfontscale))) 4006 `(("mkfontscale" ,mkfontscale)))
3919 (inputs 4007 (native-inputs
3920 `(("pkg-config" ,pkg-config))) 4008 `(("pkg-config" ,pkg-config)))
3921 (home-page "http://www.x.org/wiki/") 4009 (home-page "http://www.x.org/wiki/")
3922 (synopsis "xorg implementation of the X Window System") 4010 (synopsis "xorg implementation of the X Window System")
@@ -3941,7 +4029,7 @@ tracking.")
3941 (build-system gnu-build-system) 4029 (build-system gnu-build-system)
3942 (propagated-inputs 4030 (propagated-inputs
3943 `(("util-macros" ,util-macros))) ; to get util-macros in (almost?) all package inputs 4031 `(("util-macros" ,util-macros))) ; to get util-macros in (almost?) all package inputs
3944 (inputs 4032 (native-inputs
3945 `(("pkg-config" ,pkg-config))) 4033 `(("pkg-config" ,pkg-config)))
3946 (home-page "http://www.x.org/wiki/") 4034 (home-page "http://www.x.org/wiki/")
3947 (synopsis "xorg implementation of the X Window System") 4035 (synopsis "xorg implementation of the X Window System")
@@ -3970,8 +4058,9 @@ tracking.")
3970 (propagated-inputs 4058 (propagated-inputs
3971 `(("xproto" ,xproto))) 4059 `(("xproto" ,xproto)))
3972 (inputs 4060 (inputs
3973 `(("xtrans" ,xtrans) 4061 `(("xtrans" ,xtrans)))
3974 ("pkg-config" ,pkg-config))) 4062 (native-inputs
4063 `(("pkg-config" ,pkg-config)))
3975 (home-page "http://www.x.org/wiki/") 4064 (home-page "http://www.x.org/wiki/")
3976 (synopsis "xorg implementation of the X Window System") 4065 (synopsis "xorg implementation of the X Window System")
3977 (description "X.org provides an implementation of the X Window System") 4066 (description "X.org provides an implementation of the X Window System")
@@ -3995,7 +4084,7 @@ tracking.")
3995 (build-system gnu-build-system) 4084 (build-system gnu-build-system)
3996 (propagated-inputs 4085 (propagated-inputs
3997 `(("xproto" ,xproto))) 4086 `(("xproto" ,xproto)))
3998 (inputs 4087 (native-inputs
3999 `(("pkg-config" ,pkg-config))) 4088 `(("pkg-config" ,pkg-config)))
4000 (home-page "http://www.x.org/wiki/") 4089 (home-page "http://www.x.org/wiki/")
4001 (synopsis "xorg implementation of the X Window System") 4090 (synopsis "xorg implementation of the X Window System")
@@ -4021,8 +4110,9 @@ tracking.")
4021 `(("fixesproto" ,fixesproto))) 4110 `(("fixesproto" ,fixesproto)))
4022 (inputs 4111 (inputs
4023 `(("xproto" ,xproto) 4112 `(("xproto" ,xproto)
4024 ("libx11" ,libx11) 4113 ("libx11" ,libx11)))
4025 ("pkg-config" ,pkg-config))) 4114 (native-inputs
4115 `(("pkg-config" ,pkg-config)))
4026 (home-page "http://www.x.org/wiki/") 4116 (home-page "http://www.x.org/wiki/")
4027 (synopsis "xorg implementation of the X Window System") 4117 (synopsis "xorg implementation of the X Window System")
4028 (description "X.org provides an implementation of the X Window System") 4118 (description "X.org provides an implementation of the X Window System")
@@ -4051,8 +4141,9 @@ tracking.")
4051 ("xproto" ,xproto))) 4141 ("xproto" ,xproto)))
4052 (inputs 4142 (inputs
4053 `(("zlib" ,zlib) 4143 `(("zlib" ,zlib)
4054 ("xtrans" ,xtrans) 4144 ("xtrans" ,xtrans)))
4055 ("pkg-config" ,pkg-config))) 4145 (native-inputs
4146 `(("pkg-config" ,pkg-config)))
4056 (home-page "http://www.x.org/wiki/") 4147 (home-page "http://www.x.org/wiki/")
4057 (synopsis "xorg implementation of the X Window System") 4148 (synopsis "xorg implementation of the X Window System")
4058 (description "X.org provides an implementation of the X Window System") 4149 (description "X.org provides an implementation of the X Window System")
@@ -4079,8 +4170,9 @@ tracking.")
4079 ("libx11" ,libx11) 4170 ("libx11" ,libx11)
4080 ("libxext" ,libxext))) 4171 ("libxext" ,libxext)))
4081 (inputs 4172 (inputs
4082 `(("xproto" ,xproto) 4173 `(("xproto" ,xproto)))
4083 ("pkg-config" ,pkg-config))) 4174 (native-inputs
4175 `(("pkg-config" ,pkg-config)))
4084 (home-page "http://www.x.org/wiki/") 4176 (home-page "http://www.x.org/wiki/")
4085 (synopsis "xorg implementation of the X Window System") 4177 (synopsis "xorg implementation of the X Window System")
4086 (description "X.org provides an implementation of the X Window System") 4178 (description "X.org provides an implementation of the X Window System")
@@ -4108,8 +4200,9 @@ tracking.")
4108 (inputs 4200 (inputs
4109 `(("libxrender" ,libxrender) 4201 `(("libxrender" ,libxrender)
4110 ("xproto" ,xproto) 4202 ("xproto" ,xproto)
4111 ("libx11" ,libx11) 4203 ("libx11" ,libx11)))
4112 ("pkg-config" ,pkg-config))) 4204 (native-inputs
4205 `(("pkg-config" ,pkg-config)))
4113 (home-page "http://www.x.org/wiki/") 4206 (home-page "http://www.x.org/wiki/")
4114 (synopsis "xorg implementation of the X Window System") 4207 (synopsis "xorg implementation of the X Window System")
4115 (description "X.org provides an implementation of the X Window System") 4208 (description "X.org provides an implementation of the X Window System")
@@ -4136,8 +4229,9 @@ tracking.")
4136 (inputs 4229 (inputs
4137 `(("xproto" ,xproto) 4230 `(("xproto" ,xproto)
4138 ("libxext" ,libxext) 4231 ("libxext" ,libxext)
4139 ("libx11" ,libx11) 4232 ("libx11" ,libx11)))
4140 ("pkg-config" ,pkg-config))) 4233 (native-inputs
4234 `(("pkg-config" ,pkg-config)))
4141 (home-page "http://www.x.org/wiki/") 4235 (home-page "http://www.x.org/wiki/")
4142 (synopsis "xorg implementation of the X Window System") 4236 (synopsis "xorg implementation of the X Window System")
4143 (description "X.org provides an implementation of the X Window System") 4237 (description "X.org provides an implementation of the X Window System")
@@ -4163,8 +4257,9 @@ tracking.")
4163 `(("libxext" ,libxext) 4257 `(("libxext" ,libxext)
4164 ("xf86vidmodeproto" ,xf86vidmodeproto))) 4258 ("xf86vidmodeproto" ,xf86vidmodeproto)))
4165 (inputs 4259 (inputs
4166 `(("libx11" ,libx11) 4260 `(("libx11" ,libx11)))
4167 ("pkg-config" ,pkg-config))) 4261 (native-inputs
4262 `(("pkg-config" ,pkg-config)))
4168 (home-page "http://www.x.org/wiki/") 4263 (home-page "http://www.x.org/wiki/")
4169 (synopsis "xorg implementation of the X Window System") 4264 (synopsis "xorg implementation of the X Window System")
4170 (description "X.org provides an implementation of the X Window System") 4265 (description "X.org provides an implementation of the X Window System")
@@ -4198,16 +4293,17 @@ tracking.")
4198 ("libxdamage" ,libxdamage) 4293 ("libxdamage" ,libxdamage)
4199 ("libxxf86vm" ,libxxf86vm))) 4294 ("libxxf86vm" ,libxxf86vm)))
4200 (inputs 4295 (inputs
4201 `(("bison" ,bison) 4296 `(("dri2proto" ,dri2proto)
4202 ("dri2proto" ,dri2proto)
4203 ("expat" ,expat) 4297 ("expat" ,expat)
4204 ("flex" ,flex)
4205 ("libx11" ,libx11) 4298 ("libx11" ,libx11)
4206 ("libxfixes" ,libxfixes) 4299 ("libxfixes" ,libxfixes)
4207 ("libxml2" ,libxml2) 4300 ("libxml2" ,libxml2)
4208 ("makedepend" ,makedepend) 4301 ("makedepend" ,makedepend)))
4209 ("pkg-config" ,pkg-config) 4302 (native-inputs
4210 ("python" ,python-2))) ; incompatible with Python 3 (print syntax) 4303 `(("pkg-config" ,pkg-config)
4304 ("flex" ,flex)
4305 ("bison" ,bison)
4306 ("python" ,python-2))) ; incompatible with Python 3 (print syntax)
4211 (arguments 4307 (arguments
4212 `(#:configure-flags 4308 `(#:configure-flags
4213 `("--with-gallium-drivers=r600,svga,swrast") ; drop r300 from the default list as it requires llvm 4309 `("--with-gallium-drivers=r600,svga,swrast") ; drop r300 from the default list as it requires llvm
@@ -4251,8 +4347,9 @@ emulation to complete hardware acceleration for modern GPUs.")
4251 ("libxdmcp" ,libxdmcp))) 4347 ("libxdmcp" ,libxdmcp)))
4252 (inputs 4348 (inputs
4253 `(("xcb-proto" ,xcb-proto) 4349 `(("xcb-proto" ,xcb-proto)
4254 ("libxslt" ,libxslt) 4350 ("libxslt" ,libxslt)))
4255 ("pkg-config" ,pkg-config) 4351 (native-inputs
4352 `(("pkg-config" ,pkg-config)
4256 ("python" ,python-wrapper))) 4353 ("python" ,python-wrapper)))
4257 (arguments 4354 (arguments
4258 `(#:configure-flags '("--enable-xkb"))) 4355 `(#:configure-flags '("--enable-xkb")))
@@ -4309,8 +4406,6 @@ emulation to complete hardware acceleration for modern GPUs.")
4309 ("libxt" ,libxt) 4406 ("libxt" ,libxt)
4310 ("libxv" ,libxv) 4407 ("libxv" ,libxv)
4311 ("mesa" ,mesa) 4408 ("mesa" ,mesa)
4312 ("pkg-config" ,pkg-config)
4313 ("python" ,python-wrapper)
4314 ("recordproto" ,recordproto) 4409 ("recordproto" ,recordproto)
4315 ("resourceproto" ,resourceproto) 4410 ("resourceproto" ,resourceproto)
4316 ("scrnsaverproto" ,scrnsaverproto) 4411 ("scrnsaverproto" ,scrnsaverproto)
@@ -4323,6 +4418,9 @@ emulation to complete hardware acceleration for modern GPUs.")
4323 ("xkeyboard-config" ,xkeyboard-config) 4418 ("xkeyboard-config" ,xkeyboard-config)
4324 ("xtrans" ,xtrans) 4419 ("xtrans" ,xtrans)
4325 ("zlib" ,zlib))) 4420 ("zlib" ,zlib)))
4421 (native-inputs
4422 `(("python" ,python-wrapper)
4423 ("pkg-config" ,pkg-config)))
4326 (arguments 4424 (arguments
4327 `(#:configure-flags 4425 `(#:configure-flags
4328 (list (string-append "--with-xkb-path=" 4426 (list (string-append "--with-xkb-path="
@@ -4372,9 +4470,10 @@ emulation to complete hardware acceleration for modern GPUs.")
4372 ("libxcb" ,libxcb))) 4470 ("libxcb" ,libxcb)))
4373 (inputs 4471 (inputs
4374 `(("inputproto" ,inputproto) 4472 `(("inputproto" ,inputproto)
4375 ("pkg-config" ,pkg-config)
4376 ("xextproto" ,xextproto) 4473 ("xextproto" ,xextproto)
4377 ("xtrans" ,xtrans))) 4474 ("xtrans" ,xtrans)))
4475 (native-inputs
4476 `(("pkg-config" ,pkg-config)))
4378 (home-page "http://www.x.org/wiki/") 4477 (home-page "http://www.x.org/wiki/")
4379 (synopsis "xorg implementation of the X Window System") 4478 (synopsis "xorg implementation of the X Window System")
4380 (description "X.org provides an implementation of the X Window System") 4479 (description "X.org provides an implementation of the X Window System")
@@ -4403,7 +4502,7 @@ emulation to complete hardware acceleration for modern GPUs.")
4403 ("libxrender" ,libxrender) 4502 ("libxrender" ,libxrender)
4404 ("libxfixes" ,libxfixes) 4503 ("libxfixes" ,libxfixes)
4405 ("xproto" ,xproto))) 4504 ("xproto" ,xproto)))
4406 (inputs 4505 (native-inputs
4407 `(("pkg-config" ,pkg-config))) 4506 `(("pkg-config" ,pkg-config)))
4408 (home-page "http://www.x.org/wiki/") 4507 (home-page "http://www.x.org/wiki/")
4409 (synopsis "xorg implementation of the X Window System") 4508 (synopsis "xorg implementation of the X Window System")
@@ -4431,8 +4530,9 @@ emulation to complete hardware acceleration for modern GPUs.")
4431 ("libice" ,libice) 4530 ("libice" ,libice)
4432 ("libsm" ,libsm))) 4531 ("libsm" ,libsm)))
4433 (inputs 4532 (inputs
4434 `(("libx11" ,libx11) 4533 `(("libx11" ,libx11)))
4435 ("pkg-config" ,pkg-config))) 4534 (native-inputs
4535 `(("pkg-config" ,pkg-config)))
4436 (home-page "http://www.x.org/wiki/") 4536 (home-page "http://www.x.org/wiki/")
4437 (synopsis "xorg implementation of the X Window System") 4537 (synopsis "xorg implementation of the X Window System")
4438 (description "X.org provides an implementation of the X Window System") 4538 (description "X.org provides an implementation of the X Window System")
@@ -4460,8 +4560,9 @@ emulation to complete hardware acceleration for modern GPUs.")
4460 ("libxpm" ,libxpm) 4560 ("libxpm" ,libxpm)
4461 ("libxt" ,libxt))) 4561 ("libxt" ,libxt)))
4462 (inputs 4562 (inputs
4463 `(("xproto" ,xproto) 4563 `(("xproto" ,xproto)))
4464 ("pkg-config" ,pkg-config))) 4564 (native-inputs
4565 `(("pkg-config" ,pkg-config)))
4465 (home-page "http://www.x.org/wiki/") 4566 (home-page "http://www.x.org/wiki/")
4466 (synopsis "xorg implementation of the X Window System") 4567 (synopsis "xorg implementation of the X Window System")
4467 (description "X.org provides an implementation of the X Window System") 4568 (description "X.org provides an implementation of the X Window System")
@@ -4482,7 +4583,7 @@ emulation to complete hardware acceleration for modern GPUs.")
4482 (build-system gnu-build-system) 4583 (build-system gnu-build-system)
4483 (propagated-inputs 4584 (propagated-inputs
4484 `(("libxcb" ,libxcb))) 4585 `(("libxcb" ,libxcb)))
4485 (inputs 4586 (native-inputs
4486 `(("pkg-config" ,pkg-config))) 4587 `(("pkg-config" ,pkg-config)))
4487 (home-page "http://cgit.freedesktop.org/xcb/util/") 4588 (home-page "http://cgit.freedesktop.org/xcb/util/")
4488 (synopsis "Core XCB utility functions") 4589 (synopsis "Core XCB utility functions")
@@ -4515,8 +4616,9 @@ event: Some utilities that have little to do with events any more.")
4515 (propagated-inputs 4616 (propagated-inputs
4516 `(("libxcb" ,libxcb))) 4617 `(("libxcb" ,libxcb)))
4517 (inputs 4618 (inputs
4518 `(("pkg-config" ,pkg-config) 4619 `(("xcb-util" ,xcb-util)))
4519 ("xcb-util" ,xcb-util))) 4620 (native-inputs
4621 `(("pkg-config" ,pkg-config)))
4520 (home-page "http://cgit.freedesktop.org/xcb/util-image/") 4622 (home-page "http://cgit.freedesktop.org/xcb/util-image/")
4521 (synopsis "XCB port of Xlib's XImage and XShmImage") 4623 (synopsis "XCB port of Xlib's XImage and XShmImage")
4522 (description "The XCB util module provides a number of libraries which 4624 (description "The XCB util module provides a number of libraries which
@@ -4545,7 +4647,7 @@ image: Port of Xlib's XImage and XShmImage functions.")
4545 (build-system gnu-build-system) 4647 (build-system gnu-build-system)
4546 (propagated-inputs 4648 (propagated-inputs
4547 `(("libxcb" ,libxcb))) 4649 `(("libxcb" ,libxcb)))
4548 (inputs 4650 (native-inputs
4549 `(("pkg-config" ,pkg-config))) 4651 `(("pkg-config" ,pkg-config)))
4550 (home-page "http://cgit.freedesktop.org/xcb/util-keysyms/") 4652 (home-page "http://cgit.freedesktop.org/xcb/util-keysyms/")
4551 (synopsis "Standard X constants and conversion to/from keycodes") 4653 (synopsis "Standard X constants and conversion to/from keycodes")
@@ -4575,7 +4677,7 @@ keysyms: Standard X key constants and conversion to/from keycodes.")
4575 (build-system gnu-build-system) 4677 (build-system gnu-build-system)
4576 (propagated-inputs 4678 (propagated-inputs
4577 `(("libxcb" ,libxcb))) 4679 `(("libxcb" ,libxcb)))
4578 (inputs 4680 (native-inputs
4579 `(("pkg-config" ,pkg-config))) 4681 `(("pkg-config" ,pkg-config)))
4580 (home-page "http://cgit.freedesktop.org/xcb/util-renderutil/") 4682 (home-page "http://cgit.freedesktop.org/xcb/util-renderutil/")
4581 (synopsis "SConvenience functions for the Render extension") 4683 (synopsis "SConvenience functions for the Render extension")
@@ -4605,7 +4707,7 @@ renderutil: Convenience functions for the Render extension.")
4605 (build-system gnu-build-system) 4707 (build-system gnu-build-system)
4606 (propagated-inputs 4708 (propagated-inputs
4607 `(("libxcb" ,libxcb))) 4709 `(("libxcb" ,libxcb)))
4608 (inputs 4710 (native-inputs
4609 `(("m4" ,m4) 4711 `(("m4" ,m4)
4610 ("pkg-config" ,pkg-config))) 4712 ("pkg-config" ,pkg-config)))
4611 (home-page "http://cgit.freedesktop.org/xcb/util-wm/") 4713 (home-page "http://cgit.freedesktop.org/xcb/util-wm/")
@@ -4645,8 +4747,9 @@ icccm: Both client and window-manager helpers for ICCCM.")
4645 ("libxmu" ,libxmu) 4747 ("libxmu" ,libxmu)
4646 ("libxt" ,libxt))) 4748 ("libxt" ,libxt)))
4647 (inputs 4749 (inputs
4648 `(("libx11" ,libx11) 4750 `(("libx11" ,libx11)))
4649 ("pkg-config" ,pkg-config))) 4751 (native-inputs
4752 `(("pkg-config" ,pkg-config)))
4650 (home-page "http://www.x.org/wiki/") 4753 (home-page "http://www.x.org/wiki/")
4651 (synopsis "xorg implementation of the X Window System") 4754 (synopsis "xorg implementation of the X Window System")
4652 (description "X.org provides an implementation of the X Window System") 4755 (description "X.org provides an implementation of the X Window System")
diff --git a/gnu/packages/zip.scm b/gnu/packages/zip.scm
index f505d053c66..c0fd8c519ed 100644
--- a/gnu/packages/zip.scm
+++ b/gnu/packages/zip.scm
@@ -118,12 +118,13 @@ UnZip recreates the stored directory structure by default.")
118 (base32 118 (base32
119 "0nsjqxw017hiyp524p9316283jlf5piixc1091gkimhz38zh7f51")))) 119 "0nsjqxw017hiyp524p9316283jlf5piixc1091gkimhz38zh7f51"))))
120 (build-system gnu-build-system) 120 (build-system gnu-build-system)
121 (inputs `(("perl" ,perl) ; for the documentation 121 (inputs
122 ("pkg-config" ,pkg-config) 122 `(("zlib" ,zlib)))
123 ("python" ,python-2) ; for the documentation; Python 3 not supported, 123 (native-inputs `(("perl" ,perl) ; for the documentation
124 ; http://forums.gentoo.org/viewtopic-t-863161-start-0.html 124 ("pkg-config" ,pkg-config)
125 ("zip" ,zip) ; to create test files 125 ("python" ,python-2) ; for the documentation; Python 3 not supported,
126 ("zlib" ,zlib))) 126 ; http://forums.gentoo.org/viewtopic-t-863161-start-0.html
127 ("zip" ,zip))) ; to create test files
127 (arguments 128 (arguments
128 `(#:parallel-tests? #f)) ; since test files are created on the fly 129 `(#:parallel-tests? #f)) ; since test files are created on the fly
129 (home-page "http://zziplib.sourceforge.net/") 130 (home-page "http://zziplib.sourceforge.net/")