1# THIS IS A GENERATED FILE. DO NOT EDIT!
2{
3 lib,
4 bdftopcf,
5 font-alias,
6 font-util,
7 gccmakedep,
8 imake,
9 libpciaccess,
10 libpthread-stubs,
11 libxcvt,
12 lndir,
13 luit,
14 makedepend,
15 pixman,
16 sessreg,
17 util-macros,
18 xbitmaps,
19 xcb-proto,
20 xkeyboard-config,
21 xorg-cf-files,
22 xorg-docs,
23 xorgproto,
24 xorg-sgml-doctools,
25 xtrans,
26}:
27
28self: with self; {
29
30 inherit
31 bdftopcf
32 gccmakedep
33 imake
34 libpciaccess
35 libxcvt
36 lndir
37 luit
38 makedepend
39 pixman
40 sessreg
41 xbitmaps
42 xorgproto
43 xtrans
44 ;
45 fontalias = font-alias;
46 fontutil = font-util;
47 libpthreadstubs = libpthread-stubs;
48 utilmacros = util-macros;
49 xcbproto = xcb-proto;
50 xkeyboardconfig = xkeyboard-config;
51 xorgcffiles = xorg-cf-files;
52 xorgdocs = xorg-docs;
53 xorgsgmldoctools = xorg-sgml-doctools;
54
55 # THIS IS A GENERATED FILE. DO NOT EDIT!
56 appres = callPackage (
57 {
58 stdenv,
59 pkg-config,
60 fetchurl,
61 libX11,
62 xorgproto,
63 libXt,
64 testers,
65 }:
66 stdenv.mkDerivation (finalAttrs: {
67 pname = "appres";
68 version = "1.0.7";
69 builder = ./builder.sh;
70 src = fetchurl {
71 url = "mirror://xorg/individual/app/appres-1.0.7.tar.xz";
72 sha256 = "17w17gqnfmpfmqgbjci1j4lnsd468k5yscxl3n6pmn4z4f4v250i";
73 };
74 hardeningDisable = [
75 "bindnow"
76 "relro"
77 ];
78 strictDeps = true;
79 nativeBuildInputs = [ pkg-config ];
80 buildInputs = [
81 libX11
82 xorgproto
83 libXt
84 ];
85 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
86 meta = {
87 pkgConfigModules = [ ];
88 platforms = lib.platforms.unix;
89 };
90 })
91 ) { };
92
93 # THIS IS A GENERATED FILE. DO NOT EDIT!
94 bitmap = callPackage (
95 {
96 stdenv,
97 pkg-config,
98 fetchurl,
99 libX11,
100 libXaw,
101 xbitmaps,
102 libXmu,
103 xorgproto,
104 libXt,
105 wrapWithXFileSearchPathHook,
106 testers,
107 }:
108 stdenv.mkDerivation (finalAttrs: {
109 pname = "bitmap";
110 version = "1.1.1";
111 builder = ./builder.sh;
112 src = fetchurl {
113 url = "mirror://xorg/individual/app/bitmap-1.1.1.tar.xz";
114 sha256 = "1ri66kxa9m6s3xw25mz85k34qhjyksa4kbs4jfrri0g47yv2xm33";
115 };
116 hardeningDisable = [
117 "bindnow"
118 "relro"
119 ];
120 strictDeps = true;
121 nativeBuildInputs = [
122 pkg-config
123 wrapWithXFileSearchPathHook
124 ];
125 buildInputs = [
126 libX11
127 libXaw
128 xbitmaps
129 libXmu
130 xorgproto
131 libXt
132 ];
133 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
134 meta = {
135 pkgConfigModules = [ ];
136 platforms = lib.platforms.unix;
137 };
138 })
139 ) { };
140
141 # THIS IS A GENERATED FILE. DO NOT EDIT!
142 editres = callPackage (
143 {
144 stdenv,
145 pkg-config,
146 fetchurl,
147 libxkbfile,
148 libX11,
149 libXaw,
150 libXmu,
151 xorgproto,
152 libXt,
153 wrapWithXFileSearchPathHook,
154 testers,
155 }:
156 stdenv.mkDerivation (finalAttrs: {
157 pname = "editres";
158 version = "1.0.9";
159 builder = ./builder.sh;
160 src = fetchurl {
161 url = "mirror://xorg/individual/app/editres-1.0.9.tar.xz";
162 sha256 = "1imk7mgdc3q9lf058xisajij374x8r31ynvqmwbs9khfdxx3zz6d";
163 };
164 hardeningDisable = [
165 "bindnow"
166 "relro"
167 ];
168 strictDeps = true;
169 nativeBuildInputs = [
170 pkg-config
171 wrapWithXFileSearchPathHook
172 ];
173 buildInputs = [
174 libxkbfile
175 libX11
176 libXaw
177 libXmu
178 xorgproto
179 libXt
180 ];
181 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
182 meta = {
183 pkgConfigModules = [ ];
184 platforms = lib.platforms.unix;
185 };
186 })
187 ) { };
188
189 # THIS IS A GENERATED FILE. DO NOT EDIT!
190 encodings = callPackage (
191 {
192 stdenv,
193 pkg-config,
194 fetchurl,
195 mkfontscale,
196 testers,
197 }:
198 stdenv.mkDerivation (finalAttrs: {
199 pname = "encodings";
200 version = "1.1.0";
201 builder = ./builder.sh;
202 src = fetchurl {
203 url = "mirror://xorg/individual/font/encodings-1.1.0.tar.xz";
204 sha256 = "0xg99nmpvik6vaz4h03xay7rx0r3bf5a8azkjlpa3ksn2xi3rwcz";
205 };
206 hardeningDisable = [
207 "bindnow"
208 "relro"
209 ];
210 strictDeps = true;
211 nativeBuildInputs = [
212 pkg-config
213 mkfontscale
214 ];
215 buildInputs = [ ];
216 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
217 meta = {
218 pkgConfigModules = [ ];
219 platforms = lib.platforms.unix;
220 };
221 })
222 ) { };
223
224 # THIS IS A GENERATED FILE. DO NOT EDIT!
225 fontadobe100dpi = callPackage (
226 {
227 stdenv,
228 pkg-config,
229 fetchurl,
230 fontutil,
231 bdftopcf,
232 mkfontscale,
233 testers,
234 }:
235 stdenv.mkDerivation (finalAttrs: {
236 pname = "font-adobe-100dpi";
237 version = "1.0.4";
238 builder = ./builder.sh;
239 src = fetchurl {
240 url = "mirror://xorg/individual/font/font-adobe-100dpi-1.0.4.tar.xz";
241 sha256 = "1kwwbaiqnfm3pcysy9gw0g9xhpgmhjcd6clp7zajhqq5br2gyymn";
242 };
243 hardeningDisable = [
244 "bindnow"
245 "relro"
246 ];
247 strictDeps = true;
248 nativeBuildInputs = [
249 pkg-config
250 bdftopcf
251 fontutil
252 mkfontscale
253 ];
254 buildInputs = [ fontutil ];
255 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
256 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
257 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
258 meta = {
259 pkgConfigModules = [ ];
260 platforms = lib.platforms.unix;
261 };
262 })
263 ) { };
264
265 # THIS IS A GENERATED FILE. DO NOT EDIT!
266 fontadobe75dpi = callPackage (
267 {
268 stdenv,
269 pkg-config,
270 fetchurl,
271 fontutil,
272 bdftopcf,
273 mkfontscale,
274 testers,
275 }:
276 stdenv.mkDerivation (finalAttrs: {
277 pname = "font-adobe-75dpi";
278 version = "1.0.4";
279 builder = ./builder.sh;
280 src = fetchurl {
281 url = "mirror://xorg/individual/font/font-adobe-75dpi-1.0.4.tar.xz";
282 sha256 = "04drk4wi176524lxjwfrnkr3dwz1hysabqfajpj6klfypqnsd08j";
283 };
284 hardeningDisable = [
285 "bindnow"
286 "relro"
287 ];
288 strictDeps = true;
289 nativeBuildInputs = [
290 pkg-config
291 bdftopcf
292 fontutil
293 mkfontscale
294 ];
295 buildInputs = [ fontutil ];
296 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
297 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
298 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
299 meta = {
300 pkgConfigModules = [ ];
301 platforms = lib.platforms.unix;
302 };
303 })
304 ) { };
305
306 # THIS IS A GENERATED FILE. DO NOT EDIT!
307 fontadobeutopia100dpi = callPackage (
308 {
309 stdenv,
310 pkg-config,
311 fetchurl,
312 fontutil,
313 bdftopcf,
314 mkfontscale,
315 testers,
316 }:
317 stdenv.mkDerivation (finalAttrs: {
318 pname = "font-adobe-utopia-100dpi";
319 version = "1.0.5";
320 builder = ./builder.sh;
321 src = fetchurl {
322 url = "mirror://xorg/individual/font/font-adobe-utopia-100dpi-1.0.5.tar.xz";
323 sha256 = "0jq27gs5xpwkghggply5pr215lmamrnpr6x5iia76schg8lyr17v";
324 };
325 hardeningDisable = [
326 "bindnow"
327 "relro"
328 ];
329 strictDeps = true;
330 nativeBuildInputs = [
331 pkg-config
332 bdftopcf
333 fontutil
334 mkfontscale
335 ];
336 buildInputs = [ fontutil ];
337 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
338 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
339 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
340 meta = {
341 pkgConfigModules = [ ];
342 platforms = lib.platforms.unix;
343 };
344 })
345 ) { };
346
347 # THIS IS A GENERATED FILE. DO NOT EDIT!
348 fontadobeutopia75dpi = callPackage (
349 {
350 stdenv,
351 pkg-config,
352 fetchurl,
353 fontutil,
354 bdftopcf,
355 mkfontscale,
356 testers,
357 }:
358 stdenv.mkDerivation (finalAttrs: {
359 pname = "font-adobe-utopia-75dpi";
360 version = "1.0.5";
361 builder = ./builder.sh;
362 src = fetchurl {
363 url = "mirror://xorg/individual/font/font-adobe-utopia-75dpi-1.0.5.tar.xz";
364 sha256 = "0q3pg4imdbwwiq2g8a1rypjrgmb33n0r5j9qqnh4ywnh69cj89m7";
365 };
366 hardeningDisable = [
367 "bindnow"
368 "relro"
369 ];
370 strictDeps = true;
371 nativeBuildInputs = [
372 pkg-config
373 bdftopcf
374 fontutil
375 mkfontscale
376 ];
377 buildInputs = [ fontutil ];
378 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
379 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
380 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
381 meta = {
382 pkgConfigModules = [ ];
383 platforms = lib.platforms.unix;
384 };
385 })
386 ) { };
387
388 # THIS IS A GENERATED FILE. DO NOT EDIT!
389 fontadobeutopiatype1 = callPackage (
390 {
391 stdenv,
392 pkg-config,
393 fetchurl,
394 fontutil,
395 mkfontscale,
396 testers,
397 }:
398 stdenv.mkDerivation (finalAttrs: {
399 pname = "font-adobe-utopia-type1";
400 version = "1.0.5";
401 builder = ./builder.sh;
402 src = fetchurl {
403 url = "mirror://xorg/individual/font/font-adobe-utopia-type1-1.0.5.tar.xz";
404 sha256 = "15snyyy3rk75fikz1hs80nybxai1aynybl0gw32hffv98yy81cjc";
405 };
406 hardeningDisable = [
407 "bindnow"
408 "relro"
409 ];
410 strictDeps = true;
411 nativeBuildInputs = [
412 pkg-config
413 mkfontscale
414 ];
415 buildInputs = [ fontutil ];
416 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
417 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
418 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
419 meta = {
420 pkgConfigModules = [ ];
421 platforms = lib.platforms.unix;
422 };
423 })
424 ) { };
425
426 # THIS IS A GENERATED FILE. DO NOT EDIT!
427 fontarabicmisc = callPackage (
428 {
429 stdenv,
430 pkg-config,
431 fetchurl,
432 fontutil,
433 bdftopcf,
434 mkfontscale,
435 testers,
436 }:
437 stdenv.mkDerivation (finalAttrs: {
438 pname = "font-arabic-misc";
439 version = "1.0.4";
440 builder = ./builder.sh;
441 src = fetchurl {
442 url = "mirror://xorg/individual/font/font-arabic-misc-1.0.4.tar.xz";
443 sha256 = "0rrlcqbyx9y7hnhbkjir8rs6jkfqyalj1zvhr8niv2n7a8dydzs6";
444 };
445 hardeningDisable = [
446 "bindnow"
447 "relro"
448 ];
449 strictDeps = true;
450 nativeBuildInputs = [
451 pkg-config
452 bdftopcf
453 mkfontscale
454 ];
455 buildInputs = [ fontutil ];
456 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
457 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
458 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
459 meta = {
460 pkgConfigModules = [ ];
461 platforms = lib.platforms.unix;
462 };
463 })
464 ) { };
465
466 # THIS IS A GENERATED FILE. DO NOT EDIT!
467 fontbh100dpi = callPackage (
468 {
469 stdenv,
470 pkg-config,
471 fetchurl,
472 fontutil,
473 bdftopcf,
474 mkfontscale,
475 testers,
476 }:
477 stdenv.mkDerivation (finalAttrs: {
478 pname = "font-bh-100dpi";
479 version = "1.0.4";
480 builder = ./builder.sh;
481 src = fetchurl {
482 url = "mirror://xorg/individual/font/font-bh-100dpi-1.0.4.tar.xz";
483 sha256 = "07mb9781c9yxzp3ifw317v4fbnmg9qyqv0244zfspylihkz5x3zx";
484 };
485 hardeningDisable = [
486 "bindnow"
487 "relro"
488 ];
489 strictDeps = true;
490 nativeBuildInputs = [
491 pkg-config
492 bdftopcf
493 fontutil
494 mkfontscale
495 ];
496 buildInputs = [ fontutil ];
497 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
498 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
499 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
500 meta = {
501 pkgConfigModules = [ ];
502 platforms = lib.platforms.unix;
503 };
504 })
505 ) { };
506
507 # THIS IS A GENERATED FILE. DO NOT EDIT!
508 fontbh75dpi = callPackage (
509 {
510 stdenv,
511 pkg-config,
512 fetchurl,
513 fontutil,
514 bdftopcf,
515 mkfontscale,
516 testers,
517 }:
518 stdenv.mkDerivation (finalAttrs: {
519 pname = "font-bh-75dpi";
520 version = "1.0.4";
521 builder = ./builder.sh;
522 src = fetchurl {
523 url = "mirror://xorg/individual/font/font-bh-75dpi-1.0.4.tar.xz";
524 sha256 = "1nkwkqdl946xc4xknhi1pnxdww6rxrv013c7nk5x6ganfg0dh9k0";
525 };
526 hardeningDisable = [
527 "bindnow"
528 "relro"
529 ];
530 strictDeps = true;
531 nativeBuildInputs = [
532 pkg-config
533 bdftopcf
534 fontutil
535 mkfontscale
536 ];
537 buildInputs = [ fontutil ];
538 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
539 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
540 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
541 meta = {
542 pkgConfigModules = [ ];
543 platforms = lib.platforms.unix;
544 };
545 })
546 ) { };
547
548 # THIS IS A GENERATED FILE. DO NOT EDIT!
549 fontbhlucidatypewriter100dpi = callPackage (
550 {
551 stdenv,
552 pkg-config,
553 fetchurl,
554 fontutil,
555 bdftopcf,
556 mkfontscale,
557 testers,
558 }:
559 stdenv.mkDerivation (finalAttrs: {
560 pname = "font-bh-lucidatypewriter-100dpi";
561 version = "1.0.4";
562 builder = ./builder.sh;
563 src = fetchurl {
564 url = "mirror://xorg/individual/font/font-bh-lucidatypewriter-100dpi-1.0.4.tar.xz";
565 sha256 = "1wp87pijbydkpcmawsyas7vwhad2xg1mkkwigga2jjh9lknhkv3n";
566 };
567 hardeningDisable = [
568 "bindnow"
569 "relro"
570 ];
571 strictDeps = true;
572 nativeBuildInputs = [
573 pkg-config
574 bdftopcf
575 fontutil
576 mkfontscale
577 ];
578 buildInputs = [ fontutil ];
579 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
580 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
581 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
582 meta = {
583 pkgConfigModules = [ ];
584 platforms = lib.platforms.unix;
585 };
586 })
587 ) { };
588
589 # THIS IS A GENERATED FILE. DO NOT EDIT!
590 fontbhlucidatypewriter75dpi = callPackage (
591 {
592 stdenv,
593 pkg-config,
594 fetchurl,
595 fontutil,
596 bdftopcf,
597 mkfontscale,
598 testers,
599 }:
600 stdenv.mkDerivation (finalAttrs: {
601 pname = "font-bh-lucidatypewriter-75dpi";
602 version = "1.0.4";
603 builder = ./builder.sh;
604 src = fetchurl {
605 url = "mirror://xorg/individual/font/font-bh-lucidatypewriter-75dpi-1.0.4.tar.xz";
606 sha256 = "1xg86mb9qigf5v0wx0q2shn8qaabsapamj627xllzw31mhwjqkl6";
607 };
608 hardeningDisable = [
609 "bindnow"
610 "relro"
611 ];
612 strictDeps = true;
613 nativeBuildInputs = [
614 pkg-config
615 bdftopcf
616 fontutil
617 mkfontscale
618 ];
619 buildInputs = [ fontutil ];
620 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
621 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
622 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
623 meta = {
624 pkgConfigModules = [ ];
625 platforms = lib.platforms.unix;
626 };
627 })
628 ) { };
629
630 # THIS IS A GENERATED FILE. DO NOT EDIT!
631 fontbhttf = callPackage (
632 {
633 stdenv,
634 pkg-config,
635 fetchurl,
636 fontutil,
637 mkfontscale,
638 testers,
639 }:
640 stdenv.mkDerivation (finalAttrs: {
641 pname = "font-bh-ttf";
642 version = "1.0.4";
643 builder = ./builder.sh;
644 src = fetchurl {
645 url = "mirror://xorg/individual/font/font-bh-ttf-1.0.4.tar.xz";
646 sha256 = "0misxkpjc2bir20m01z355sfk3lbpjnshphjzl32p364006zk9c5";
647 };
648 hardeningDisable = [
649 "bindnow"
650 "relro"
651 ];
652 strictDeps = true;
653 nativeBuildInputs = [
654 pkg-config
655 mkfontscale
656 ];
657 buildInputs = [ fontutil ];
658 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
659 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
660 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
661 meta = {
662 pkgConfigModules = [ ];
663 platforms = lib.platforms.unix;
664 };
665 })
666 ) { };
667
668 # THIS IS A GENERATED FILE. DO NOT EDIT!
669 fontbhtype1 = callPackage (
670 {
671 stdenv,
672 pkg-config,
673 fetchurl,
674 fontutil,
675 mkfontscale,
676 testers,
677 }:
678 stdenv.mkDerivation (finalAttrs: {
679 pname = "font-bh-type1";
680 version = "1.0.4";
681 builder = ./builder.sh;
682 src = fetchurl {
683 url = "mirror://xorg/individual/font/font-bh-type1-1.0.4.tar.xz";
684 sha256 = "19kjdm0cx766yj9vwkyv7gyg1q4bjag5g500s7nnppmb0vnc7phr";
685 };
686 hardeningDisable = [
687 "bindnow"
688 "relro"
689 ];
690 strictDeps = true;
691 nativeBuildInputs = [
692 pkg-config
693 mkfontscale
694 ];
695 buildInputs = [ fontutil ];
696 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
697 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
698 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
699 meta = {
700 pkgConfigModules = [ ];
701 platforms = lib.platforms.unix;
702 };
703 })
704 ) { };
705
706 # THIS IS A GENERATED FILE. DO NOT EDIT!
707 fontbitstream100dpi = callPackage (
708 {
709 stdenv,
710 pkg-config,
711 fetchurl,
712 fontutil,
713 bdftopcf,
714 mkfontscale,
715 testers,
716 }:
717 stdenv.mkDerivation (finalAttrs: {
718 pname = "font-bitstream-100dpi";
719 version = "1.0.4";
720 builder = ./builder.sh;
721 src = fetchurl {
722 url = "mirror://xorg/individual/font/font-bitstream-100dpi-1.0.4.tar.xz";
723 sha256 = "19y1j1v65890x8yn6a47jqljfax3ihfrd25xbzgypxz4xy1cc71d";
724 };
725 hardeningDisable = [
726 "bindnow"
727 "relro"
728 ];
729 strictDeps = true;
730 nativeBuildInputs = [
731 pkg-config
732 bdftopcf
733 mkfontscale
734 ];
735 buildInputs = [ fontutil ];
736 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
737 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
738 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
739 meta = {
740 pkgConfigModules = [ ];
741 platforms = lib.platforms.unix;
742 };
743 })
744 ) { };
745
746 # THIS IS A GENERATED FILE. DO NOT EDIT!
747 fontbitstream75dpi = callPackage (
748 {
749 stdenv,
750 pkg-config,
751 fetchurl,
752 fontutil,
753 bdftopcf,
754 mkfontscale,
755 testers,
756 }:
757 stdenv.mkDerivation (finalAttrs: {
758 pname = "font-bitstream-75dpi";
759 version = "1.0.4";
760 builder = ./builder.sh;
761 src = fetchurl {
762 url = "mirror://xorg/individual/font/font-bitstream-75dpi-1.0.4.tar.xz";
763 sha256 = "09pq7dvyyxj6kvps1dm3qr15pjwh9iq9118fryqc5a94fkc39sxa";
764 };
765 hardeningDisable = [
766 "bindnow"
767 "relro"
768 ];
769 strictDeps = true;
770 nativeBuildInputs = [
771 pkg-config
772 bdftopcf
773 mkfontscale
774 ];
775 buildInputs = [ fontutil ];
776 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
777 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
778 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
779 meta = {
780 pkgConfigModules = [ ];
781 platforms = lib.platforms.unix;
782 };
783 })
784 ) { };
785
786 # THIS IS A GENERATED FILE. DO NOT EDIT!
787 fontbitstreamspeedo = callPackage (
788 {
789 stdenv,
790 pkg-config,
791 fetchurl,
792 fontutil,
793 mkfontscale,
794 testers,
795 }:
796 stdenv.mkDerivation (finalAttrs: {
797 pname = "font-bitstream-speedo";
798 version = "1.0.2";
799 builder = ./builder.sh;
800 src = fetchurl {
801 url = "mirror://xorg/individual/font/font-bitstream-speedo-1.0.2.tar.gz";
802 sha256 = "0wmy58cd3k7w2j4v20icnfs8z3b61qj3vqdx958z18w00h9mzsmf";
803 };
804 hardeningDisable = [
805 "bindnow"
806 "relro"
807 ];
808 strictDeps = true;
809 nativeBuildInputs = [
810 pkg-config
811 mkfontscale
812 ];
813 buildInputs = [ fontutil ];
814 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
815 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
816 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
817 meta = {
818 pkgConfigModules = [ ];
819 platforms = lib.platforms.unix;
820 };
821 })
822 ) { };
823
824 # THIS IS A GENERATED FILE. DO NOT EDIT!
825 fontbitstreamtype1 = callPackage (
826 {
827 stdenv,
828 pkg-config,
829 fetchurl,
830 fontutil,
831 mkfontscale,
832 testers,
833 }:
834 stdenv.mkDerivation (finalAttrs: {
835 pname = "font-bitstream-type1";
836 version = "1.0.4";
837 builder = ./builder.sh;
838 src = fetchurl {
839 url = "mirror://xorg/individual/font/font-bitstream-type1-1.0.4.tar.xz";
840 sha256 = "0a669193ivi2lxk3v692kq1pqavaswlpi9hbi8ib8bfp9j5j6byy";
841 };
842 hardeningDisable = [
843 "bindnow"
844 "relro"
845 ];
846 strictDeps = true;
847 nativeBuildInputs = [
848 pkg-config
849 mkfontscale
850 ];
851 buildInputs = [ fontutil ];
852 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
853 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
854 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
855 meta = {
856 pkgConfigModules = [ ];
857 platforms = lib.platforms.unix;
858 };
859 })
860 ) { };
861
862 # THIS IS A GENERATED FILE. DO NOT EDIT!
863 fontcronyxcyrillic = callPackage (
864 {
865 stdenv,
866 pkg-config,
867 fetchurl,
868 fontutil,
869 bdftopcf,
870 mkfontscale,
871 testers,
872 }:
873 stdenv.mkDerivation (finalAttrs: {
874 pname = "font-cronyx-cyrillic";
875 version = "1.0.4";
876 builder = ./builder.sh;
877 src = fetchurl {
878 url = "mirror://xorg/individual/font/font-cronyx-cyrillic-1.0.4.tar.xz";
879 sha256 = "12dpsvif85z1m6jvq9g91lmzj0rll5rh3871mbvdpzyb1p7821yw";
880 };
881 hardeningDisable = [
882 "bindnow"
883 "relro"
884 ];
885 strictDeps = true;
886 nativeBuildInputs = [
887 pkg-config
888 bdftopcf
889 mkfontscale
890 ];
891 buildInputs = [ fontutil ];
892 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
893 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
894 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
895 meta = {
896 pkgConfigModules = [ ];
897 platforms = lib.platforms.unix;
898 };
899 })
900 ) { };
901
902 # THIS IS A GENERATED FILE. DO NOT EDIT!
903 fontcursormisc = callPackage (
904 {
905 stdenv,
906 pkg-config,
907 fetchurl,
908 fontutil,
909 bdftopcf,
910 mkfontscale,
911 testers,
912 }:
913 stdenv.mkDerivation (finalAttrs: {
914 pname = "font-cursor-misc";
915 version = "1.0.4";
916 builder = ./builder.sh;
917 src = fetchurl {
918 url = "mirror://xorg/individual/font/font-cursor-misc-1.0.4.tar.xz";
919 sha256 = "10prshcmmm5ccczyq7yaadz92k23ls9rjl10hjh8rjqka1cwkn95";
920 };
921 hardeningDisable = [
922 "bindnow"
923 "relro"
924 ];
925 strictDeps = true;
926 nativeBuildInputs = [
927 pkg-config
928 bdftopcf
929 mkfontscale
930 ];
931 buildInputs = [ fontutil ];
932 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
933 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
934 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
935 meta = {
936 pkgConfigModules = [ ];
937 platforms = lib.platforms.unix;
938 };
939 })
940 ) { };
941
942 # THIS IS A GENERATED FILE. DO NOT EDIT!
943 fontdaewoomisc = callPackage (
944 {
945 stdenv,
946 pkg-config,
947 fetchurl,
948 fontutil,
949 bdftopcf,
950 mkfontscale,
951 testers,
952 }:
953 stdenv.mkDerivation (finalAttrs: {
954 pname = "font-daewoo-misc";
955 version = "1.0.4";
956 builder = ./builder.sh;
957 src = fetchurl {
958 url = "mirror://xorg/individual/font/font-daewoo-misc-1.0.4.tar.xz";
959 sha256 = "0cagg963v94paq1l9l7g5kyv7df8q31b4zcbhv5rh07kr0yqng7n";
960 };
961 hardeningDisable = [
962 "bindnow"
963 "relro"
964 ];
965 strictDeps = true;
966 nativeBuildInputs = [
967 pkg-config
968 bdftopcf
969 mkfontscale
970 ];
971 buildInputs = [ fontutil ];
972 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
973 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
974 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
975 meta = {
976 pkgConfigModules = [ ];
977 platforms = lib.platforms.unix;
978 };
979 })
980 ) { };
981
982 # THIS IS A GENERATED FILE. DO NOT EDIT!
983 fontdecmisc = callPackage (
984 {
985 stdenv,
986 pkg-config,
987 fetchurl,
988 fontutil,
989 bdftopcf,
990 mkfontscale,
991 testers,
992 }:
993 stdenv.mkDerivation (finalAttrs: {
994 pname = "font-dec-misc";
995 version = "1.0.4";
996 builder = ./builder.sh;
997 src = fetchurl {
998 url = "mirror://xorg/individual/font/font-dec-misc-1.0.4.tar.xz";
999 sha256 = "1xqs2qg21h5xg519810hw4bvykjdpf0xgk0xwp0bxy4g3lh6inc2";
1000 };
1001 hardeningDisable = [
1002 "bindnow"
1003 "relro"
1004 ];
1005 strictDeps = true;
1006 nativeBuildInputs = [
1007 pkg-config
1008 bdftopcf
1009 mkfontscale
1010 ];
1011 buildInputs = [ fontutil ];
1012 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1013 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1014 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1015 meta = {
1016 pkgConfigModules = [ ];
1017 platforms = lib.platforms.unix;
1018 };
1019 })
1020 ) { };
1021
1022 # THIS IS A GENERATED FILE. DO NOT EDIT!
1023 fontibmtype1 = callPackage (
1024 {
1025 stdenv,
1026 pkg-config,
1027 fetchurl,
1028 fontutil,
1029 mkfontscale,
1030 testers,
1031 }:
1032 stdenv.mkDerivation (finalAttrs: {
1033 pname = "font-ibm-type1";
1034 version = "1.0.4";
1035 builder = ./builder.sh;
1036 src = fetchurl {
1037 url = "mirror://xorg/individual/font/font-ibm-type1-1.0.4.tar.xz";
1038 sha256 = "0zyfc0mxkzlrbpdn16rj25abf2hcqb592zkks550rm26paamwff4";
1039 };
1040 hardeningDisable = [
1041 "bindnow"
1042 "relro"
1043 ];
1044 strictDeps = true;
1045 nativeBuildInputs = [
1046 pkg-config
1047 mkfontscale
1048 ];
1049 buildInputs = [ fontutil ];
1050 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1051 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1052 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1053 meta = {
1054 pkgConfigModules = [ ];
1055 platforms = lib.platforms.unix;
1056 };
1057 })
1058 ) { };
1059
1060 # THIS IS A GENERATED FILE. DO NOT EDIT!
1061 fontisasmisc = callPackage (
1062 {
1063 stdenv,
1064 pkg-config,
1065 fetchurl,
1066 fontutil,
1067 bdftopcf,
1068 mkfontscale,
1069 testers,
1070 }:
1071 stdenv.mkDerivation (finalAttrs: {
1072 pname = "font-isas-misc";
1073 version = "1.0.4";
1074 builder = ./builder.sh;
1075 src = fetchurl {
1076 url = "mirror://xorg/individual/font/font-isas-misc-1.0.4.tar.xz";
1077 sha256 = "1z1qqi64hbp297f6ryiswa4ikfn7mcwnb8nadyglni6swsxrbra7";
1078 };
1079 hardeningDisable = [
1080 "bindnow"
1081 "relro"
1082 ];
1083 strictDeps = true;
1084 nativeBuildInputs = [
1085 pkg-config
1086 bdftopcf
1087 mkfontscale
1088 ];
1089 buildInputs = [ fontutil ];
1090 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1091 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1092 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1093 meta = {
1094 pkgConfigModules = [ ];
1095 platforms = lib.platforms.unix;
1096 };
1097 })
1098 ) { };
1099
1100 # THIS IS A GENERATED FILE. DO NOT EDIT!
1101 fontjismisc = callPackage (
1102 {
1103 stdenv,
1104 pkg-config,
1105 fetchurl,
1106 fontutil,
1107 bdftopcf,
1108 mkfontscale,
1109 testers,
1110 }:
1111 stdenv.mkDerivation (finalAttrs: {
1112 pname = "font-jis-misc";
1113 version = "1.0.4";
1114 builder = ./builder.sh;
1115 src = fetchurl {
1116 url = "mirror://xorg/individual/font/font-jis-misc-1.0.4.tar.xz";
1117 sha256 = "1l7spyq93rhydsdnsh46alcfbn2irz664vd209lamxviqkvfzlbq";
1118 };
1119 hardeningDisable = [
1120 "bindnow"
1121 "relro"
1122 ];
1123 strictDeps = true;
1124 nativeBuildInputs = [
1125 pkg-config
1126 bdftopcf
1127 mkfontscale
1128 ];
1129 buildInputs = [ fontutil ];
1130 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1131 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1132 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1133 meta = {
1134 pkgConfigModules = [ ];
1135 platforms = lib.platforms.unix;
1136 };
1137 })
1138 ) { };
1139
1140 # THIS IS A GENERATED FILE. DO NOT EDIT!
1141 fontmicromisc = callPackage (
1142 {
1143 stdenv,
1144 pkg-config,
1145 fetchurl,
1146 fontutil,
1147 bdftopcf,
1148 mkfontscale,
1149 testers,
1150 }:
1151 stdenv.mkDerivation (finalAttrs: {
1152 pname = "font-micro-misc";
1153 version = "1.0.4";
1154 builder = ./builder.sh;
1155 src = fetchurl {
1156 url = "mirror://xorg/individual/font/font-micro-misc-1.0.4.tar.xz";
1157 sha256 = "0hzryqyml0bzzw91vqdmzdlb7dm18jmyz0mxy6plks3sppbbkq1f";
1158 };
1159 hardeningDisable = [
1160 "bindnow"
1161 "relro"
1162 ];
1163 strictDeps = true;
1164 nativeBuildInputs = [
1165 pkg-config
1166 bdftopcf
1167 mkfontscale
1168 ];
1169 buildInputs = [ fontutil ];
1170 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1171 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1172 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1173 meta = {
1174 pkgConfigModules = [ ];
1175 platforms = lib.platforms.unix;
1176 };
1177 })
1178 ) { };
1179
1180 # THIS IS A GENERATED FILE. DO NOT EDIT!
1181 fontmisccyrillic = callPackage (
1182 {
1183 stdenv,
1184 pkg-config,
1185 fetchurl,
1186 fontutil,
1187 bdftopcf,
1188 mkfontscale,
1189 testers,
1190 }:
1191 stdenv.mkDerivation (finalAttrs: {
1192 pname = "font-misc-cyrillic";
1193 version = "1.0.4";
1194 builder = ./builder.sh;
1195 src = fetchurl {
1196 url = "mirror://xorg/individual/font/font-misc-cyrillic-1.0.4.tar.xz";
1197 sha256 = "14z9x174fidjn65clkd2y1l6pxspmvphizap9a8h2h06adzil0kn";
1198 };
1199 hardeningDisable = [
1200 "bindnow"
1201 "relro"
1202 ];
1203 strictDeps = true;
1204 nativeBuildInputs = [
1205 pkg-config
1206 bdftopcf
1207 mkfontscale
1208 ];
1209 buildInputs = [ fontutil ];
1210 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1211 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1212 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1213 meta = {
1214 pkgConfigModules = [ ];
1215 platforms = lib.platforms.unix;
1216 };
1217 })
1218 ) { };
1219
1220 # THIS IS A GENERATED FILE. DO NOT EDIT!
1221 fontmiscethiopic = callPackage (
1222 {
1223 stdenv,
1224 pkg-config,
1225 fetchurl,
1226 fontutil,
1227 mkfontscale,
1228 testers,
1229 }:
1230 stdenv.mkDerivation (finalAttrs: {
1231 pname = "font-misc-ethiopic";
1232 version = "1.0.5";
1233 builder = ./builder.sh;
1234 src = fetchurl {
1235 url = "mirror://xorg/individual/font/font-misc-ethiopic-1.0.5.tar.xz";
1236 sha256 = "04mnd620s9wkdid9wnf181yh5vf0n7l096nc3z4zdvm1w7kafja7";
1237 };
1238 hardeningDisable = [
1239 "bindnow"
1240 "relro"
1241 ];
1242 strictDeps = true;
1243 nativeBuildInputs = [
1244 pkg-config
1245 mkfontscale
1246 ];
1247 buildInputs = [ fontutil ];
1248 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1249 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1250 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1251 meta = {
1252 pkgConfigModules = [ ];
1253 platforms = lib.platforms.unix;
1254 };
1255 })
1256 ) { };
1257
1258 # THIS IS A GENERATED FILE. DO NOT EDIT!
1259 fontmiscmeltho = callPackage (
1260 {
1261 stdenv,
1262 pkg-config,
1263 fetchurl,
1264 fontutil,
1265 mkfontscale,
1266 testers,
1267 }:
1268 stdenv.mkDerivation (finalAttrs: {
1269 pname = "font-misc-meltho";
1270 version = "1.0.4";
1271 builder = ./builder.sh;
1272 src = fetchurl {
1273 url = "mirror://xorg/individual/font/font-misc-meltho-1.0.4.tar.xz";
1274 sha256 = "06ajsqjd20zsk9a44bl5i1mv1r9snil6l2947hk8z2bqf30mxgk3";
1275 };
1276 hardeningDisable = [
1277 "bindnow"
1278 "relro"
1279 ];
1280 strictDeps = true;
1281 nativeBuildInputs = [
1282 pkg-config
1283 mkfontscale
1284 ];
1285 buildInputs = [ fontutil ];
1286 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1287 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1288 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1289 meta = {
1290 pkgConfigModules = [ ];
1291 platforms = lib.platforms.unix;
1292 };
1293 })
1294 ) { };
1295
1296 # THIS IS A GENERATED FILE. DO NOT EDIT!
1297 fontmiscmisc = callPackage (
1298 {
1299 stdenv,
1300 pkg-config,
1301 fetchurl,
1302 fontutil,
1303 bdftopcf,
1304 mkfontscale,
1305 testers,
1306 }:
1307 stdenv.mkDerivation (finalAttrs: {
1308 pname = "font-misc-misc";
1309 version = "1.1.3";
1310 builder = ./builder.sh;
1311 src = fetchurl {
1312 url = "mirror://xorg/individual/font/font-misc-misc-1.1.3.tar.xz";
1313 sha256 = "1vcgc6lbc53fqaz8alhxcb6f231hhvj9hn2nkzg1mclbymhy7avr";
1314 };
1315 hardeningDisable = [
1316 "bindnow"
1317 "relro"
1318 ];
1319 strictDeps = true;
1320 nativeBuildInputs = [
1321 pkg-config
1322 bdftopcf
1323 fontutil
1324 mkfontscale
1325 ];
1326 buildInputs = [ fontutil ];
1327 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1328 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1329 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1330 meta = {
1331 pkgConfigModules = [ ];
1332 platforms = lib.platforms.unix;
1333 };
1334 })
1335 ) { };
1336
1337 # THIS IS A GENERATED FILE. DO NOT EDIT!
1338 fontmuttmisc = callPackage (
1339 {
1340 stdenv,
1341 pkg-config,
1342 fetchurl,
1343 fontutil,
1344 bdftopcf,
1345 mkfontscale,
1346 testers,
1347 }:
1348 stdenv.mkDerivation (finalAttrs: {
1349 pname = "font-mutt-misc";
1350 version = "1.0.4";
1351 builder = ./builder.sh;
1352 src = fetchurl {
1353 url = "mirror://xorg/individual/font/font-mutt-misc-1.0.4.tar.xz";
1354 sha256 = "095vd33kqd157j6xi4sjxwdsjpwpgqliifa8nkybq8rcw7s5j8xi";
1355 };
1356 hardeningDisable = [
1357 "bindnow"
1358 "relro"
1359 ];
1360 strictDeps = true;
1361 nativeBuildInputs = [
1362 pkg-config
1363 bdftopcf
1364 mkfontscale
1365 ];
1366 buildInputs = [ fontutil ];
1367 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1368 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1369 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1370 meta = {
1371 pkgConfigModules = [ ];
1372 platforms = lib.platforms.unix;
1373 };
1374 })
1375 ) { };
1376
1377 # THIS IS A GENERATED FILE. DO NOT EDIT!
1378 fontschumachermisc = callPackage (
1379 {
1380 stdenv,
1381 pkg-config,
1382 fetchurl,
1383 fontutil,
1384 bdftopcf,
1385 mkfontscale,
1386 testers,
1387 }:
1388 stdenv.mkDerivation (finalAttrs: {
1389 pname = "font-schumacher-misc";
1390 version = "1.1.3";
1391 builder = ./builder.sh;
1392 src = fetchurl {
1393 url = "mirror://xorg/individual/font/font-schumacher-misc-1.1.3.tar.xz";
1394 sha256 = "0w40lr214n39al449fnm4k1bpyj3fjrhz2yxqd6a6m8yvc69z14b";
1395 };
1396 hardeningDisable = [
1397 "bindnow"
1398 "relro"
1399 ];
1400 strictDeps = true;
1401 nativeBuildInputs = [
1402 pkg-config
1403 bdftopcf
1404 fontutil
1405 mkfontscale
1406 ];
1407 buildInputs = [ fontutil ];
1408 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1409 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1410 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1411 meta = {
1412 pkgConfigModules = [ ];
1413 platforms = lib.platforms.unix;
1414 };
1415 })
1416 ) { };
1417
1418 # THIS IS A GENERATED FILE. DO NOT EDIT!
1419 fontscreencyrillic = callPackage (
1420 {
1421 stdenv,
1422 pkg-config,
1423 fetchurl,
1424 fontutil,
1425 bdftopcf,
1426 mkfontscale,
1427 testers,
1428 }:
1429 stdenv.mkDerivation (finalAttrs: {
1430 pname = "font-screen-cyrillic";
1431 version = "1.0.5";
1432 builder = ./builder.sh;
1433 src = fetchurl {
1434 url = "mirror://xorg/individual/font/font-screen-cyrillic-1.0.5.tar.xz";
1435 sha256 = "1h75zn1rp7bdv6av4cnrajpaq6fkd7dx1lc7aijpw32qrnw8nxcg";
1436 };
1437 hardeningDisable = [
1438 "bindnow"
1439 "relro"
1440 ];
1441 strictDeps = true;
1442 nativeBuildInputs = [
1443 pkg-config
1444 bdftopcf
1445 mkfontscale
1446 ];
1447 buildInputs = [ fontutil ];
1448 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1449 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1450 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1451 meta = {
1452 pkgConfigModules = [ ];
1453 platforms = lib.platforms.unix;
1454 };
1455 })
1456 ) { };
1457
1458 # THIS IS A GENERATED FILE. DO NOT EDIT!
1459 fontsonymisc = callPackage (
1460 {
1461 stdenv,
1462 pkg-config,
1463 fetchurl,
1464 fontutil,
1465 bdftopcf,
1466 mkfontscale,
1467 testers,
1468 }:
1469 stdenv.mkDerivation (finalAttrs: {
1470 pname = "font-sony-misc";
1471 version = "1.0.4";
1472 builder = ./builder.sh;
1473 src = fetchurl {
1474 url = "mirror://xorg/individual/font/font-sony-misc-1.0.4.tar.xz";
1475 sha256 = "0swlhjmmagrfkip4i9yq7cr56hains1j41mjs05nxc6c7y19zc76";
1476 };
1477 hardeningDisable = [
1478 "bindnow"
1479 "relro"
1480 ];
1481 strictDeps = true;
1482 nativeBuildInputs = [
1483 pkg-config
1484 bdftopcf
1485 mkfontscale
1486 ];
1487 buildInputs = [ fontutil ];
1488 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1489 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1490 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1491 meta = {
1492 pkgConfigModules = [ ];
1493 platforms = lib.platforms.unix;
1494 };
1495 })
1496 ) { };
1497
1498 # THIS IS A GENERATED FILE. DO NOT EDIT!
1499 fontsunmisc = callPackage (
1500 {
1501 stdenv,
1502 pkg-config,
1503 fetchurl,
1504 fontutil,
1505 bdftopcf,
1506 mkfontscale,
1507 testers,
1508 }:
1509 stdenv.mkDerivation (finalAttrs: {
1510 pname = "font-sun-misc";
1511 version = "1.0.4";
1512 builder = ./builder.sh;
1513 src = fetchurl {
1514 url = "mirror://xorg/individual/font/font-sun-misc-1.0.4.tar.xz";
1515 sha256 = "17yvhk1hlajm3q57r09q8830zz7cnckrg8hgzajgyyljdl8xv16x";
1516 };
1517 hardeningDisable = [
1518 "bindnow"
1519 "relro"
1520 ];
1521 strictDeps = true;
1522 nativeBuildInputs = [
1523 pkg-config
1524 bdftopcf
1525 mkfontscale
1526 ];
1527 buildInputs = [ fontutil ];
1528 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1529 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1530 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1531 meta = {
1532 pkgConfigModules = [ ];
1533 platforms = lib.platforms.unix;
1534 };
1535 })
1536 ) { };
1537
1538 # THIS IS A GENERATED FILE. DO NOT EDIT!
1539 fonttosfnt = callPackage (
1540 {
1541 stdenv,
1542 pkg-config,
1543 fetchurl,
1544 libfontenc,
1545 freetype,
1546 xorgproto,
1547 testers,
1548 }:
1549 stdenv.mkDerivation (finalAttrs: {
1550 pname = "fonttosfnt";
1551 version = "1.2.4";
1552 builder = ./builder.sh;
1553 src = fetchurl {
1554 url = "mirror://xorg/individual/app/fonttosfnt-1.2.4.tar.xz";
1555 sha256 = "0wk3fs038sh2sl1sqayzfjvygmcdp903qa1pd3aankxrgzv3b5i4";
1556 };
1557 hardeningDisable = [
1558 "bindnow"
1559 "relro"
1560 ];
1561 strictDeps = true;
1562 nativeBuildInputs = [ pkg-config ];
1563 buildInputs = [
1564 libfontenc
1565 freetype
1566 xorgproto
1567 ];
1568 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1569 meta = {
1570 pkgConfigModules = [ ];
1571 platforms = lib.platforms.unix;
1572 };
1573 })
1574 ) { };
1575
1576 # THIS IS A GENERATED FILE. DO NOT EDIT!
1577 fontwinitzkicyrillic = callPackage (
1578 {
1579 stdenv,
1580 pkg-config,
1581 fetchurl,
1582 fontutil,
1583 bdftopcf,
1584 mkfontscale,
1585 testers,
1586 }:
1587 stdenv.mkDerivation (finalAttrs: {
1588 pname = "font-winitzki-cyrillic";
1589 version = "1.0.4";
1590 builder = ./builder.sh;
1591 src = fetchurl {
1592 url = "mirror://xorg/individual/font/font-winitzki-cyrillic-1.0.4.tar.xz";
1593 sha256 = "1a4pz8f7hz6nn9xirz2k1j81ykl3lwrpi1ydmzipciy15l984v9v";
1594 };
1595 hardeningDisable = [
1596 "bindnow"
1597 "relro"
1598 ];
1599 strictDeps = true;
1600 nativeBuildInputs = [
1601 pkg-config
1602 bdftopcf
1603 mkfontscale
1604 ];
1605 buildInputs = [ fontutil ];
1606 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1607 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1608 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1609 meta = {
1610 pkgConfigModules = [ ];
1611 platforms = lib.platforms.unix;
1612 };
1613 })
1614 ) { };
1615
1616 # THIS IS A GENERATED FILE. DO NOT EDIT!
1617 fontxfree86type1 = callPackage (
1618 {
1619 stdenv,
1620 pkg-config,
1621 fetchurl,
1622 fontutil,
1623 mkfontscale,
1624 testers,
1625 }:
1626 stdenv.mkDerivation (finalAttrs: {
1627 pname = "font-xfree86-type1";
1628 version = "1.0.5";
1629 builder = ./builder.sh;
1630 src = fetchurl {
1631 url = "mirror://xorg/individual/font/font-xfree86-type1-1.0.5.tar.xz";
1632 sha256 = "0ds8xbgxy9h0bqn2p38vylfzn8cqkp7n51kwmw1c18ayi9w2qg59";
1633 };
1634 hardeningDisable = [
1635 "bindnow"
1636 "relro"
1637 ];
1638 strictDeps = true;
1639 nativeBuildInputs = [
1640 pkg-config
1641 mkfontscale
1642 ];
1643 buildInputs = [ fontutil ];
1644 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ];
1645 postPatch = ''substituteInPlace configure --replace 'MAPFILES_PATH=`pkg-config' 'MAPFILES_PATH=`$PKG_CONFIG' '';
1646 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1647 meta = {
1648 pkgConfigModules = [ ];
1649 platforms = lib.platforms.unix;
1650 };
1651 })
1652 ) { };
1653
1654 # THIS IS A GENERATED FILE. DO NOT EDIT!
1655 iceauth = callPackage (
1656 {
1657 stdenv,
1658 pkg-config,
1659 fetchurl,
1660 libICE,
1661 xorgproto,
1662 testers,
1663 }:
1664 stdenv.mkDerivation (finalAttrs: {
1665 pname = "iceauth";
1666 version = "1.0.10";
1667 builder = ./builder.sh;
1668 src = fetchurl {
1669 url = "mirror://xorg/individual/app/iceauth-1.0.10.tar.xz";
1670 sha256 = "0ad0kbr5bfdk9na3jmjpg26gd6hwv4lxja2nkdwxrybal9yzpvix";
1671 };
1672 hardeningDisable = [
1673 "bindnow"
1674 "relro"
1675 ];
1676 strictDeps = true;
1677 nativeBuildInputs = [ pkg-config ];
1678 buildInputs = [
1679 libICE
1680 xorgproto
1681 ];
1682 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1683 meta = {
1684 pkgConfigModules = [ ];
1685 platforms = lib.platforms.unix;
1686 };
1687 })
1688 ) { };
1689
1690 # THIS IS A GENERATED FILE. DO NOT EDIT!
1691 ico = callPackage (
1692 {
1693 stdenv,
1694 pkg-config,
1695 fetchurl,
1696 libX11,
1697 xorgproto,
1698 testers,
1699 }:
1700 stdenv.mkDerivation (finalAttrs: {
1701 pname = "ico";
1702 version = "1.0.6";
1703 builder = ./builder.sh;
1704 src = fetchurl {
1705 url = "mirror://xorg/individual/app/ico-1.0.6.tar.xz";
1706 sha256 = "01a4kykayckxzi4jzggaz3wh9qjcr6f4iykhvq7jhlz767a6kwrq";
1707 };
1708 hardeningDisable = [
1709 "bindnow"
1710 "relro"
1711 ];
1712 strictDeps = true;
1713 nativeBuildInputs = [ pkg-config ];
1714 buildInputs = [
1715 libX11
1716 xorgproto
1717 ];
1718 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1719 meta = {
1720 pkgConfigModules = [ ];
1721 platforms = lib.platforms.unix;
1722 };
1723 })
1724 ) { };
1725
1726 # THIS IS A GENERATED FILE. DO NOT EDIT!
1727 libAppleWM = callPackage (
1728 {
1729 stdenv,
1730 pkg-config,
1731 fetchurl,
1732 xorgproto,
1733 libX11,
1734 libXext,
1735 testers,
1736 }:
1737 stdenv.mkDerivation (finalAttrs: {
1738 pname = "libAppleWM";
1739 version = "be972ebc3a97292e7d2b2350eff55ae12df99a42";
1740 builder = ./builder.sh;
1741 src = fetchurl {
1742 url = "https://gitlab.freedesktop.org/xorg/lib/libAppleWM/-/archive/be972ebc3a97292e7d2b2350eff55ae12df99a42/libAppleWM-be972ebc3a97292e7d2b2350eff55ae12df99a42.tar.bz2";
1743 sha256 = "1hrq03pahmrbb05r6a7j7m1nxl65wlfi6d2lwm1kvra63q91f9ph";
1744 };
1745 hardeningDisable = [
1746 "bindnow"
1747 "relro"
1748 ];
1749 strictDeps = true;
1750 nativeBuildInputs = [ pkg-config ];
1751 buildInputs = [
1752 xorgproto
1753 libX11
1754 libXext
1755 ];
1756 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1757 meta = {
1758 pkgConfigModules = [ "applewm" ];
1759 platforms = lib.platforms.unix;
1760 };
1761 })
1762 ) { };
1763
1764 # THIS IS A GENERATED FILE. DO NOT EDIT!
1765 libFS = callPackage (
1766 {
1767 stdenv,
1768 pkg-config,
1769 fetchurl,
1770 xorgproto,
1771 xtrans,
1772 testers,
1773 }:
1774 stdenv.mkDerivation (finalAttrs: {
1775 pname = "libFS";
1776 version = "1.0.10";
1777 builder = ./builder.sh;
1778 src = fetchurl {
1779 url = "mirror://xorg/individual/lib/libFS-1.0.10.tar.xz";
1780 sha256 = "0xrv9x5v6km7ib3d5k9xr704xkhfvigh8i507mb9i706hqybvawv";
1781 };
1782 hardeningDisable = [
1783 "bindnow"
1784 "relro"
1785 ];
1786 strictDeps = true;
1787 nativeBuildInputs = [ pkg-config ];
1788 buildInputs = [
1789 xorgproto
1790 xtrans
1791 ];
1792 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1793 meta = {
1794 pkgConfigModules = [ "libfs" ];
1795 platforms = lib.platforms.unix;
1796 };
1797 })
1798 ) { };
1799
1800 # THIS IS A GENERATED FILE. DO NOT EDIT!
1801 libICE = callPackage (
1802 {
1803 stdenv,
1804 pkg-config,
1805 fetchurl,
1806 xorgproto,
1807 xtrans,
1808 testers,
1809 }:
1810 stdenv.mkDerivation (finalAttrs: {
1811 pname = "libICE";
1812 version = "1.1.2";
1813 builder = ./builder.sh;
1814 src = fetchurl {
1815 url = "mirror://xorg/individual/lib/libICE-1.1.2.tar.xz";
1816 sha256 = "09c656nqkz3dpik012d2cwmd5a2dkxqgjpcq2v3v6pi22ka4wklp";
1817 };
1818 hardeningDisable = [
1819 "bindnow"
1820 "relro"
1821 ];
1822 strictDeps = true;
1823 nativeBuildInputs = [ pkg-config ];
1824 buildInputs = [
1825 xorgproto
1826 xtrans
1827 ];
1828 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1829 meta = {
1830 pkgConfigModules = [ "ice" ];
1831 platforms = lib.platforms.unix;
1832 };
1833 })
1834 ) { };
1835
1836 # THIS IS A GENERATED FILE. DO NOT EDIT!
1837 libSM = callPackage (
1838 {
1839 stdenv,
1840 pkg-config,
1841 fetchurl,
1842 libICE,
1843 libuuid,
1844 xorgproto,
1845 testers,
1846 }:
1847 stdenv.mkDerivation (finalAttrs: {
1848 pname = "libSM";
1849 version = "1.2.6";
1850 builder = ./builder.sh;
1851 src = fetchurl {
1852 url = "mirror://xorg/individual/lib/libSM-1.2.6.tar.xz";
1853 sha256 = "1gimv11iwzd9gqg345dd8x09szw75v4c2wr5qsdd5gswn6yhlz5y";
1854 };
1855 hardeningDisable = [
1856 "bindnow"
1857 "relro"
1858 ];
1859 strictDeps = true;
1860 nativeBuildInputs = [ pkg-config ];
1861 buildInputs = [
1862 libICE
1863 libuuid
1864 xorgproto
1865 ];
1866 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1867 meta = {
1868 pkgConfigModules = [ "sm" ];
1869 platforms = lib.platforms.unix;
1870 };
1871 })
1872 ) { };
1873
1874 # THIS IS A GENERATED FILE. DO NOT EDIT!
1875 libWindowsWM = callPackage (
1876 {
1877 stdenv,
1878 pkg-config,
1879 fetchurl,
1880 xorgproto,
1881 libX11,
1882 libXext,
1883 testers,
1884 }:
1885 stdenv.mkDerivation (finalAttrs: {
1886 pname = "libWindowsWM";
1887 version = "1.0.1";
1888 builder = ./builder.sh;
1889 src = fetchurl {
1890 url = "mirror://xorg/individual/lib/libWindowsWM-1.0.1.tar.bz2";
1891 sha256 = "1p0flwb67xawyv6yhri9w17m1i4lji5qnd0gq8v1vsfb8zw7rw15";
1892 };
1893 hardeningDisable = [
1894 "bindnow"
1895 "relro"
1896 ];
1897 strictDeps = true;
1898 nativeBuildInputs = [ pkg-config ];
1899 buildInputs = [
1900 xorgproto
1901 libX11
1902 libXext
1903 ];
1904 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1905 meta = {
1906 pkgConfigModules = [ "windowswm" ];
1907 platforms = lib.platforms.unix;
1908 };
1909 })
1910 ) { };
1911
1912 # THIS IS A GENERATED FILE. DO NOT EDIT!
1913 libX11 = callPackage (
1914 {
1915 stdenv,
1916 pkg-config,
1917 fetchurl,
1918 xorgproto,
1919 libpthreadstubs,
1920 libxcb,
1921 xtrans,
1922 testers,
1923 }:
1924 stdenv.mkDerivation (finalAttrs: {
1925 pname = "libX11";
1926 version = "1.8.12";
1927 builder = ./builder.sh;
1928 src = fetchurl {
1929 url = "mirror://xorg/individual/lib/libX11-1.8.12.tar.xz";
1930 sha256 = "16lspc3bw2pg3jal7zyq6mxmxmmaax0fz6lgh1n4skqjn2dny0ps";
1931 };
1932 hardeningDisable = [
1933 "bindnow"
1934 "relro"
1935 ];
1936 strictDeps = true;
1937 nativeBuildInputs = [ pkg-config ];
1938 buildInputs = [
1939 xorgproto
1940 libpthreadstubs
1941 libxcb
1942 xtrans
1943 ];
1944 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1945 meta = {
1946 pkgConfigModules = [
1947 "x11"
1948 "x11-xcb"
1949 ];
1950 platforms = lib.platforms.unix;
1951 };
1952 })
1953 ) { };
1954
1955 # THIS IS A GENERATED FILE. DO NOT EDIT!
1956 libXScrnSaver = callPackage (
1957 {
1958 stdenv,
1959 pkg-config,
1960 fetchurl,
1961 xorgproto,
1962 libX11,
1963 libXext,
1964 testers,
1965 }:
1966 stdenv.mkDerivation (finalAttrs: {
1967 pname = "libXScrnSaver";
1968 version = "1.2.4";
1969 builder = ./builder.sh;
1970 src = fetchurl {
1971 url = "mirror://xorg/individual/lib/libXScrnSaver-1.2.4.tar.xz";
1972 sha256 = "1zi0r6mqa1g0hhsp02cdsjcxmsbipiv0v65c1h4pl84fydcjikbm";
1973 };
1974 hardeningDisable = [
1975 "bindnow"
1976 "relro"
1977 ];
1978 strictDeps = true;
1979 nativeBuildInputs = [ pkg-config ];
1980 buildInputs = [
1981 xorgproto
1982 libX11
1983 libXext
1984 ];
1985 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
1986 meta = {
1987 pkgConfigModules = [ "xscrnsaver" ];
1988 platforms = lib.platforms.unix;
1989 };
1990 })
1991 ) { };
1992
1993 # THIS IS A GENERATED FILE. DO NOT EDIT!
1994 libXTrap = callPackage (
1995 {
1996 stdenv,
1997 pkg-config,
1998 fetchurl,
1999 xorgproto,
2000 libX11,
2001 libXext,
2002 libXt,
2003 testers,
2004 }:
2005 stdenv.mkDerivation (finalAttrs: {
2006 pname = "libXTrap";
2007 version = "1.0.1";
2008 builder = ./builder.sh;
2009 src = fetchurl {
2010 url = "mirror://xorg/individual/lib/libXTrap-1.0.1.tar.bz2";
2011 sha256 = "0bi5wxj6avim61yidh9fd3j4n8czxias5m8vss9vhxjnk1aksdwg";
2012 };
2013 hardeningDisable = [
2014 "bindnow"
2015 "relro"
2016 ];
2017 strictDeps = true;
2018 nativeBuildInputs = [ pkg-config ];
2019 buildInputs = [
2020 xorgproto
2021 libX11
2022 libXext
2023 libXt
2024 ];
2025 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2026 meta = {
2027 pkgConfigModules = [ "xtrap" ];
2028 platforms = lib.platforms.unix;
2029 };
2030 })
2031 ) { };
2032
2033 # THIS IS A GENERATED FILE. DO NOT EDIT!
2034 libXau = callPackage (
2035 {
2036 stdenv,
2037 pkg-config,
2038 fetchurl,
2039 xorgproto,
2040 testers,
2041 }:
2042 stdenv.mkDerivation (finalAttrs: {
2043 pname = "libXau";
2044 version = "1.0.12";
2045 builder = ./builder.sh;
2046 src = fetchurl {
2047 url = "mirror://xorg/individual/lib/libXau-1.0.12.tar.xz";
2048 sha256 = "1yy0gx3psxyjcj284xhh44labav7b5zs7gcrks9xi6nklggy9l3l";
2049 };
2050 hardeningDisable = [
2051 "bindnow"
2052 "relro"
2053 ];
2054 strictDeps = true;
2055 nativeBuildInputs = [ pkg-config ];
2056 buildInputs = [ xorgproto ];
2057 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2058 meta = {
2059 pkgConfigModules = [ "xau" ];
2060 platforms = lib.platforms.unix;
2061 };
2062 })
2063 ) { };
2064
2065 # THIS IS A GENERATED FILE. DO NOT EDIT!
2066 libXaw = callPackage (
2067 {
2068 stdenv,
2069 pkg-config,
2070 fetchurl,
2071 libX11,
2072 libXext,
2073 xorgproto,
2074 libXmu,
2075 libXpm,
2076 libXt,
2077 testers,
2078 }:
2079 stdenv.mkDerivation (finalAttrs: {
2080 pname = "libXaw";
2081 version = "1.0.16";
2082 builder = ./builder.sh;
2083 src = fetchurl {
2084 url = "mirror://xorg/individual/lib/libXaw-1.0.16.tar.xz";
2085 sha256 = "13wwqfwaahm6dh35w0nkvw32x3li2s0glsks34ggh267ahmmf7bk";
2086 };
2087 hardeningDisable = [
2088 "bindnow"
2089 "relro"
2090 ];
2091 strictDeps = true;
2092 nativeBuildInputs = [ pkg-config ];
2093 buildInputs = [
2094 libX11
2095 libXext
2096 xorgproto
2097 libXmu
2098 libXpm
2099 libXt
2100 ];
2101 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2102 meta = {
2103 pkgConfigModules = [
2104 "xaw6"
2105 "xaw7"
2106 ];
2107 platforms = lib.platforms.unix;
2108 };
2109 })
2110 ) { };
2111
2112 # THIS IS A GENERATED FILE. DO NOT EDIT!
2113 libXcomposite = callPackage (
2114 {
2115 stdenv,
2116 pkg-config,
2117 fetchurl,
2118 xorgproto,
2119 libX11,
2120 libXfixes,
2121 testers,
2122 }:
2123 stdenv.mkDerivation (finalAttrs: {
2124 pname = "libXcomposite";
2125 version = "0.4.6";
2126 builder = ./builder.sh;
2127 src = fetchurl {
2128 url = "mirror://xorg/individual/lib/libXcomposite-0.4.6.tar.xz";
2129 sha256 = "11rcvk380l5540gfqy9p8mbzw3l1p5g8l214p870f28smvqbqh7y";
2130 };
2131 hardeningDisable = [
2132 "bindnow"
2133 "relro"
2134 ];
2135 strictDeps = true;
2136 nativeBuildInputs = [ pkg-config ];
2137 buildInputs = [
2138 xorgproto
2139 libX11
2140 libXfixes
2141 ];
2142 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2143 meta = {
2144 pkgConfigModules = [ "xcomposite" ];
2145 platforms = lib.platforms.unix;
2146 };
2147 })
2148 ) { };
2149
2150 # THIS IS A GENERATED FILE. DO NOT EDIT!
2151 libXcursor = callPackage (
2152 {
2153 stdenv,
2154 pkg-config,
2155 fetchurl,
2156 xorgproto,
2157 libX11,
2158 libXfixes,
2159 libXrender,
2160 testers,
2161 }:
2162 stdenv.mkDerivation (finalAttrs: {
2163 pname = "libXcursor";
2164 version = "1.2.3";
2165 builder = ./builder.sh;
2166 src = fetchurl {
2167 url = "mirror://xorg/individual/lib/libXcursor-1.2.3.tar.xz";
2168 sha256 = "1h62narayrhrkqalrmx7z3s6yppw1acbp5id3skrvrygshnl1sgx";
2169 };
2170 hardeningDisable = [
2171 "bindnow"
2172 "relro"
2173 ];
2174 strictDeps = true;
2175 nativeBuildInputs = [ pkg-config ];
2176 buildInputs = [
2177 xorgproto
2178 libX11
2179 libXfixes
2180 libXrender
2181 ];
2182 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2183 meta = {
2184 pkgConfigModules = [ "xcursor" ];
2185 platforms = lib.platforms.unix;
2186 };
2187 })
2188 ) { };
2189
2190 # THIS IS A GENERATED FILE. DO NOT EDIT!
2191 libXdamage = callPackage (
2192 {
2193 stdenv,
2194 pkg-config,
2195 fetchurl,
2196 xorgproto,
2197 libX11,
2198 libXfixes,
2199 testers,
2200 }:
2201 stdenv.mkDerivation (finalAttrs: {
2202 pname = "libXdamage";
2203 version = "1.1.6";
2204 builder = ./builder.sh;
2205 src = fetchurl {
2206 url = "mirror://xorg/individual/lib/libXdamage-1.1.6.tar.xz";
2207 sha256 = "04axzdx75w0wcb4na7lfpa0ai0fddw60dmg7cigs7z32a8gkqwsj";
2208 };
2209 hardeningDisable = [
2210 "bindnow"
2211 "relro"
2212 ];
2213 strictDeps = true;
2214 nativeBuildInputs = [ pkg-config ];
2215 buildInputs = [
2216 xorgproto
2217 libX11
2218 libXfixes
2219 ];
2220 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2221 meta = {
2222 pkgConfigModules = [ "xdamage" ];
2223 platforms = lib.platforms.unix;
2224 };
2225 })
2226 ) { };
2227
2228 # THIS IS A GENERATED FILE. DO NOT EDIT!
2229 libXdmcp = callPackage (
2230 {
2231 stdenv,
2232 pkg-config,
2233 fetchurl,
2234 xorgproto,
2235 testers,
2236 }:
2237 stdenv.mkDerivation (finalAttrs: {
2238 pname = "libXdmcp";
2239 version = "1.1.5";
2240 builder = ./builder.sh;
2241 src = fetchurl {
2242 url = "mirror://xorg/individual/lib/libXdmcp-1.1.5.tar.xz";
2243 sha256 = "1312l8x3asib77wgf123w3nbabnky61mb6pnmmqapbf350l259fq";
2244 };
2245 hardeningDisable = [
2246 "bindnow"
2247 "relro"
2248 ];
2249 strictDeps = true;
2250 nativeBuildInputs = [ pkg-config ];
2251 buildInputs = [ xorgproto ];
2252 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2253 meta = {
2254 pkgConfigModules = [ "xdmcp" ];
2255 platforms = lib.platforms.unix;
2256 };
2257 })
2258 ) { };
2259
2260 # THIS IS A GENERATED FILE. DO NOT EDIT!
2261 libXext = callPackage (
2262 {
2263 stdenv,
2264 pkg-config,
2265 fetchurl,
2266 libX11,
2267 xorgproto,
2268 testers,
2269 }:
2270 stdenv.mkDerivation (finalAttrs: {
2271 pname = "libXext";
2272 version = "1.3.6";
2273 builder = ./builder.sh;
2274 src = fetchurl {
2275 url = "mirror://xorg/individual/lib/libXext-1.3.6.tar.xz";
2276 sha256 = "0lwpx0b7lid47pff6dagp5h63bi0b3gsy05lqpyhbr4l76i9zdgd";
2277 };
2278 hardeningDisable = [
2279 "bindnow"
2280 "relro"
2281 ];
2282 strictDeps = true;
2283 nativeBuildInputs = [ pkg-config ];
2284 buildInputs = [
2285 libX11
2286 xorgproto
2287 ];
2288 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2289 meta = {
2290 pkgConfigModules = [ "xext" ];
2291 platforms = lib.platforms.unix;
2292 };
2293 })
2294 ) { };
2295
2296 # THIS IS A GENERATED FILE. DO NOT EDIT!
2297 libXfixes = callPackage (
2298 {
2299 stdenv,
2300 pkg-config,
2301 fetchurl,
2302 xorgproto,
2303 libX11,
2304 testers,
2305 }:
2306 stdenv.mkDerivation (finalAttrs: {
2307 pname = "libXfixes";
2308 version = "6.0.1";
2309 builder = ./builder.sh;
2310 src = fetchurl {
2311 url = "mirror://xorg/individual/lib/libXfixes-6.0.1.tar.xz";
2312 sha256 = "0n1dq2mi60i0c06i7j6lq64cq335ir2l89yj0amj3529s8ygk5dn";
2313 };
2314 hardeningDisable = [
2315 "bindnow"
2316 "relro"
2317 ];
2318 strictDeps = true;
2319 nativeBuildInputs = [ pkg-config ];
2320 buildInputs = [
2321 xorgproto
2322 libX11
2323 ];
2324 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2325 meta = {
2326 pkgConfigModules = [ "xfixes" ];
2327 platforms = lib.platforms.unix;
2328 };
2329 })
2330 ) { };
2331
2332 # THIS IS A GENERATED FILE. DO NOT EDIT!
2333 libXfont = callPackage (
2334 {
2335 stdenv,
2336 pkg-config,
2337 fetchurl,
2338 libfontenc,
2339 xorgproto,
2340 freetype,
2341 xtrans,
2342 zlib,
2343 testers,
2344 }:
2345 stdenv.mkDerivation (finalAttrs: {
2346 pname = "libXfont";
2347 version = "1.5.4";
2348 builder = ./builder.sh;
2349 src = fetchurl {
2350 url = "mirror://xorg/individual/lib/libXfont-1.5.4.tar.bz2";
2351 sha256 = "0hiji1bvpl78aj3a3141hkk353aich71wv8l5l2z51scfy878zqs";
2352 };
2353 hardeningDisable = [
2354 "bindnow"
2355 "relro"
2356 ];
2357 strictDeps = true;
2358 nativeBuildInputs = [ pkg-config ];
2359 buildInputs = [
2360 libfontenc
2361 xorgproto
2362 freetype
2363 xtrans
2364 zlib
2365 ];
2366 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2367 meta = {
2368 pkgConfigModules = [ "xfont" ];
2369 platforms = lib.platforms.unix;
2370 };
2371 })
2372 ) { };
2373
2374 # THIS IS A GENERATED FILE. DO NOT EDIT!
2375 libXfont2 = callPackage (
2376 {
2377 stdenv,
2378 pkg-config,
2379 fetchurl,
2380 libfontenc,
2381 xorgproto,
2382 freetype,
2383 xtrans,
2384 zlib,
2385 testers,
2386 }:
2387 stdenv.mkDerivation (finalAttrs: {
2388 pname = "libXfont2";
2389 version = "2.0.7";
2390 builder = ./builder.sh;
2391 src = fetchurl {
2392 url = "mirror://xorg/individual/lib/libXfont2-2.0.7.tar.xz";
2393 sha256 = "1ywfwpirvi7fmd3my3cb6szzd9c4p7xy7s1kjjv6k1x4xgyq4ywb";
2394 };
2395 hardeningDisable = [
2396 "bindnow"
2397 "relro"
2398 ];
2399 strictDeps = true;
2400 nativeBuildInputs = [ pkg-config ];
2401 buildInputs = [
2402 libfontenc
2403 xorgproto
2404 freetype
2405 xtrans
2406 zlib
2407 ];
2408 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2409 meta = {
2410 pkgConfigModules = [ "xfont2" ];
2411 platforms = lib.platforms.unix;
2412 };
2413 })
2414 ) { };
2415
2416 # THIS IS A GENERATED FILE. DO NOT EDIT!
2417 libXft = callPackage (
2418 {
2419 stdenv,
2420 pkg-config,
2421 fetchurl,
2422 fontconfig,
2423 freetype,
2424 libX11,
2425 xorgproto,
2426 libXrender,
2427 testers,
2428 }:
2429 stdenv.mkDerivation (finalAttrs: {
2430 pname = "libXft";
2431 version = "2.3.9";
2432 builder = ./builder.sh;
2433 src = fetchurl {
2434 url = "mirror://xorg/individual/lib/libXft-2.3.9.tar.xz";
2435 sha256 = "1xbn77zqjzx2zdzqcsbf8pvivlqplnciifxk6lk97mjyjiw5p8k0";
2436 };
2437 hardeningDisable = [
2438 "bindnow"
2439 "relro"
2440 ];
2441 strictDeps = true;
2442 nativeBuildInputs = [ pkg-config ];
2443 buildInputs = [
2444 fontconfig
2445 freetype
2446 libX11
2447 xorgproto
2448 libXrender
2449 ];
2450 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2451 meta = {
2452 pkgConfigModules = [ "xft" ];
2453 platforms = lib.platforms.unix;
2454 };
2455 })
2456 ) { };
2457
2458 # THIS IS A GENERATED FILE. DO NOT EDIT!
2459 libXi = callPackage (
2460 {
2461 stdenv,
2462 pkg-config,
2463 fetchurl,
2464 xorgproto,
2465 libX11,
2466 libXext,
2467 libXfixes,
2468 testers,
2469 }:
2470 stdenv.mkDerivation (finalAttrs: {
2471 pname = "libXi";
2472 version = "1.8.2";
2473 builder = ./builder.sh;
2474 src = fetchurl {
2475 url = "mirror://xorg/individual/lib/libXi-1.8.2.tar.xz";
2476 sha256 = "0161qsac0dgvkkcihpm2062p1lk2l5mj4i7smd713qnnadg5bq6h";
2477 };
2478 hardeningDisable = [
2479 "bindnow"
2480 "relro"
2481 ];
2482 strictDeps = true;
2483 nativeBuildInputs = [ pkg-config ];
2484 buildInputs = [
2485 xorgproto
2486 libX11
2487 libXext
2488 libXfixes
2489 ];
2490 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2491 meta = {
2492 pkgConfigModules = [ "xi" ];
2493 platforms = lib.platforms.unix;
2494 };
2495 })
2496 ) { };
2497
2498 # THIS IS A GENERATED FILE. DO NOT EDIT!
2499 libXinerama = callPackage (
2500 {
2501 stdenv,
2502 pkg-config,
2503 fetchurl,
2504 libX11,
2505 libXext,
2506 xorgproto,
2507 testers,
2508 }:
2509 stdenv.mkDerivation (finalAttrs: {
2510 pname = "libXinerama";
2511 version = "1.1.5";
2512 builder = ./builder.sh;
2513 src = fetchurl {
2514 url = "mirror://xorg/individual/lib/libXinerama-1.1.5.tar.xz";
2515 sha256 = "0p08q8q1wg0sixhizl2l1i935bk6x3ckj3bdd6qqr0n1zkqd352h";
2516 };
2517 hardeningDisable = [
2518 "bindnow"
2519 "relro"
2520 ];
2521 strictDeps = true;
2522 nativeBuildInputs = [ pkg-config ];
2523 buildInputs = [
2524 libX11
2525 libXext
2526 xorgproto
2527 ];
2528 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2529 meta = {
2530 pkgConfigModules = [ "xinerama" ];
2531 platforms = lib.platforms.unix;
2532 };
2533 })
2534 ) { };
2535
2536 # THIS IS A GENERATED FILE. DO NOT EDIT!
2537 libXmu = callPackage (
2538 {
2539 stdenv,
2540 pkg-config,
2541 fetchurl,
2542 libX11,
2543 libXext,
2544 xorgproto,
2545 libXt,
2546 testers,
2547 }:
2548 stdenv.mkDerivation (finalAttrs: {
2549 pname = "libXmu";
2550 version = "1.2.1";
2551 builder = ./builder.sh;
2552 src = fetchurl {
2553 url = "mirror://xorg/individual/lib/libXmu-1.2.1.tar.xz";
2554 sha256 = "1cp82iz7yki63iykvb3alwy4nwy01k2axi5rqpyfafca4j9pgcpw";
2555 };
2556 hardeningDisable = [
2557 "bindnow"
2558 "relro"
2559 ];
2560 strictDeps = true;
2561 nativeBuildInputs = [ pkg-config ];
2562 buildInputs = [
2563 libX11
2564 libXext
2565 xorgproto
2566 libXt
2567 ];
2568 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2569 meta = {
2570 pkgConfigModules = [
2571 "xmu"
2572 "xmuu"
2573 ];
2574 platforms = lib.platforms.unix;
2575 };
2576 })
2577 ) { };
2578
2579 # THIS IS A GENERATED FILE. DO NOT EDIT!
2580 libXp = callPackage (
2581 {
2582 stdenv,
2583 pkg-config,
2584 fetchurl,
2585 xorgproto,
2586 libX11,
2587 libXau,
2588 libXext,
2589 testers,
2590 }:
2591 stdenv.mkDerivation (finalAttrs: {
2592 pname = "libXp";
2593 version = "1.0.4";
2594 builder = ./builder.sh;
2595 src = fetchurl {
2596 url = "mirror://xorg/individual/lib/libXp-1.0.4.tar.xz";
2597 sha256 = "197iklxwyd4naryc6mzv0g5qi1dy1apxk9w9k3yshd1ax2wf668z";
2598 };
2599 hardeningDisable = [
2600 "bindnow"
2601 "relro"
2602 ];
2603 strictDeps = true;
2604 nativeBuildInputs = [ pkg-config ];
2605 buildInputs = [
2606 xorgproto
2607 libX11
2608 libXau
2609 libXext
2610 ];
2611 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2612 meta = {
2613 pkgConfigModules = [ "xp" ];
2614 platforms = lib.platforms.unix;
2615 };
2616 })
2617 ) { };
2618
2619 # THIS IS A GENERATED FILE. DO NOT EDIT!
2620 libXpm = callPackage (
2621 {
2622 stdenv,
2623 pkg-config,
2624 fetchurl,
2625 libX11,
2626 libXext,
2627 xorgproto,
2628 libXt,
2629 gettext,
2630 testers,
2631 }:
2632 stdenv.mkDerivation (finalAttrs: {
2633 pname = "libXpm";
2634 version = "3.5.17";
2635 builder = ./builder.sh;
2636 src = fetchurl {
2637 url = "mirror://xorg/individual/lib/libXpm-3.5.17.tar.xz";
2638 sha256 = "0hvf49qy55gwldpwpw7ihcmn5i2iinpjh2rbha63hzcy060izcv4";
2639 };
2640 hardeningDisable = [
2641 "bindnow"
2642 "relro"
2643 ];
2644 strictDeps = true;
2645 nativeBuildInputs = [
2646 pkg-config
2647 gettext
2648 ];
2649 buildInputs = [
2650 libX11
2651 libXext
2652 xorgproto
2653 libXt
2654 ];
2655 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2656 meta = {
2657 pkgConfigModules = [ "xpm" ];
2658 platforms = lib.platforms.unix;
2659 };
2660 })
2661 ) { };
2662
2663 # THIS IS A GENERATED FILE. DO NOT EDIT!
2664 libXpresent = callPackage (
2665 {
2666 stdenv,
2667 pkg-config,
2668 fetchurl,
2669 xorgproto,
2670 libX11,
2671 libXext,
2672 libXfixes,
2673 libXrandr,
2674 testers,
2675 }:
2676 stdenv.mkDerivation (finalAttrs: {
2677 pname = "libXpresent";
2678 version = "1.0.1";
2679 builder = ./builder.sh;
2680 src = fetchurl {
2681 url = "mirror://xorg/individual/lib/libXpresent-1.0.1.tar.xz";
2682 sha256 = "06r34v7z3jb0x7l5ghlc1g82gjjp5ilq5p6j11galv86bagdyr5r";
2683 };
2684 hardeningDisable = [
2685 "bindnow"
2686 "relro"
2687 ];
2688 strictDeps = true;
2689 nativeBuildInputs = [ pkg-config ];
2690 buildInputs = [
2691 xorgproto
2692 libX11
2693 libXext
2694 libXfixes
2695 libXrandr
2696 ];
2697 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2698 meta = {
2699 pkgConfigModules = [ "xpresent" ];
2700 platforms = lib.platforms.unix;
2701 };
2702 })
2703 ) { };
2704
2705 # THIS IS A GENERATED FILE. DO NOT EDIT!
2706 libXrandr = callPackage (
2707 {
2708 stdenv,
2709 pkg-config,
2710 fetchurl,
2711 xorgproto,
2712 libX11,
2713 libXext,
2714 libXrender,
2715 testers,
2716 }:
2717 stdenv.mkDerivation (finalAttrs: {
2718 pname = "libXrandr";
2719 version = "1.5.4";
2720 builder = ./builder.sh;
2721 src = fetchurl {
2722 url = "mirror://xorg/individual/lib/libXrandr-1.5.4.tar.xz";
2723 sha256 = "1lxlqd9ffjr1myfpyk91594n1h07ck6121m6ba8qajjz6xjv1m8s";
2724 };
2725 hardeningDisable = [
2726 "bindnow"
2727 "relro"
2728 ];
2729 strictDeps = true;
2730 nativeBuildInputs = [ pkg-config ];
2731 buildInputs = [
2732 xorgproto
2733 libX11
2734 libXext
2735 libXrender
2736 ];
2737 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2738 meta = {
2739 pkgConfigModules = [ "xrandr" ];
2740 platforms = lib.platforms.unix;
2741 };
2742 })
2743 ) { };
2744
2745 # THIS IS A GENERATED FILE. DO NOT EDIT!
2746 libXrender = callPackage (
2747 {
2748 stdenv,
2749 pkg-config,
2750 fetchurl,
2751 xorgproto,
2752 libX11,
2753 testers,
2754 }:
2755 stdenv.mkDerivation (finalAttrs: {
2756 pname = "libXrender";
2757 version = "0.9.12";
2758 builder = ./builder.sh;
2759 src = fetchurl {
2760 url = "mirror://xorg/individual/lib/libXrender-0.9.12.tar.xz";
2761 sha256 = "15qv3lbxyx61x55lwmafpy8idb836is82i1213bchfcblj6i4cmq";
2762 };
2763 hardeningDisable = [
2764 "bindnow"
2765 "relro"
2766 ];
2767 strictDeps = true;
2768 nativeBuildInputs = [ pkg-config ];
2769 buildInputs = [
2770 xorgproto
2771 libX11
2772 ];
2773 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2774 meta = {
2775 pkgConfigModules = [ "xrender" ];
2776 platforms = lib.platforms.unix;
2777 };
2778 })
2779 ) { };
2780
2781 # THIS IS A GENERATED FILE. DO NOT EDIT!
2782 libXres = callPackage (
2783 {
2784 stdenv,
2785 pkg-config,
2786 fetchurl,
2787 xorgproto,
2788 libX11,
2789 libXext,
2790 testers,
2791 }:
2792 stdenv.mkDerivation (finalAttrs: {
2793 pname = "libXres";
2794 version = "1.2.2";
2795 builder = ./builder.sh;
2796 src = fetchurl {
2797 url = "mirror://xorg/individual/lib/libXres-1.2.2.tar.xz";
2798 sha256 = "0pvlzahqd8fcyq10wi7ipbxvgrg93hn0vqsymhw7b6sb93rlcx4s";
2799 };
2800 hardeningDisable = [
2801 "bindnow"
2802 "relro"
2803 ];
2804 strictDeps = true;
2805 nativeBuildInputs = [ pkg-config ];
2806 buildInputs = [
2807 xorgproto
2808 libX11
2809 libXext
2810 ];
2811 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2812 meta = {
2813 pkgConfigModules = [ "xres" ];
2814 platforms = lib.platforms.unix;
2815 };
2816 })
2817 ) { };
2818
2819 # THIS IS A GENERATED FILE. DO NOT EDIT!
2820 libXt = callPackage (
2821 {
2822 stdenv,
2823 pkg-config,
2824 fetchurl,
2825 libICE,
2826 xorgproto,
2827 libSM,
2828 libX11,
2829 testers,
2830 }:
2831 stdenv.mkDerivation (finalAttrs: {
2832 pname = "libXt";
2833 version = "1.3.1";
2834 builder = ./builder.sh;
2835 src = fetchurl {
2836 url = "mirror://xorg/individual/lib/libXt-1.3.1.tar.xz";
2837 sha256 = "120jjd6l7fjdxy5myrc1dmc0cwpqa18a97hrbg0d9x146frp99z0";
2838 };
2839 hardeningDisable = [
2840 "bindnow"
2841 "relro"
2842 ];
2843 strictDeps = true;
2844 nativeBuildInputs = [ pkg-config ];
2845 buildInputs = [
2846 libICE
2847 xorgproto
2848 libSM
2849 libX11
2850 ];
2851 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2852 meta = {
2853 pkgConfigModules = [ "xt" ];
2854 platforms = lib.platforms.unix;
2855 };
2856 })
2857 ) { };
2858
2859 # THIS IS A GENERATED FILE. DO NOT EDIT!
2860 libXtst = callPackage (
2861 {
2862 stdenv,
2863 pkg-config,
2864 fetchurl,
2865 xorgproto,
2866 libX11,
2867 libXext,
2868 libXi,
2869 testers,
2870 }:
2871 stdenv.mkDerivation (finalAttrs: {
2872 pname = "libXtst";
2873 version = "1.2.5";
2874 builder = ./builder.sh;
2875 src = fetchurl {
2876 url = "mirror://xorg/individual/lib/libXtst-1.2.5.tar.xz";
2877 sha256 = "0hljblisw72fk60y7zf9214ydn7lk32kj43cf12af2bhp4jlq3dm";
2878 };
2879 hardeningDisable = [
2880 "bindnow"
2881 "relro"
2882 ];
2883 strictDeps = true;
2884 nativeBuildInputs = [ pkg-config ];
2885 buildInputs = [
2886 xorgproto
2887 libX11
2888 libXext
2889 libXi
2890 ];
2891 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2892 meta = {
2893 pkgConfigModules = [ "xtst" ];
2894 platforms = lib.platforms.unix;
2895 };
2896 })
2897 ) { };
2898
2899 # THIS IS A GENERATED FILE. DO NOT EDIT!
2900 libXv = callPackage (
2901 {
2902 stdenv,
2903 pkg-config,
2904 fetchurl,
2905 xorgproto,
2906 libX11,
2907 libXext,
2908 testers,
2909 }:
2910 stdenv.mkDerivation (finalAttrs: {
2911 pname = "libXv";
2912 version = "1.0.13";
2913 builder = ./builder.sh;
2914 src = fetchurl {
2915 url = "mirror://xorg/individual/lib/libXv-1.0.13.tar.xz";
2916 sha256 = "0m9pl0xh0bv9y1x46d8a52bj46fsnyhzwa6qjg8zihg1b04r2d3x";
2917 };
2918 hardeningDisable = [
2919 "bindnow"
2920 "relro"
2921 ];
2922 strictDeps = true;
2923 nativeBuildInputs = [ pkg-config ];
2924 buildInputs = [
2925 xorgproto
2926 libX11
2927 libXext
2928 ];
2929 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2930 meta = {
2931 pkgConfigModules = [ "xv" ];
2932 platforms = lib.platforms.unix;
2933 };
2934 })
2935 ) { };
2936
2937 # THIS IS A GENERATED FILE. DO NOT EDIT!
2938 libXvMC = callPackage (
2939 {
2940 stdenv,
2941 pkg-config,
2942 fetchurl,
2943 xorgproto,
2944 libX11,
2945 libXext,
2946 libXv,
2947 testers,
2948 }:
2949 stdenv.mkDerivation (finalAttrs: {
2950 pname = "libXvMC";
2951 version = "1.0.14";
2952 builder = ./builder.sh;
2953 src = fetchurl {
2954 url = "mirror://xorg/individual/lib/libXvMC-1.0.14.tar.xz";
2955 sha256 = "1nayf8qck0b1xb88dirdbvj7clr18wq1dxs73zwbpzdsnsv9xgp4";
2956 };
2957 hardeningDisable = [
2958 "bindnow"
2959 "relro"
2960 ];
2961 strictDeps = true;
2962 nativeBuildInputs = [ pkg-config ];
2963 buildInputs = [
2964 xorgproto
2965 libX11
2966 libXext
2967 libXv
2968 ];
2969 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
2970 meta = {
2971 pkgConfigModules = [
2972 "xvmc"
2973 "xvmc-wrapper"
2974 ];
2975 platforms = lib.platforms.unix;
2976 };
2977 })
2978 ) { };
2979
2980 # THIS IS A GENERATED FILE. DO NOT EDIT!
2981 libXxf86dga = callPackage (
2982 {
2983 stdenv,
2984 pkg-config,
2985 fetchurl,
2986 libX11,
2987 libXext,
2988 xorgproto,
2989 testers,
2990 }:
2991 stdenv.mkDerivation (finalAttrs: {
2992 pname = "libXxf86dga";
2993 version = "1.1.6";
2994 builder = ./builder.sh;
2995 src = fetchurl {
2996 url = "mirror://xorg/individual/lib/libXxf86dga-1.1.6.tar.xz";
2997 sha256 = "03wqsxbgyrdbrhw8fk3fxc9nk8jnwz5537ym2yif73w0g5sl4i5y";
2998 };
2999 hardeningDisable = [
3000 "bindnow"
3001 "relro"
3002 ];
3003 strictDeps = true;
3004 nativeBuildInputs = [ pkg-config ];
3005 buildInputs = [
3006 libX11
3007 libXext
3008 xorgproto
3009 ];
3010 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3011 meta = {
3012 pkgConfigModules = [ "xxf86dga" ];
3013 platforms = lib.platforms.unix;
3014 };
3015 })
3016 ) { };
3017
3018 # THIS IS A GENERATED FILE. DO NOT EDIT!
3019 libXxf86misc = callPackage (
3020 {
3021 stdenv,
3022 pkg-config,
3023 fetchurl,
3024 libX11,
3025 libXext,
3026 xorgproto,
3027 testers,
3028 }:
3029 stdenv.mkDerivation (finalAttrs: {
3030 pname = "libXxf86misc";
3031 version = "1.0.4";
3032 builder = ./builder.sh;
3033 src = fetchurl {
3034 url = "mirror://xorg/individual/lib/libXxf86misc-1.0.4.tar.bz2";
3035 sha256 = "107k593sx27vjz3v7gbb223add9i7w0bjc90gbb3jqpin3i07758";
3036 };
3037 hardeningDisable = [
3038 "bindnow"
3039 "relro"
3040 ];
3041 strictDeps = true;
3042 nativeBuildInputs = [ pkg-config ];
3043 buildInputs = [
3044 libX11
3045 libXext
3046 xorgproto
3047 ];
3048 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3049 meta = {
3050 pkgConfigModules = [ "xxf86misc" ];
3051 platforms = lib.platforms.unix;
3052 };
3053 })
3054 ) { };
3055
3056 # THIS IS A GENERATED FILE. DO NOT EDIT!
3057 libXxf86vm = callPackage (
3058 {
3059 stdenv,
3060 pkg-config,
3061 fetchurl,
3062 libX11,
3063 libXext,
3064 xorgproto,
3065 testers,
3066 }:
3067 stdenv.mkDerivation (finalAttrs: {
3068 pname = "libXxf86vm";
3069 version = "1.1.6";
3070 builder = ./builder.sh;
3071 src = fetchurl {
3072 url = "mirror://xorg/individual/lib/libXxf86vm-1.1.6.tar.xz";
3073 sha256 = "1qryzfzf3qr2xx1sipdn8kw310zs4ygpzgh4mm4m87fffd643bwn";
3074 };
3075 hardeningDisable = [
3076 "bindnow"
3077 "relro"
3078 ];
3079 strictDeps = true;
3080 nativeBuildInputs = [ pkg-config ];
3081 buildInputs = [
3082 libX11
3083 libXext
3084 xorgproto
3085 ];
3086 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3087 meta = {
3088 pkgConfigModules = [ "xxf86vm" ];
3089 platforms = lib.platforms.unix;
3090 };
3091 })
3092 ) { };
3093
3094 # THIS IS A GENERATED FILE. DO NOT EDIT!
3095 libdmx = callPackage (
3096 {
3097 stdenv,
3098 pkg-config,
3099 fetchurl,
3100 xorgproto,
3101 libX11,
3102 libXext,
3103 testers,
3104 }:
3105 stdenv.mkDerivation (finalAttrs: {
3106 pname = "libdmx";
3107 version = "1.1.5";
3108 builder = ./builder.sh;
3109 src = fetchurl {
3110 url = "mirror://xorg/individual/lib/libdmx-1.1.5.tar.xz";
3111 sha256 = "0kzprd1ak3m3042m5hra50nsagswciis9p21ckilyaqbidmf591m";
3112 };
3113 hardeningDisable = [
3114 "bindnow"
3115 "relro"
3116 ];
3117 strictDeps = true;
3118 nativeBuildInputs = [ pkg-config ];
3119 buildInputs = [
3120 xorgproto
3121 libX11
3122 libXext
3123 ];
3124 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3125 meta = {
3126 pkgConfigModules = [ "dmx" ];
3127 platforms = lib.platforms.unix;
3128 };
3129 })
3130 ) { };
3131
3132 # THIS IS A GENERATED FILE. DO NOT EDIT!
3133 libfontenc = callPackage (
3134 {
3135 stdenv,
3136 pkg-config,
3137 fetchurl,
3138 xorgproto,
3139 zlib,
3140 testers,
3141 }:
3142 stdenv.mkDerivation (finalAttrs: {
3143 pname = "libfontenc";
3144 version = "1.1.8";
3145 builder = ./builder.sh;
3146 src = fetchurl {
3147 url = "mirror://xorg/individual/lib/libfontenc-1.1.8.tar.xz";
3148 sha256 = "1ihlznj4m49jn1887cr86qqhrrlghvbfj7bbh230svi30pac60kv";
3149 };
3150 hardeningDisable = [
3151 "bindnow"
3152 "relro"
3153 ];
3154 strictDeps = true;
3155 nativeBuildInputs = [ pkg-config ];
3156 buildInputs = [
3157 xorgproto
3158 zlib
3159 ];
3160 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3161 meta = {
3162 pkgConfigModules = [ "fontenc" ];
3163 platforms = lib.platforms.unix;
3164 };
3165 })
3166 ) { };
3167
3168 # THIS IS A GENERATED FILE. DO NOT EDIT!
3169 libxcb = callPackage (
3170 {
3171 stdenv,
3172 pkg-config,
3173 fetchurl,
3174 libxslt,
3175 libpthreadstubs,
3176 libXau,
3177 xcbproto,
3178 libXdmcp,
3179 python3,
3180 testers,
3181 }:
3182 stdenv.mkDerivation (finalAttrs: {
3183 pname = "libxcb";
3184 version = "1.17.0";
3185 builder = ./builder.sh;
3186 src = fetchurl {
3187 url = "mirror://xorg/individual/lib/libxcb-1.17.0.tar.xz";
3188 sha256 = "0mbdkajqhg0j0zjc9a2z1qyv9mca797ihvifc9qyl3vijscvz7jr";
3189 };
3190 hardeningDisable = [
3191 "bindnow"
3192 "relro"
3193 ];
3194 strictDeps = true;
3195 nativeBuildInputs = [
3196 pkg-config
3197 python3
3198 ];
3199 buildInputs = [
3200 libxslt
3201 libpthreadstubs
3202 libXau
3203 xcbproto
3204 libXdmcp
3205 ];
3206 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3207 meta = {
3208 pkgConfigModules = [
3209 "xcb"
3210 "xcb-composite"
3211 "xcb-damage"
3212 "xcb-dbe"
3213 "xcb-dpms"
3214 "xcb-dri2"
3215 "xcb-dri3"
3216 "xcb-ge"
3217 "xcb-glx"
3218 "xcb-present"
3219 "xcb-randr"
3220 "xcb-record"
3221 "xcb-render"
3222 "xcb-res"
3223 "xcb-screensaver"
3224 "xcb-shape"
3225 "xcb-shm"
3226 "xcb-sync"
3227 "xcb-xevie"
3228 "xcb-xf86dri"
3229 "xcb-xfixes"
3230 "xcb-xinerama"
3231 "xcb-xinput"
3232 "xcb-xkb"
3233 "xcb-xprint"
3234 "xcb-xselinux"
3235 "xcb-xtest"
3236 "xcb-xv"
3237 "xcb-xvmc"
3238 ];
3239 platforms = lib.platforms.unix;
3240 };
3241 })
3242 ) { };
3243
3244 # THIS IS A GENERATED FILE. DO NOT EDIT!
3245 libxkbfile = callPackage (
3246 {
3247 stdenv,
3248 pkg-config,
3249 fetchurl,
3250 xorgproto,
3251 libX11,
3252 testers,
3253 }:
3254 stdenv.mkDerivation (finalAttrs: {
3255 pname = "libxkbfile";
3256 version = "1.1.3";
3257 builder = ./builder.sh;
3258 src = fetchurl {
3259 url = "mirror://xorg/individual/lib/libxkbfile-1.1.3.tar.xz";
3260 sha256 = "1v2bhw1q1cj3wjfs0igq393iz10whcavbyxlm3k9xfvsk7m3xdm9";
3261 };
3262 hardeningDisable = [
3263 "bindnow"
3264 "relro"
3265 ];
3266 strictDeps = true;
3267 nativeBuildInputs = [ pkg-config ];
3268 buildInputs = [
3269 xorgproto
3270 libX11
3271 ];
3272 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3273 meta = {
3274 pkgConfigModules = [ "xkbfile" ];
3275 platforms = lib.platforms.unix;
3276 };
3277 })
3278 ) { };
3279
3280 # THIS IS A GENERATED FILE. DO NOT EDIT!
3281 libxshmfence = callPackage (
3282 {
3283 stdenv,
3284 pkg-config,
3285 fetchurl,
3286 xorgproto,
3287 testers,
3288 }:
3289 stdenv.mkDerivation (finalAttrs: {
3290 pname = "libxshmfence";
3291 version = "1.3.3";
3292 builder = ./builder.sh;
3293 src = fetchurl {
3294 url = "mirror://xorg/individual/lib/libxshmfence-1.3.3.tar.xz";
3295 sha256 = "046y7zn8agp8kdr1lg11yyvpx90i9sjf77h25jhgx5msd84xz96l";
3296 };
3297 hardeningDisable = [
3298 "bindnow"
3299 "relro"
3300 ];
3301 strictDeps = true;
3302 nativeBuildInputs = [ pkg-config ];
3303 buildInputs = [ xorgproto ];
3304 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3305 meta = {
3306 pkgConfigModules = [ "xshmfence" ];
3307 platforms = lib.platforms.unix;
3308 };
3309 })
3310 ) { };
3311
3312 # THIS IS A GENERATED FILE. DO NOT EDIT!
3313 listres = callPackage (
3314 {
3315 stdenv,
3316 pkg-config,
3317 fetchurl,
3318 libXaw,
3319 libXmu,
3320 xorgproto,
3321 libXt,
3322 testers,
3323 }:
3324 stdenv.mkDerivation (finalAttrs: {
3325 pname = "listres";
3326 version = "1.0.6";
3327 builder = ./builder.sh;
3328 src = fetchurl {
3329 url = "mirror://xorg/individual/app/listres-1.0.6.tar.xz";
3330 sha256 = "1jj3xqm4bkzzdikb189ga6q79267jklpf5byhzr599lvsvpm672d";
3331 };
3332 hardeningDisable = [
3333 "bindnow"
3334 "relro"
3335 ];
3336 strictDeps = true;
3337 nativeBuildInputs = [ pkg-config ];
3338 buildInputs = [
3339 libXaw
3340 libXmu
3341 xorgproto
3342 libXt
3343 ];
3344 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3345 meta = {
3346 pkgConfigModules = [ ];
3347 platforms = lib.platforms.unix;
3348 };
3349 })
3350 ) { };
3351
3352 # THIS IS A GENERATED FILE. DO NOT EDIT!
3353 mkfontscale = callPackage (
3354 {
3355 stdenv,
3356 pkg-config,
3357 fetchurl,
3358 libfontenc,
3359 freetype,
3360 xorgproto,
3361 zlib,
3362 testers,
3363 }:
3364 stdenv.mkDerivation (finalAttrs: {
3365 pname = "mkfontscale";
3366 version = "1.2.3";
3367 builder = ./builder.sh;
3368 src = fetchurl {
3369 url = "mirror://xorg/individual/app/mkfontscale-1.2.3.tar.xz";
3370 sha256 = "0pp7dyfrrkrqxslk9q8660k0h4swaqlixsnnph2fxb7i8k1ws899";
3371 };
3372 hardeningDisable = [
3373 "bindnow"
3374 "relro"
3375 ];
3376 strictDeps = true;
3377 nativeBuildInputs = [ pkg-config ];
3378 buildInputs = [
3379 libfontenc
3380 freetype
3381 xorgproto
3382 zlib
3383 ];
3384 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3385 meta = {
3386 pkgConfigModules = [ ];
3387 platforms = lib.platforms.unix;
3388 };
3389 })
3390 ) { };
3391
3392 # THIS IS A GENERATED FILE. DO NOT EDIT!
3393 oclock = callPackage (
3394 {
3395 stdenv,
3396 pkg-config,
3397 fetchurl,
3398 libxkbfile,
3399 libX11,
3400 libXext,
3401 libXmu,
3402 libXt,
3403 wrapWithXFileSearchPathHook,
3404 testers,
3405 }:
3406 stdenv.mkDerivation (finalAttrs: {
3407 pname = "oclock";
3408 version = "1.0.6";
3409 builder = ./builder.sh;
3410 src = fetchurl {
3411 url = "mirror://xorg/individual/app/oclock-1.0.6.tar.xz";
3412 sha256 = "1gi41nmf5glvzasri0glka19h6gkpbiy0bwbvdxwl7i15mg5xs1y";
3413 };
3414 hardeningDisable = [
3415 "bindnow"
3416 "relro"
3417 ];
3418 strictDeps = true;
3419 nativeBuildInputs = [
3420 pkg-config
3421 wrapWithXFileSearchPathHook
3422 ];
3423 buildInputs = [
3424 libxkbfile
3425 libX11
3426 libXext
3427 libXmu
3428 libXt
3429 ];
3430 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3431 meta = {
3432 pkgConfigModules = [ ];
3433 platforms = lib.platforms.unix;
3434 };
3435 })
3436 ) { };
3437
3438 # THIS IS A GENERATED FILE. DO NOT EDIT!
3439 setxkbmap = callPackage (
3440 {
3441 stdenv,
3442 pkg-config,
3443 fetchurl,
3444 libX11,
3445 libxkbfile,
3446 libXrandr,
3447 testers,
3448 }:
3449 stdenv.mkDerivation (finalAttrs: {
3450 pname = "setxkbmap";
3451 version = "1.3.4";
3452 builder = ./builder.sh;
3453 src = fetchurl {
3454 url = "mirror://xorg/individual/app/setxkbmap-1.3.4.tar.xz";
3455 sha256 = "1pps0x66512y3f7v6xgnb6gjbllsgi4q5zxmjcdiv60fsia8b3dy";
3456 };
3457 hardeningDisable = [
3458 "bindnow"
3459 "relro"
3460 ];
3461 strictDeps = true;
3462 nativeBuildInputs = [ pkg-config ];
3463 buildInputs = [
3464 libX11
3465 libxkbfile
3466 libXrandr
3467 ];
3468 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3469 meta = {
3470 pkgConfigModules = [ ];
3471 platforms = lib.platforms.unix;
3472 };
3473 })
3474 ) { };
3475
3476 # THIS IS A GENERATED FILE. DO NOT EDIT!
3477 smproxy = callPackage (
3478 {
3479 stdenv,
3480 pkg-config,
3481 fetchurl,
3482 libICE,
3483 libSM,
3484 libXmu,
3485 libXt,
3486 testers,
3487 }:
3488 stdenv.mkDerivation (finalAttrs: {
3489 pname = "smproxy";
3490 version = "1.0.8";
3491 builder = ./builder.sh;
3492 src = fetchurl {
3493 url = "mirror://xorg/individual/app/smproxy-1.0.8.tar.xz";
3494 sha256 = "1j7n5wxbrbzvrrlmg4r7iak1n9r09543nbfpg38y477cwbm89rgy";
3495 };
3496 hardeningDisable = [
3497 "bindnow"
3498 "relro"
3499 ];
3500 strictDeps = true;
3501 nativeBuildInputs = [ pkg-config ];
3502 buildInputs = [
3503 libICE
3504 libSM
3505 libXmu
3506 libXt
3507 ];
3508 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3509 meta = {
3510 pkgConfigModules = [ ];
3511 platforms = lib.platforms.unix;
3512 };
3513 })
3514 ) { };
3515
3516 # THIS IS A GENERATED FILE. DO NOT EDIT!
3517 transset = callPackage (
3518 {
3519 stdenv,
3520 pkg-config,
3521 fetchurl,
3522 libX11,
3523 xorgproto,
3524 testers,
3525 }:
3526 stdenv.mkDerivation (finalAttrs: {
3527 pname = "transset";
3528 version = "1.0.4";
3529 builder = ./builder.sh;
3530 src = fetchurl {
3531 url = "mirror://xorg/individual/app/transset-1.0.4.tar.xz";
3532 sha256 = "0f0bgi1jq9zzq2gqaszhgvz2d1clja17z8xnijm36xqkmxsapac1";
3533 };
3534 hardeningDisable = [
3535 "bindnow"
3536 "relro"
3537 ];
3538 strictDeps = true;
3539 nativeBuildInputs = [ pkg-config ];
3540 buildInputs = [
3541 libX11
3542 xorgproto
3543 ];
3544 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3545 meta = {
3546 pkgConfigModules = [ ];
3547 platforms = lib.platforms.unix;
3548 };
3549 })
3550 ) { };
3551
3552 # THIS IS A GENERATED FILE. DO NOT EDIT!
3553 twm = callPackage (
3554 {
3555 stdenv,
3556 pkg-config,
3557 fetchurl,
3558 libICE,
3559 libSM,
3560 libX11,
3561 libXext,
3562 libXmu,
3563 xorgproto,
3564 libXrandr,
3565 libXt,
3566 testers,
3567 }:
3568 stdenv.mkDerivation (finalAttrs: {
3569 pname = "twm";
3570 version = "1.0.13.1";
3571 builder = ./builder.sh;
3572 src = fetchurl {
3573 url = "mirror://xorg/individual/app/twm-1.0.13.1.tar.xz";
3574 sha256 = "1igj7lr8xw5ap5wld5a18vav8jn8pa4ajbz5hk495d58b9sk89d5";
3575 };
3576 hardeningDisable = [
3577 "bindnow"
3578 "relro"
3579 ];
3580 strictDeps = true;
3581 nativeBuildInputs = [ pkg-config ];
3582 buildInputs = [
3583 libICE
3584 libSM
3585 libX11
3586 libXext
3587 libXmu
3588 xorgproto
3589 libXrandr
3590 libXt
3591 ];
3592 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3593 meta = {
3594 pkgConfigModules = [ ];
3595 platforms = lib.platforms.unix;
3596 };
3597 })
3598 ) { };
3599
3600 # THIS IS A GENERATED FILE. DO NOT EDIT!
3601 viewres = callPackage (
3602 {
3603 stdenv,
3604 pkg-config,
3605 fetchurl,
3606 libXaw,
3607 libXmu,
3608 xorgproto,
3609 libXt,
3610 wrapWithXFileSearchPathHook,
3611 testers,
3612 }:
3613 stdenv.mkDerivation (finalAttrs: {
3614 pname = "viewres";
3615 version = "1.0.8";
3616 builder = ./builder.sh;
3617 src = fetchurl {
3618 url = "mirror://xorg/individual/app/viewres-1.0.8.tar.xz";
3619 sha256 = "1lkc5gx7g8zjgjixinq50vlvnv03z2mvj4incdkb341k20miq8jb";
3620 };
3621 hardeningDisable = [
3622 "bindnow"
3623 "relro"
3624 ];
3625 strictDeps = true;
3626 nativeBuildInputs = [
3627 pkg-config
3628 wrapWithXFileSearchPathHook
3629 ];
3630 buildInputs = [
3631 libXaw
3632 libXmu
3633 xorgproto
3634 libXt
3635 ];
3636 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3637 meta = {
3638 pkgConfigModules = [ ];
3639 platforms = lib.platforms.unix;
3640 };
3641 })
3642 ) { };
3643
3644 # THIS IS A GENERATED FILE. DO NOT EDIT!
3645 x11perf = callPackage (
3646 {
3647 stdenv,
3648 pkg-config,
3649 fetchurl,
3650 libX11,
3651 libXext,
3652 libXft,
3653 libXmu,
3654 xorgproto,
3655 libXrender,
3656 testers,
3657 }:
3658 stdenv.mkDerivation (finalAttrs: {
3659 pname = "x11perf";
3660 version = "1.6.1";
3661 builder = ./builder.sh;
3662 src = fetchurl {
3663 url = "mirror://xorg/individual/app/x11perf-1.6.1.tar.bz2";
3664 sha256 = "0d3wh6z6znwhfdiv0zaggfj0xgish98xa10yy76b9517zj7hnzhw";
3665 };
3666 hardeningDisable = [
3667 "bindnow"
3668 "relro"
3669 ];
3670 strictDeps = true;
3671 nativeBuildInputs = [ pkg-config ];
3672 buildInputs = [
3673 libX11
3674 libXext
3675 libXft
3676 libXmu
3677 xorgproto
3678 libXrender
3679 ];
3680 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3681 meta = {
3682 pkgConfigModules = [ ];
3683 platforms = lib.platforms.unix;
3684 };
3685 })
3686 ) { };
3687
3688 # THIS IS A GENERATED FILE. DO NOT EDIT!
3689 xauth = callPackage (
3690 {
3691 stdenv,
3692 pkg-config,
3693 fetchurl,
3694 libX11,
3695 libXau,
3696 libXext,
3697 libXmu,
3698 xorgproto,
3699 testers,
3700 }:
3701 stdenv.mkDerivation (finalAttrs: {
3702 pname = "xauth";
3703 version = "1.1.4";
3704 builder = ./builder.sh;
3705 src = fetchurl {
3706 url = "mirror://xorg/individual/app/xauth-1.1.4.tar.xz";
3707 sha256 = "1466a5hj0rm7sm0cr253hmy9f3yjy20aar451zfb9msa8r0q2cg9";
3708 };
3709 hardeningDisable = [
3710 "bindnow"
3711 "relro"
3712 ];
3713 strictDeps = true;
3714 nativeBuildInputs = [ pkg-config ];
3715 buildInputs = [
3716 libX11
3717 libXau
3718 libXext
3719 libXmu
3720 xorgproto
3721 ];
3722 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3723 meta = {
3724 pkgConfigModules = [ ];
3725 platforms = lib.platforms.unix;
3726 };
3727 })
3728 ) { };
3729
3730 # THIS IS A GENERATED FILE. DO NOT EDIT!
3731 xbacklight = callPackage (
3732 {
3733 stdenv,
3734 pkg-config,
3735 fetchurl,
3736 libxcb,
3737 xcbutil,
3738 testers,
3739 }:
3740 stdenv.mkDerivation (finalAttrs: {
3741 pname = "xbacklight";
3742 version = "1.2.4";
3743 builder = ./builder.sh;
3744 src = fetchurl {
3745 url = "mirror://xorg/individual/app/xbacklight-1.2.4.tar.xz";
3746 sha256 = "1vp890ic26y4k2l0haw94z4nim3j7gp3g9w5flw2zj0qdw70phyl";
3747 };
3748 hardeningDisable = [
3749 "bindnow"
3750 "relro"
3751 ];
3752 strictDeps = true;
3753 nativeBuildInputs = [ pkg-config ];
3754 buildInputs = [
3755 libxcb
3756 xcbutil
3757 ];
3758 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3759 meta = {
3760 pkgConfigModules = [ ];
3761 platforms = lib.platforms.unix;
3762 };
3763 })
3764 ) { };
3765
3766 # THIS IS A GENERATED FILE. DO NOT EDIT!
3767 xcalc = callPackage (
3768 {
3769 stdenv,
3770 pkg-config,
3771 fetchurl,
3772 libX11,
3773 libXaw,
3774 xorgproto,
3775 libXt,
3776 wrapWithXFileSearchPathHook,
3777 testers,
3778 }:
3779 stdenv.mkDerivation (finalAttrs: {
3780 pname = "xcalc";
3781 version = "1.1.2";
3782 builder = ./builder.sh;
3783 src = fetchurl {
3784 url = "mirror://xorg/individual/app/xcalc-1.1.2.tar.xz";
3785 sha256 = "1m0wzhjvc88kmx12ykdml5rqlz9h2iki9mkfdngji53y8nhxyy45";
3786 };
3787 hardeningDisable = [
3788 "bindnow"
3789 "relro"
3790 ];
3791 strictDeps = true;
3792 nativeBuildInputs = [
3793 pkg-config
3794 wrapWithXFileSearchPathHook
3795 ];
3796 buildInputs = [
3797 libX11
3798 libXaw
3799 xorgproto
3800 libXt
3801 ];
3802 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3803 meta = {
3804 pkgConfigModules = [ ];
3805 platforms = lib.platforms.unix;
3806 };
3807 })
3808 ) { };
3809
3810 # THIS IS A GENERATED FILE. DO NOT EDIT!
3811 xcbutil = callPackage (
3812 {
3813 stdenv,
3814 pkg-config,
3815 fetchurl,
3816 gperf,
3817 libxcb,
3818 xorgproto,
3819 m4,
3820 testers,
3821 }:
3822 stdenv.mkDerivation (finalAttrs: {
3823 pname = "xcb-util";
3824 version = "0.4.1";
3825 builder = ./builder.sh;
3826 src = fetchurl {
3827 url = "mirror://xorg/individual/xcb/xcb-util-0.4.1.tar.xz";
3828 sha256 = "04p54r0zjc44fpw1hdy4rhygv37sx2vr2lllxjihykz5v2xkpgjs";
3829 };
3830 hardeningDisable = [
3831 "bindnow"
3832 "relro"
3833 ];
3834 strictDeps = true;
3835 nativeBuildInputs = [
3836 pkg-config
3837 m4
3838 ];
3839 buildInputs = [
3840 gperf
3841 libxcb
3842 xorgproto
3843 ];
3844 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3845 meta = {
3846 pkgConfigModules = [
3847 "xcb-atom"
3848 "xcb-aux"
3849 "xcb-event"
3850 "xcb-util"
3851 ];
3852 platforms = lib.platforms.unix;
3853 };
3854 })
3855 ) { };
3856
3857 # THIS IS A GENERATED FILE. DO NOT EDIT!
3858 xcbutilcursor = callPackage (
3859 {
3860 stdenv,
3861 pkg-config,
3862 fetchurl,
3863 gperf,
3864 libxcb,
3865 xcbutilimage,
3866 xcbutilrenderutil,
3867 xorgproto,
3868 m4,
3869 testers,
3870 }:
3871 stdenv.mkDerivation (finalAttrs: {
3872 pname = "xcb-util-cursor";
3873 version = "0.1.5";
3874 builder = ./builder.sh;
3875 src = fetchurl {
3876 url = "mirror://xorg/individual/lib/xcb-util-cursor-0.1.5.tar.xz";
3877 sha256 = "0mrwcrm6djbd5zdvqb5v4wr87bzawnaacyqwwhfghw09ssq9kbqc";
3878 };
3879 hardeningDisable = [
3880 "bindnow"
3881 "relro"
3882 ];
3883 strictDeps = true;
3884 nativeBuildInputs = [
3885 pkg-config
3886 m4
3887 ];
3888 buildInputs = [
3889 gperf
3890 libxcb
3891 xcbutilimage
3892 xcbutilrenderutil
3893 xorgproto
3894 ];
3895 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3896 meta = {
3897 pkgConfigModules = [ "xcb-cursor" ];
3898 platforms = lib.platforms.unix;
3899 };
3900 })
3901 ) { };
3902
3903 # THIS IS A GENERATED FILE. DO NOT EDIT!
3904 xcbutilerrors = callPackage (
3905 {
3906 stdenv,
3907 pkg-config,
3908 fetchurl,
3909 gperf,
3910 libxcb,
3911 xcbproto,
3912 xorgproto,
3913 m4,
3914 python3,
3915 testers,
3916 }:
3917 stdenv.mkDerivation (finalAttrs: {
3918 pname = "xcb-util-errors";
3919 version = "1.0.1";
3920 builder = ./builder.sh;
3921 src = fetchurl {
3922 url = "mirror://xorg/individual/xcb/xcb-util-errors-1.0.1.tar.xz";
3923 sha256 = "0mzkh3xj1n690dw8hrdhyjykd71ib0ls9n5cgf9asna2k1xwha2n";
3924 };
3925 hardeningDisable = [
3926 "bindnow"
3927 "relro"
3928 ];
3929 strictDeps = true;
3930 nativeBuildInputs = [
3931 pkg-config
3932 m4
3933 python3
3934 ];
3935 buildInputs = [
3936 gperf
3937 libxcb
3938 xcbproto
3939 xorgproto
3940 ];
3941 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3942 meta = {
3943 pkgConfigModules = [ "xcb-errors" ];
3944 platforms = lib.platforms.unix;
3945 };
3946 })
3947 ) { };
3948
3949 # THIS IS A GENERATED FILE. DO NOT EDIT!
3950 xcbutilimage = callPackage (
3951 {
3952 stdenv,
3953 pkg-config,
3954 fetchurl,
3955 gperf,
3956 libxcb,
3957 xcbutil,
3958 xorgproto,
3959 m4,
3960 testers,
3961 }:
3962 stdenv.mkDerivation (finalAttrs: {
3963 pname = "xcb-util-image";
3964 version = "0.4.1";
3965 builder = ./builder.sh;
3966 src = fetchurl {
3967 url = "mirror://xorg/individual/xcb/xcb-util-image-0.4.1.tar.xz";
3968 sha256 = "0g8dwknrlz96k176qxh8ar84x9kpppci9b978zyp24nvvbjqxbfc";
3969 };
3970 hardeningDisable = [
3971 "bindnow"
3972 "relro"
3973 ];
3974 strictDeps = true;
3975 nativeBuildInputs = [
3976 pkg-config
3977 m4
3978 ];
3979 buildInputs = [
3980 gperf
3981 libxcb
3982 xcbutil
3983 xorgproto
3984 ];
3985 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
3986 meta = {
3987 pkgConfigModules = [ "xcb-image" ];
3988 platforms = lib.platforms.unix;
3989 };
3990 })
3991 ) { };
3992
3993 # THIS IS A GENERATED FILE. DO NOT EDIT!
3994 xcbutilkeysyms = callPackage (
3995 {
3996 stdenv,
3997 pkg-config,
3998 fetchurl,
3999 gperf,
4000 libxcb,
4001 xorgproto,
4002 m4,
4003 testers,
4004 }:
4005 stdenv.mkDerivation (finalAttrs: {
4006 pname = "xcb-util-keysyms";
4007 version = "0.4.1";
4008 builder = ./builder.sh;
4009 src = fetchurl {
4010 url = "mirror://xorg/individual/xcb/xcb-util-keysyms-0.4.1.tar.xz";
4011 sha256 = "0f66snk179hmp8ppgv1zp9y7pl1vzn52znpikm1fsaj1ji90l9kw";
4012 };
4013 hardeningDisable = [
4014 "bindnow"
4015 "relro"
4016 ];
4017 strictDeps = true;
4018 nativeBuildInputs = [
4019 pkg-config
4020 m4
4021 ];
4022 buildInputs = [
4023 gperf
4024 libxcb
4025 xorgproto
4026 ];
4027 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4028 meta = {
4029 pkgConfigModules = [ "xcb-keysyms" ];
4030 platforms = lib.platforms.unix;
4031 };
4032 })
4033 ) { };
4034
4035 # THIS IS A GENERATED FILE. DO NOT EDIT!
4036 xcbutilrenderutil = callPackage (
4037 {
4038 stdenv,
4039 pkg-config,
4040 fetchurl,
4041 gperf,
4042 libxcb,
4043 xorgproto,
4044 m4,
4045 testers,
4046 }:
4047 stdenv.mkDerivation (finalAttrs: {
4048 pname = "xcb-util-renderutil";
4049 version = "0.3.10";
4050 builder = ./builder.sh;
4051 src = fetchurl {
4052 url = "mirror://xorg/individual/xcb/xcb-util-renderutil-0.3.10.tar.xz";
4053 sha256 = "1fh4dnlwlqyccrhmmwlv082a7mxc7ss7vmzmp7xxp39dwbqd859y";
4054 };
4055 hardeningDisable = [
4056 "bindnow"
4057 "relro"
4058 ];
4059 strictDeps = true;
4060 nativeBuildInputs = [
4061 pkg-config
4062 m4
4063 ];
4064 buildInputs = [
4065 gperf
4066 libxcb
4067 xorgproto
4068 ];
4069 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4070 meta = {
4071 pkgConfigModules = [ "xcb-renderutil" ];
4072 platforms = lib.platforms.unix;
4073 };
4074 })
4075 ) { };
4076
4077 # THIS IS A GENERATED FILE. DO NOT EDIT!
4078 xcbutilwm = callPackage (
4079 {
4080 stdenv,
4081 pkg-config,
4082 fetchurl,
4083 gperf,
4084 libxcb,
4085 xorgproto,
4086 m4,
4087 testers,
4088 }:
4089 stdenv.mkDerivation (finalAttrs: {
4090 pname = "xcb-util-wm";
4091 version = "0.4.2";
4092 builder = ./builder.sh;
4093 src = fetchurl {
4094 url = "mirror://xorg/individual/xcb/xcb-util-wm-0.4.2.tar.xz";
4095 sha256 = "02wai17mxfbvlnj4l4bjbvah97rccdivzvd7mrznhr32s0hlxhv2";
4096 };
4097 hardeningDisable = [
4098 "bindnow"
4099 "relro"
4100 ];
4101 strictDeps = true;
4102 nativeBuildInputs = [
4103 pkg-config
4104 m4
4105 ];
4106 buildInputs = [
4107 gperf
4108 libxcb
4109 xorgproto
4110 ];
4111 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4112 meta = {
4113 pkgConfigModules = [
4114 "xcb-ewmh"
4115 "xcb-icccm"
4116 ];
4117 platforms = lib.platforms.unix;
4118 };
4119 })
4120 ) { };
4121
4122 # THIS IS A GENERATED FILE. DO NOT EDIT!
4123 xclock = callPackage (
4124 {
4125 stdenv,
4126 pkg-config,
4127 fetchurl,
4128 libX11,
4129 libXaw,
4130 libXft,
4131 libxkbfile,
4132 libXmu,
4133 xorgproto,
4134 libXrender,
4135 libXt,
4136 wrapWithXFileSearchPathHook,
4137 testers,
4138 }:
4139 stdenv.mkDerivation (finalAttrs: {
4140 pname = "xclock";
4141 version = "1.1.1";
4142 builder = ./builder.sh;
4143 src = fetchurl {
4144 url = "mirror://xorg/individual/app/xclock-1.1.1.tar.xz";
4145 sha256 = "0b3l1zwz2b1cn46f8pd480b835j9anadf929vqpll107iyzylz6z";
4146 };
4147 hardeningDisable = [
4148 "bindnow"
4149 "relro"
4150 ];
4151 strictDeps = true;
4152 nativeBuildInputs = [
4153 pkg-config
4154 wrapWithXFileSearchPathHook
4155 ];
4156 buildInputs = [
4157 libX11
4158 libXaw
4159 libXft
4160 libxkbfile
4161 libXmu
4162 xorgproto
4163 libXrender
4164 libXt
4165 ];
4166 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4167 meta = {
4168 pkgConfigModules = [ ];
4169 platforms = lib.platforms.unix;
4170 };
4171 })
4172 ) { };
4173
4174 # THIS IS A GENERATED FILE. DO NOT EDIT!
4175 xcmsdb = callPackage (
4176 {
4177 stdenv,
4178 pkg-config,
4179 fetchurl,
4180 libX11,
4181 testers,
4182 }:
4183 stdenv.mkDerivation (finalAttrs: {
4184 pname = "xcmsdb";
4185 version = "1.0.7";
4186 builder = ./builder.sh;
4187 src = fetchurl {
4188 url = "mirror://xorg/individual/app/xcmsdb-1.0.7.tar.xz";
4189 sha256 = "0f5wddi707cjqm21hynckkqr12mpjqn3dq9fm5gb11w19270di2y";
4190 };
4191 hardeningDisable = [
4192 "bindnow"
4193 "relro"
4194 ];
4195 strictDeps = true;
4196 nativeBuildInputs = [ pkg-config ];
4197 buildInputs = [ libX11 ];
4198 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4199 meta = {
4200 pkgConfigModules = [ ];
4201 platforms = lib.platforms.unix;
4202 };
4203 })
4204 ) { };
4205
4206 # THIS IS A GENERATED FILE. DO NOT EDIT!
4207 xcompmgr = callPackage (
4208 {
4209 stdenv,
4210 pkg-config,
4211 fetchurl,
4212 libXcomposite,
4213 libXdamage,
4214 libXext,
4215 libXfixes,
4216 xorgproto,
4217 libXrender,
4218 testers,
4219 }:
4220 stdenv.mkDerivation (finalAttrs: {
4221 pname = "xcompmgr";
4222 version = "1.1.10";
4223 builder = ./builder.sh;
4224 src = fetchurl {
4225 url = "mirror://xorg/individual/app/xcompmgr-1.1.10.tar.xz";
4226 sha256 = "13xrn0ii8widz0pw31fbdy7x8paf729yqhkmxbm3497jqh4zf93q";
4227 };
4228 hardeningDisable = [
4229 "bindnow"
4230 "relro"
4231 ];
4232 strictDeps = true;
4233 nativeBuildInputs = [ pkg-config ];
4234 buildInputs = [
4235 libXcomposite
4236 libXdamage
4237 libXext
4238 libXfixes
4239 xorgproto
4240 libXrender
4241 ];
4242 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4243 meta = {
4244 pkgConfigModules = [ ];
4245 platforms = lib.platforms.unix;
4246 };
4247 })
4248 ) { };
4249
4250 # THIS IS A GENERATED FILE. DO NOT EDIT!
4251 xconsole = callPackage (
4252 {
4253 stdenv,
4254 pkg-config,
4255 fetchurl,
4256 libX11,
4257 libXaw,
4258 libXmu,
4259 xorgproto,
4260 libXt,
4261 wrapWithXFileSearchPathHook,
4262 testers,
4263 }:
4264 stdenv.mkDerivation (finalAttrs: {
4265 pname = "xconsole";
4266 version = "1.1.0";
4267 builder = ./builder.sh;
4268 src = fetchurl {
4269 url = "mirror://xorg/individual/app/xconsole-1.1.0.tar.xz";
4270 sha256 = "128i77kn5pfrcrw31p90cb97g8a5y5173admr3gpdnndr9w5jxqc";
4271 };
4272 hardeningDisable = [
4273 "bindnow"
4274 "relro"
4275 ];
4276 strictDeps = true;
4277 nativeBuildInputs = [
4278 pkg-config
4279 wrapWithXFileSearchPathHook
4280 ];
4281 buildInputs = [
4282 libX11
4283 libXaw
4284 libXmu
4285 xorgproto
4286 libXt
4287 ];
4288 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4289 meta = {
4290 pkgConfigModules = [ ];
4291 platforms = lib.platforms.unix;
4292 };
4293 })
4294 ) { };
4295
4296 # THIS IS A GENERATED FILE. DO NOT EDIT!
4297 xcursorgen = callPackage (
4298 {
4299 stdenv,
4300 pkg-config,
4301 fetchurl,
4302 libpng,
4303 libX11,
4304 libXcursor,
4305 xorgproto,
4306 testers,
4307 }:
4308 stdenv.mkDerivation (finalAttrs: {
4309 pname = "xcursorgen";
4310 version = "1.0.9";
4311 builder = ./builder.sh;
4312 src = fetchurl {
4313 url = "mirror://xorg/individual/app/xcursorgen-1.0.9.tar.xz";
4314 sha256 = "1g1v96yprk5nnkip2w3r2cfsbzzsw0ssy417j3m1djl4mibf3j8c";
4315 };
4316 hardeningDisable = [
4317 "bindnow"
4318 "relro"
4319 ];
4320 strictDeps = true;
4321 nativeBuildInputs = [ pkg-config ];
4322 buildInputs = [
4323 libpng
4324 libX11
4325 libXcursor
4326 xorgproto
4327 ];
4328 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4329 meta = {
4330 pkgConfigModules = [ ];
4331 platforms = lib.platforms.unix;
4332 };
4333 })
4334 ) { };
4335
4336 # THIS IS A GENERATED FILE. DO NOT EDIT!
4337 xcursorthemes = callPackage (
4338 {
4339 stdenv,
4340 pkg-config,
4341 fetchurl,
4342 libXcursor,
4343 testers,
4344 }:
4345 stdenv.mkDerivation (finalAttrs: {
4346 pname = "xcursor-themes";
4347 version = "1.0.7";
4348 builder = ./builder.sh;
4349 src = fetchurl {
4350 url = "mirror://xorg/individual/data/xcursor-themes-1.0.7.tar.xz";
4351 sha256 = "1j3qfga5llp8g702n7mivvdvfjk7agsgnbglbfh99n13i3sfiflm";
4352 };
4353 hardeningDisable = [
4354 "bindnow"
4355 "relro"
4356 ];
4357 strictDeps = true;
4358 nativeBuildInputs = [ pkg-config ];
4359 buildInputs = [ libXcursor ];
4360 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4361 meta = {
4362 pkgConfigModules = [ ];
4363 platforms = lib.platforms.unix;
4364 };
4365 })
4366 ) { };
4367
4368 # THIS IS A GENERATED FILE. DO NOT EDIT!
4369 xdm = callPackage (
4370 {
4371 stdenv,
4372 pkg-config,
4373 fetchurl,
4374 libX11,
4375 libXau,
4376 libXaw,
4377 libXdmcp,
4378 libXext,
4379 libXft,
4380 libXinerama,
4381 libXmu,
4382 libXpm,
4383 xorgproto,
4384 libXrender,
4385 libXt,
4386 wrapWithXFileSearchPathHook,
4387 testers,
4388 }:
4389 stdenv.mkDerivation (finalAttrs: {
4390 pname = "xdm";
4391 version = "1.1.17";
4392 builder = ./builder.sh;
4393 src = fetchurl {
4394 url = "mirror://xorg/individual/app/xdm-1.1.17.tar.xz";
4395 sha256 = "0spbxjxxrnfxf8gqncd7bry3z7dvr74ba987cx9iq0qsj7qax54l";
4396 };
4397 hardeningDisable = [
4398 "bindnow"
4399 "relro"
4400 ];
4401 strictDeps = true;
4402 nativeBuildInputs = [
4403 pkg-config
4404 wrapWithXFileSearchPathHook
4405 ];
4406 buildInputs = [
4407 libX11
4408 libXau
4409 libXaw
4410 libXdmcp
4411 libXext
4412 libXft
4413 libXinerama
4414 libXmu
4415 libXpm
4416 xorgproto
4417 libXrender
4418 libXt
4419 ];
4420 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4421 meta = {
4422 pkgConfigModules = [ ];
4423 platforms = lib.platforms.unix;
4424 };
4425 })
4426 ) { };
4427
4428 # THIS IS A GENERATED FILE. DO NOT EDIT!
4429 xdpyinfo = callPackage (
4430 {
4431 stdenv,
4432 pkg-config,
4433 fetchurl,
4434 libdmx,
4435 libX11,
4436 libxcb,
4437 libXcomposite,
4438 libXext,
4439 libXi,
4440 libXinerama,
4441 xorgproto,
4442 libXrender,
4443 libXtst,
4444 libXxf86dga,
4445 libXxf86misc,
4446 libXxf86vm,
4447 testers,
4448 }:
4449 stdenv.mkDerivation (finalAttrs: {
4450 pname = "xdpyinfo";
4451 version = "1.3.4";
4452 builder = ./builder.sh;
4453 src = fetchurl {
4454 url = "mirror://xorg/individual/app/xdpyinfo-1.3.4.tar.xz";
4455 sha256 = "0aw2yhx4ys22231yihkzhnw9jsyzksl4yyf3sx0689npvf0sbbd8";
4456 };
4457 hardeningDisable = [
4458 "bindnow"
4459 "relro"
4460 ];
4461 strictDeps = true;
4462 nativeBuildInputs = [ pkg-config ];
4463 buildInputs = [
4464 libdmx
4465 libX11
4466 libxcb
4467 libXcomposite
4468 libXext
4469 libXi
4470 libXinerama
4471 xorgproto
4472 libXrender
4473 libXtst
4474 libXxf86dga
4475 libXxf86misc
4476 libXxf86vm
4477 ];
4478 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4479 meta = {
4480 pkgConfigModules = [ ];
4481 platforms = lib.platforms.unix;
4482 };
4483 })
4484 ) { };
4485
4486 # THIS IS A GENERATED FILE. DO NOT EDIT!
4487 xdriinfo = callPackage (
4488 {
4489 stdenv,
4490 pkg-config,
4491 fetchurl,
4492 libGL,
4493 xorgproto,
4494 libX11,
4495 testers,
4496 }:
4497 stdenv.mkDerivation (finalAttrs: {
4498 pname = "xdriinfo";
4499 version = "1.0.7";
4500 builder = ./builder.sh;
4501 src = fetchurl {
4502 url = "mirror://xorg/individual/app/xdriinfo-1.0.7.tar.xz";
4503 sha256 = "0d7p9fj3znq0av9pjgi2kphqaz5w7b9hxlz63zbxs69bknp8p0yx";
4504 };
4505 hardeningDisable = [
4506 "bindnow"
4507 "relro"
4508 ];
4509 strictDeps = true;
4510 nativeBuildInputs = [ pkg-config ];
4511 buildInputs = [
4512 libGL
4513 xorgproto
4514 libX11
4515 ];
4516 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4517 meta = {
4518 pkgConfigModules = [ ];
4519 platforms = lib.platforms.unix;
4520 };
4521 })
4522 ) { };
4523
4524 # THIS IS A GENERATED FILE. DO NOT EDIT!
4525 xev = callPackage (
4526 {
4527 stdenv,
4528 pkg-config,
4529 fetchurl,
4530 libX11,
4531 xorgproto,
4532 libXrandr,
4533 testers,
4534 }:
4535 stdenv.mkDerivation (finalAttrs: {
4536 pname = "xev";
4537 version = "1.2.6";
4538 builder = ./builder.sh;
4539 src = fetchurl {
4540 url = "mirror://xorg/individual/app/xev-1.2.6.tar.xz";
4541 sha256 = "1mq7332kgisd9yq0w0rv11vhwhgpkmpg7pfdlyn776dc13hcbqb1";
4542 };
4543 hardeningDisable = [
4544 "bindnow"
4545 "relro"
4546 ];
4547 strictDeps = true;
4548 nativeBuildInputs = [ pkg-config ];
4549 buildInputs = [
4550 libX11
4551 xorgproto
4552 libXrandr
4553 ];
4554 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4555 meta = {
4556 pkgConfigModules = [ ];
4557 platforms = lib.platforms.unix;
4558 };
4559 })
4560 ) { };
4561
4562 # THIS IS A GENERATED FILE. DO NOT EDIT!
4563 xeyes = callPackage (
4564 {
4565 stdenv,
4566 pkg-config,
4567 fetchurl,
4568 libX11,
4569 libxcb,
4570 libXext,
4571 libXi,
4572 libXmu,
4573 xorgproto,
4574 libXrender,
4575 libXt,
4576 testers,
4577 }:
4578 stdenv.mkDerivation (finalAttrs: {
4579 pname = "xeyes";
4580 version = "1.3.0";
4581 builder = ./builder.sh;
4582 src = fetchurl {
4583 url = "mirror://xorg/individual/app/xeyes-1.3.0.tar.xz";
4584 sha256 = "08rhfp5xlmdbyxkvxhgjxdn6vwzrbrjyd7jkk8b7wi1kpw0ccl09";
4585 };
4586 hardeningDisable = [
4587 "bindnow"
4588 "relro"
4589 ];
4590 strictDeps = true;
4591 nativeBuildInputs = [ pkg-config ];
4592 buildInputs = [
4593 libX11
4594 libxcb
4595 libXext
4596 libXi
4597 libXmu
4598 xorgproto
4599 libXrender
4600 libXt
4601 ];
4602 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4603 meta = {
4604 pkgConfigModules = [ ];
4605 platforms = lib.platforms.unix;
4606 };
4607 })
4608 ) { };
4609
4610 # THIS IS A GENERATED FILE. DO NOT EDIT!
4611 xf86inputevdev = callPackage (
4612 {
4613 stdenv,
4614 pkg-config,
4615 fetchurl,
4616 xorgproto,
4617 libevdev,
4618 udev,
4619 mtdev,
4620 xorgserver,
4621 testers,
4622 }:
4623 stdenv.mkDerivation (finalAttrs: {
4624 pname = "xf86-input-evdev";
4625 version = "2.11.0";
4626 builder = ./builder.sh;
4627 src = fetchurl {
4628 url = "mirror://xorg/individual/driver/xf86-input-evdev-2.11.0.tar.xz";
4629 sha256 = "058k0xdf4hkn8lz5gx4c08mgbzvv58haz7a32axndhscjgg2403k";
4630 };
4631 hardeningDisable = [
4632 "bindnow"
4633 "relro"
4634 ];
4635 strictDeps = true;
4636 nativeBuildInputs = [ pkg-config ];
4637 buildInputs = [
4638 xorgproto
4639 libevdev
4640 udev
4641 mtdev
4642 xorgserver
4643 ];
4644 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4645 meta = {
4646 pkgConfigModules = [ "xorg-evdev" ];
4647 platforms = lib.platforms.unix;
4648 };
4649 })
4650 ) { };
4651
4652 # THIS IS A GENERATED FILE. DO NOT EDIT!
4653 xf86inputjoystick = callPackage (
4654 {
4655 stdenv,
4656 pkg-config,
4657 fetchurl,
4658 xorgproto,
4659 xorgserver,
4660 testers,
4661 }:
4662 stdenv.mkDerivation (finalAttrs: {
4663 pname = "xf86-input-joystick";
4664 version = "1.6.4";
4665 builder = ./builder.sh;
4666 src = fetchurl {
4667 url = "mirror://xorg/individual/driver/xf86-input-joystick-1.6.4.tar.xz";
4668 sha256 = "1lnc6cvrg81chb2hj3jphgx7crr4ab8wn60mn8f9nsdwza2w8plh";
4669 };
4670 hardeningDisable = [
4671 "bindnow"
4672 "relro"
4673 ];
4674 strictDeps = true;
4675 nativeBuildInputs = [ pkg-config ];
4676 buildInputs = [
4677 xorgproto
4678 xorgserver
4679 ];
4680 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4681 meta = {
4682 pkgConfigModules = [ "xorg-joystick" ];
4683 platforms = lib.platforms.unix;
4684 };
4685 })
4686 ) { };
4687
4688 # THIS IS A GENERATED FILE. DO NOT EDIT!
4689 xf86inputkeyboard = callPackage (
4690 {
4691 stdenv,
4692 pkg-config,
4693 fetchurl,
4694 xorgproto,
4695 xorgserver,
4696 testers,
4697 }:
4698 stdenv.mkDerivation (finalAttrs: {
4699 pname = "xf86-input-keyboard";
4700 version = "2.1.0";
4701 builder = ./builder.sh;
4702 src = fetchurl {
4703 url = "mirror://xorg/individual/driver/xf86-input-keyboard-2.1.0.tar.xz";
4704 sha256 = "0mvwxrnkq0lzhjr894p420zxffdn34nc2scinmp7qd1hikr51kkp";
4705 };
4706 hardeningDisable = [
4707 "bindnow"
4708 "relro"
4709 ];
4710 strictDeps = true;
4711 nativeBuildInputs = [ pkg-config ];
4712 buildInputs = [
4713 xorgproto
4714 xorgserver
4715 ];
4716 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4717 meta = {
4718 pkgConfigModules = [ ];
4719 platforms = lib.platforms.unix;
4720 };
4721 })
4722 ) { };
4723
4724 # THIS IS A GENERATED FILE. DO NOT EDIT!
4725 xf86inputlibinput = callPackage (
4726 {
4727 stdenv,
4728 pkg-config,
4729 fetchurl,
4730 xorgproto,
4731 libinput,
4732 xorgserver,
4733 testers,
4734 }:
4735 stdenv.mkDerivation (finalAttrs: {
4736 pname = "xf86-input-libinput";
4737 version = "1.5.0";
4738 builder = ./builder.sh;
4739 src = fetchurl {
4740 url = "mirror://xorg/individual/driver/xf86-input-libinput-1.5.0.tar.xz";
4741 sha256 = "1rl06l0gdqmc4v08mya93m74ana76b7s3fzkmq8ylm3535gw6915";
4742 };
4743 hardeningDisable = [
4744 "bindnow"
4745 "relro"
4746 ];
4747 strictDeps = true;
4748 nativeBuildInputs = [ pkg-config ];
4749 buildInputs = [
4750 xorgproto
4751 libinput
4752 xorgserver
4753 ];
4754 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4755 meta = {
4756 pkgConfigModules = [ "xorg-libinput" ];
4757 platforms = lib.platforms.unix;
4758 };
4759 })
4760 ) { };
4761
4762 # THIS IS A GENERATED FILE. DO NOT EDIT!
4763 xf86inputmouse = callPackage (
4764 {
4765 stdenv,
4766 pkg-config,
4767 fetchurl,
4768 xorgproto,
4769 xorgserver,
4770 testers,
4771 }:
4772 stdenv.mkDerivation (finalAttrs: {
4773 pname = "xf86-input-mouse";
4774 version = "1.9.5";
4775 builder = ./builder.sh;
4776 src = fetchurl {
4777 url = "mirror://xorg/individual/driver/xf86-input-mouse-1.9.5.tar.xz";
4778 sha256 = "0s4rzp7aqpbqm4474hg4bz7i7vg3ir93ck2q12if4lj3nklqmpjg";
4779 };
4780 hardeningDisable = [
4781 "bindnow"
4782 "relro"
4783 ];
4784 strictDeps = true;
4785 nativeBuildInputs = [ pkg-config ];
4786 buildInputs = [
4787 xorgproto
4788 xorgserver
4789 ];
4790 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4791 meta = {
4792 pkgConfigModules = [ "xorg-mouse" ];
4793 platforms = lib.platforms.unix;
4794 };
4795 })
4796 ) { };
4797
4798 # THIS IS A GENERATED FILE. DO NOT EDIT!
4799 xf86inputsynaptics = callPackage (
4800 {
4801 stdenv,
4802 pkg-config,
4803 fetchurl,
4804 xorgproto,
4805 libevdev,
4806 libX11,
4807 libXi,
4808 xorgserver,
4809 libXtst,
4810 testers,
4811 }:
4812 stdenv.mkDerivation (finalAttrs: {
4813 pname = "xf86-input-synaptics";
4814 version = "1.10.0";
4815 builder = ./builder.sh;
4816 src = fetchurl {
4817 url = "mirror://xorg/individual/driver/xf86-input-synaptics-1.10.0.tar.xz";
4818 sha256 = "1hmm3g6ab4bs4hm6kmv508fdc8kr2blzb1vsz1lhipcf0vdnmhp0";
4819 };
4820 hardeningDisable = [
4821 "bindnow"
4822 "relro"
4823 ];
4824 strictDeps = true;
4825 nativeBuildInputs = [ pkg-config ];
4826 buildInputs = [
4827 xorgproto
4828 libevdev
4829 libX11
4830 libXi
4831 xorgserver
4832 libXtst
4833 ];
4834 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4835 meta = {
4836 pkgConfigModules = [ "xorg-synaptics" ];
4837 platforms = lib.platforms.unix;
4838 };
4839 })
4840 ) { };
4841
4842 # THIS IS A GENERATED FILE. DO NOT EDIT!
4843 xf86inputvmmouse = callPackage (
4844 {
4845 stdenv,
4846 pkg-config,
4847 fetchurl,
4848 xorgproto,
4849 udev,
4850 xorgserver,
4851 testers,
4852 }:
4853 stdenv.mkDerivation (finalAttrs: {
4854 pname = "xf86-input-vmmouse";
4855 version = "13.2.0";
4856 builder = ./builder.sh;
4857 src = fetchurl {
4858 url = "mirror://xorg/individual/driver/xf86-input-vmmouse-13.2.0.tar.xz";
4859 sha256 = "1f1rlgp1rpsan8k4ax3pzhl1hgmfn135r31m80pjxw5q19c7gw2n";
4860 };
4861 hardeningDisable = [
4862 "bindnow"
4863 "relro"
4864 ];
4865 strictDeps = true;
4866 nativeBuildInputs = [ pkg-config ];
4867 buildInputs = [
4868 xorgproto
4869 udev
4870 xorgserver
4871 ];
4872 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4873 meta = {
4874 pkgConfigModules = [ ];
4875 platforms = lib.platforms.unix;
4876 };
4877 })
4878 ) { };
4879
4880 # THIS IS A GENERATED FILE. DO NOT EDIT!
4881 xf86inputvoid = callPackage (
4882 {
4883 stdenv,
4884 pkg-config,
4885 fetchurl,
4886 xorgserver,
4887 xorgproto,
4888 testers,
4889 }:
4890 stdenv.mkDerivation (finalAttrs: {
4891 pname = "xf86-input-void";
4892 version = "1.4.2";
4893 builder = ./builder.sh;
4894 src = fetchurl {
4895 url = "mirror://xorg/individual/driver/xf86-input-void-1.4.2.tar.xz";
4896 sha256 = "11bqy2djgb82c1g8ylpfwp3wjw4x83afi8mqyn5fvqp03kidh4d2";
4897 };
4898 hardeningDisable = [
4899 "bindnow"
4900 "relro"
4901 ];
4902 strictDeps = true;
4903 nativeBuildInputs = [ pkg-config ];
4904 buildInputs = [
4905 xorgserver
4906 xorgproto
4907 ];
4908 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4909 meta = {
4910 pkgConfigModules = [ ];
4911 platforms = lib.platforms.unix;
4912 };
4913 })
4914 ) { };
4915
4916 # THIS IS A GENERATED FILE. DO NOT EDIT!
4917 xf86videoamdgpu = callPackage (
4918 {
4919 stdenv,
4920 pkg-config,
4921 fetchurl,
4922 xorgproto,
4923 libgbm,
4924 libGL,
4925 libdrm,
4926 udev,
4927 xorgserver,
4928 testers,
4929 }:
4930 stdenv.mkDerivation (finalAttrs: {
4931 pname = "xf86-video-amdgpu";
4932 version = "23.0.0";
4933 builder = ./builder.sh;
4934 src = fetchurl {
4935 url = "mirror://xorg/individual/driver/xf86-video-amdgpu-23.0.0.tar.xz";
4936 sha256 = "0qf0kjh6pww5abxmqa4c9sfa2qq1hq4p8qcgqpfd1kpkcvmg012g";
4937 };
4938 hardeningDisable = [
4939 "bindnow"
4940 "relro"
4941 ];
4942 strictDeps = true;
4943 nativeBuildInputs = [ pkg-config ];
4944 buildInputs = [
4945 xorgproto
4946 libgbm
4947 libGL
4948 libdrm
4949 udev
4950 xorgserver
4951 ];
4952 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4953 meta = {
4954 pkgConfigModules = [ ];
4955 platforms = lib.platforms.unix;
4956 };
4957 })
4958 ) { };
4959
4960 # THIS IS A GENERATED FILE. DO NOT EDIT!
4961 xf86videoapm = callPackage (
4962 {
4963 stdenv,
4964 pkg-config,
4965 fetchurl,
4966 xorgproto,
4967 libpciaccess,
4968 xorgserver,
4969 testers,
4970 }:
4971 stdenv.mkDerivation (finalAttrs: {
4972 pname = "xf86-video-apm";
4973 version = "1.3.0";
4974 builder = ./builder.sh;
4975 src = fetchurl {
4976 url = "mirror://xorg/individual/driver/xf86-video-apm-1.3.0.tar.bz2";
4977 sha256 = "0znwqfc8abkiha98an8hxsngnz96z6cd976bc4bsvz1km6wqk0c0";
4978 };
4979 hardeningDisable = [
4980 "bindnow"
4981 "relro"
4982 ];
4983 strictDeps = true;
4984 nativeBuildInputs = [ pkg-config ];
4985 buildInputs = [
4986 xorgproto
4987 libpciaccess
4988 xorgserver
4989 ];
4990 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
4991 meta = {
4992 pkgConfigModules = [ ];
4993 platforms = lib.platforms.unix;
4994 };
4995 })
4996 ) { };
4997
4998 # THIS IS A GENERATED FILE. DO NOT EDIT!
4999 xf86videoark = callPackage (
5000 {
5001 stdenv,
5002 pkg-config,
5003 fetchurl,
5004 xorgproto,
5005 libpciaccess,
5006 xorgserver,
5007 testers,
5008 }:
5009 stdenv.mkDerivation (finalAttrs: {
5010 pname = "xf86-video-ark";
5011 version = "0.7.6";
5012 builder = ./builder.sh;
5013 src = fetchurl {
5014 url = "mirror://xorg/individual/driver/xf86-video-ark-0.7.6.tar.xz";
5015 sha256 = "0p88blr3zgy47jc4aqivc6ypj4zq9pad1cl70wwz9xig29w9xk2s";
5016 };
5017 hardeningDisable = [
5018 "bindnow"
5019 "relro"
5020 ];
5021 strictDeps = true;
5022 nativeBuildInputs = [ pkg-config ];
5023 buildInputs = [
5024 xorgproto
5025 libpciaccess
5026 xorgserver
5027 ];
5028 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5029 meta = {
5030 pkgConfigModules = [ ];
5031 platforms = lib.platforms.unix;
5032 };
5033 })
5034 ) { };
5035
5036 # THIS IS A GENERATED FILE. DO NOT EDIT!
5037 xf86videoast = callPackage (
5038 {
5039 stdenv,
5040 pkg-config,
5041 fetchurl,
5042 xorgproto,
5043 libpciaccess,
5044 xorgserver,
5045 testers,
5046 }:
5047 stdenv.mkDerivation (finalAttrs: {
5048 pname = "xf86-video-ast";
5049 version = "1.2.0";
5050 builder = ./builder.sh;
5051 src = fetchurl {
5052 url = "mirror://xorg/individual/driver/xf86-video-ast-1.2.0.tar.xz";
5053 sha256 = "14sx6dm0nmbf1fs8cazmak0aqjpjpv9wv7v09w86ff04m7f4gal6";
5054 };
5055 hardeningDisable = [
5056 "bindnow"
5057 "relro"
5058 ];
5059 strictDeps = true;
5060 nativeBuildInputs = [ pkg-config ];
5061 buildInputs = [
5062 xorgproto
5063 libpciaccess
5064 xorgserver
5065 ];
5066 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5067 meta = {
5068 pkgConfigModules = [ ];
5069 platforms = lib.platforms.unix;
5070 };
5071 })
5072 ) { };
5073
5074 # THIS IS A GENERATED FILE. DO NOT EDIT!
5075 xf86videoati = callPackage (
5076 {
5077 stdenv,
5078 pkg-config,
5079 fetchurl,
5080 xorgproto,
5081 libgbm,
5082 libGL,
5083 libdrm,
5084 udev,
5085 libpciaccess,
5086 xorgserver,
5087 testers,
5088 }:
5089 stdenv.mkDerivation (finalAttrs: {
5090 pname = "xf86-video-ati";
5091 version = "22.0.0";
5092 builder = ./builder.sh;
5093 src = fetchurl {
5094 url = "mirror://xorg/individual/driver/xf86-video-ati-22.0.0.tar.xz";
5095 sha256 = "0vdznwx78alhbb05paw2xd65hcsila2kqflwwnbpq8pnsdbbpj68";
5096 };
5097 hardeningDisable = [
5098 "bindnow"
5099 "relro"
5100 ];
5101 strictDeps = true;
5102 nativeBuildInputs = [ pkg-config ];
5103 buildInputs = [
5104 xorgproto
5105 libgbm
5106 libGL
5107 libdrm
5108 udev
5109 libpciaccess
5110 xorgserver
5111 ];
5112 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5113 meta = {
5114 pkgConfigModules = [ ];
5115 platforms = lib.platforms.unix;
5116 };
5117 })
5118 ) { };
5119
5120 # THIS IS A GENERATED FILE. DO NOT EDIT!
5121 xf86videochips = callPackage (
5122 {
5123 stdenv,
5124 pkg-config,
5125 fetchurl,
5126 xorgproto,
5127 libpciaccess,
5128 xorgserver,
5129 testers,
5130 }:
5131 stdenv.mkDerivation (finalAttrs: {
5132 pname = "xf86-video-chips";
5133 version = "1.5.0";
5134 builder = ./builder.sh;
5135 src = fetchurl {
5136 url = "mirror://xorg/individual/driver/xf86-video-chips-1.5.0.tar.xz";
5137 sha256 = "1cyljd3h2hjv42ldqimf4lllqhb8cma6p3n979kr8nn81rjdkhw4";
5138 };
5139 hardeningDisable = [
5140 "bindnow"
5141 "relro"
5142 ];
5143 strictDeps = true;
5144 nativeBuildInputs = [ pkg-config ];
5145 buildInputs = [
5146 xorgproto
5147 libpciaccess
5148 xorgserver
5149 ];
5150 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5151 meta = {
5152 pkgConfigModules = [ ];
5153 platforms = lib.platforms.unix;
5154 };
5155 })
5156 ) { };
5157
5158 # THIS IS A GENERATED FILE. DO NOT EDIT!
5159 xf86videocirrus = callPackage (
5160 {
5161 stdenv,
5162 pkg-config,
5163 fetchurl,
5164 xorgproto,
5165 libpciaccess,
5166 xorgserver,
5167 testers,
5168 }:
5169 stdenv.mkDerivation (finalAttrs: {
5170 pname = "xf86-video-cirrus";
5171 version = "1.6.0";
5172 builder = ./builder.sh;
5173 src = fetchurl {
5174 url = "mirror://xorg/individual/driver/xf86-video-cirrus-1.6.0.tar.xz";
5175 sha256 = "00b468w01hqjczfqz42v2vqhb14db4wazcqi1w29lgfyhc0gmwqf";
5176 };
5177 hardeningDisable = [
5178 "bindnow"
5179 "relro"
5180 ];
5181 strictDeps = true;
5182 nativeBuildInputs = [ pkg-config ];
5183 buildInputs = [
5184 xorgproto
5185 libpciaccess
5186 xorgserver
5187 ];
5188 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5189 meta = {
5190 pkgConfigModules = [ ];
5191 platforms = lib.platforms.unix;
5192 };
5193 })
5194 ) { };
5195
5196 # THIS IS A GENERATED FILE. DO NOT EDIT!
5197 xf86videodummy = callPackage (
5198 {
5199 stdenv,
5200 pkg-config,
5201 fetchurl,
5202 xorgproto,
5203 xorgserver,
5204 testers,
5205 }:
5206 stdenv.mkDerivation (finalAttrs: {
5207 pname = "xf86-video-dummy";
5208 version = "0.4.1";
5209 builder = ./builder.sh;
5210 src = fetchurl {
5211 url = "mirror://xorg/individual/driver/xf86-video-dummy-0.4.1.tar.xz";
5212 sha256 = "1byzsdcnlnzvkcqrzaajzc3nzm7y7ydrk9bjr4x9lx8gznkj069m";
5213 };
5214 hardeningDisable = [
5215 "bindnow"
5216 "relro"
5217 ];
5218 strictDeps = true;
5219 nativeBuildInputs = [ pkg-config ];
5220 buildInputs = [
5221 xorgproto
5222 xorgserver
5223 ];
5224 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5225 meta = {
5226 pkgConfigModules = [ ];
5227 platforms = lib.platforms.unix;
5228 };
5229 })
5230 ) { };
5231
5232 # THIS IS A GENERATED FILE. DO NOT EDIT!
5233 xf86videofbdev = callPackage (
5234 {
5235 stdenv,
5236 pkg-config,
5237 fetchurl,
5238 xorgproto,
5239 libpciaccess,
5240 xorgserver,
5241 testers,
5242 }:
5243 stdenv.mkDerivation (finalAttrs: {
5244 pname = "xf86-video-fbdev";
5245 version = "0.5.1";
5246 builder = ./builder.sh;
5247 src = fetchurl {
5248 url = "mirror://xorg/individual/driver/xf86-video-fbdev-0.5.1.tar.xz";
5249 sha256 = "11zk8whari4m99ad3w30xwcjkgya4xbcpmg8710q14phkbxw0aww";
5250 };
5251 hardeningDisable = [
5252 "bindnow"
5253 "relro"
5254 ];
5255 strictDeps = true;
5256 nativeBuildInputs = [ pkg-config ];
5257 buildInputs = [
5258 xorgproto
5259 libpciaccess
5260 xorgserver
5261 ];
5262 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5263 meta = {
5264 pkgConfigModules = [ ];
5265 platforms = lib.platforms.unix;
5266 };
5267 })
5268 ) { };
5269
5270 # THIS IS A GENERATED FILE. DO NOT EDIT!
5271 xf86videogeode = callPackage (
5272 {
5273 stdenv,
5274 pkg-config,
5275 fetchurl,
5276 xorgproto,
5277 libpciaccess,
5278 xorgserver,
5279 testers,
5280 }:
5281 stdenv.mkDerivation (finalAttrs: {
5282 pname = "xf86-video-geode";
5283 version = "2.18.1";
5284 builder = ./builder.sh;
5285 src = fetchurl {
5286 url = "mirror://xorg/individual/driver/xf86-video-geode-2.18.1.tar.xz";
5287 sha256 = "0a8c6g3ndzf76rrrm3dwzmndcdy4y2qfai4324sdkmi8k9szicjr";
5288 };
5289 hardeningDisable = [
5290 "bindnow"
5291 "relro"
5292 ];
5293 strictDeps = true;
5294 nativeBuildInputs = [ pkg-config ];
5295 buildInputs = [
5296 xorgproto
5297 libpciaccess
5298 xorgserver
5299 ];
5300 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5301 meta = {
5302 pkgConfigModules = [ ];
5303 platforms = lib.platforms.unix;
5304 };
5305 })
5306 ) { };
5307
5308 # THIS IS A GENERATED FILE. DO NOT EDIT!
5309 xf86videoglide = callPackage (
5310 {
5311 stdenv,
5312 pkg-config,
5313 fetchurl,
5314 xorgproto,
5315 xorgserver,
5316 testers,
5317 }:
5318 stdenv.mkDerivation (finalAttrs: {
5319 pname = "xf86-video-glide";
5320 version = "1.2.2";
5321 builder = ./builder.sh;
5322 src = fetchurl {
5323 url = "mirror://xorg/individual/driver/xf86-video-glide-1.2.2.tar.bz2";
5324 sha256 = "1vaav6kx4n00q4fawgqnjmbdkppl0dir2dkrj4ad372mxrvl9c4y";
5325 };
5326 hardeningDisable = [
5327 "bindnow"
5328 "relro"
5329 ];
5330 strictDeps = true;
5331 nativeBuildInputs = [ pkg-config ];
5332 buildInputs = [
5333 xorgproto
5334 xorgserver
5335 ];
5336 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5337 meta = {
5338 pkgConfigModules = [ ];
5339 platforms = lib.platforms.unix;
5340 };
5341 })
5342 ) { };
5343
5344 # THIS IS A GENERATED FILE. DO NOT EDIT!
5345 xf86videoglint = callPackage (
5346 {
5347 stdenv,
5348 pkg-config,
5349 fetchurl,
5350 libpciaccess,
5351 xorgproto,
5352 xorgserver,
5353 testers,
5354 }:
5355 stdenv.mkDerivation (finalAttrs: {
5356 pname = "xf86-video-glint";
5357 version = "1.2.9";
5358 builder = ./builder.sh;
5359 src = fetchurl {
5360 url = "mirror://xorg/individual/driver/xf86-video-glint-1.2.9.tar.bz2";
5361 sha256 = "1lkpspvrvrp9s539bhfdjfh4andaqyk63l6zjn8m3km95smk6a45";
5362 };
5363 hardeningDisable = [
5364 "bindnow"
5365 "relro"
5366 ];
5367 strictDeps = true;
5368 nativeBuildInputs = [ pkg-config ];
5369 buildInputs = [
5370 libpciaccess
5371 xorgproto
5372 xorgserver
5373 ];
5374 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5375 meta = {
5376 pkgConfigModules = [ ];
5377 platforms = lib.platforms.unix;
5378 };
5379 })
5380 ) { };
5381
5382 # THIS IS A GENERATED FILE. DO NOT EDIT!
5383 xf86videoi128 = callPackage (
5384 {
5385 stdenv,
5386 pkg-config,
5387 fetchurl,
5388 xorgproto,
5389 libpciaccess,
5390 xorgserver,
5391 testers,
5392 }:
5393 stdenv.mkDerivation (finalAttrs: {
5394 pname = "xf86-video-i128";
5395 version = "1.4.1";
5396 builder = ./builder.sh;
5397 src = fetchurl {
5398 url = "mirror://xorg/individual/driver/xf86-video-i128-1.4.1.tar.xz";
5399 sha256 = "0imwmkam09wpp3z3iaw9i4hysxicrrax7i3p0l2glgp3zw9var3h";
5400 };
5401 hardeningDisable = [
5402 "bindnow"
5403 "relro"
5404 ];
5405 strictDeps = true;
5406 nativeBuildInputs = [ pkg-config ];
5407 buildInputs = [
5408 xorgproto
5409 libpciaccess
5410 xorgserver
5411 ];
5412 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5413 meta = {
5414 pkgConfigModules = [ ];
5415 platforms = lib.platforms.unix;
5416 };
5417 })
5418 ) { };
5419
5420 # THIS IS A GENERATED FILE. DO NOT EDIT!
5421 xf86videoi740 = callPackage (
5422 {
5423 stdenv,
5424 pkg-config,
5425 fetchurl,
5426 xorgproto,
5427 libpciaccess,
5428 xorgserver,
5429 testers,
5430 }:
5431 stdenv.mkDerivation (finalAttrs: {
5432 pname = "xf86-video-i740";
5433 version = "1.4.0";
5434 builder = ./builder.sh;
5435 src = fetchurl {
5436 url = "mirror://xorg/individual/driver/xf86-video-i740-1.4.0.tar.bz2";
5437 sha256 = "0l3s1m95bdsg4gki943qipq8agswbb84dzcflpxa3vlckwhh3r26";
5438 };
5439 hardeningDisable = [
5440 "bindnow"
5441 "relro"
5442 ];
5443 strictDeps = true;
5444 nativeBuildInputs = [ pkg-config ];
5445 buildInputs = [
5446 xorgproto
5447 libpciaccess
5448 xorgserver
5449 ];
5450 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5451 meta = {
5452 pkgConfigModules = [ ];
5453 platforms = lib.platforms.unix;
5454 };
5455 })
5456 ) { };
5457
5458 # THIS IS A GENERATED FILE. DO NOT EDIT!
5459 xf86videointel = callPackage (
5460 {
5461 stdenv,
5462 pkg-config,
5463 fetchurl,
5464 cairo,
5465 xorgproto,
5466 libdrm,
5467 libpng,
5468 udev,
5469 libpciaccess,
5470 libX11,
5471 xcbutil,
5472 libxcb,
5473 libXcursor,
5474 libXdamage,
5475 libXext,
5476 libXfixes,
5477 xorgserver,
5478 libXrandr,
5479 libXrender,
5480 libxshmfence,
5481 libXtst,
5482 libXvMC,
5483 testers,
5484 }:
5485 stdenv.mkDerivation (finalAttrs: {
5486 pname = "xf86-video-intel";
5487 version = "2.99.917";
5488 builder = ./builder.sh;
5489 src = fetchurl {
5490 url = "mirror://xorg/individual/driver/xf86-video-intel-2.99.917.tar.bz2";
5491 sha256 = "1jb7jspmzidfixbc0gghyjmnmpqv85i7pi13l4h2hn2ml3p83dq0";
5492 };
5493 hardeningDisable = [
5494 "bindnow"
5495 "relro"
5496 ];
5497 strictDeps = true;
5498 nativeBuildInputs = [ pkg-config ];
5499 buildInputs = [
5500 cairo
5501 xorgproto
5502 libdrm
5503 libpng
5504 udev
5505 libpciaccess
5506 libX11
5507 xcbutil
5508 libxcb
5509 libXcursor
5510 libXdamage
5511 libXext
5512 libXfixes
5513 xorgserver
5514 libXrandr
5515 libXrender
5516 libxshmfence
5517 libXtst
5518 libXvMC
5519 ];
5520 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5521 meta = {
5522 pkgConfigModules = [ ];
5523 platforms = lib.platforms.unix;
5524 };
5525 })
5526 ) { };
5527
5528 # THIS IS A GENERATED FILE. DO NOT EDIT!
5529 xf86videomga = callPackage (
5530 {
5531 stdenv,
5532 pkg-config,
5533 fetchurl,
5534 xorgproto,
5535 libdrm,
5536 libpciaccess,
5537 xorgserver,
5538 testers,
5539 }:
5540 stdenv.mkDerivation (finalAttrs: {
5541 pname = "xf86-video-mga";
5542 version = "2.1.0";
5543 builder = ./builder.sh;
5544 src = fetchurl {
5545 url = "mirror://xorg/individual/driver/xf86-video-mga-2.1.0.tar.xz";
5546 sha256 = "0wxbcgg5i4yq22pbc50567877z8irxhqzgl3sk6vf5zs9szmvy3v";
5547 };
5548 hardeningDisable = [
5549 "bindnow"
5550 "relro"
5551 ];
5552 strictDeps = true;
5553 nativeBuildInputs = [ pkg-config ];
5554 buildInputs = [
5555 xorgproto
5556 libdrm
5557 libpciaccess
5558 xorgserver
5559 ];
5560 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5561 meta = {
5562 pkgConfigModules = [ ];
5563 platforms = lib.platforms.unix;
5564 };
5565 })
5566 ) { };
5567
5568 # THIS IS A GENERATED FILE. DO NOT EDIT!
5569 xf86videoneomagic = callPackage (
5570 {
5571 stdenv,
5572 pkg-config,
5573 fetchurl,
5574 xorgproto,
5575 libpciaccess,
5576 xorgserver,
5577 testers,
5578 }:
5579 stdenv.mkDerivation (finalAttrs: {
5580 pname = "xf86-video-neomagic";
5581 version = "1.3.1";
5582 builder = ./builder.sh;
5583 src = fetchurl {
5584 url = "mirror://xorg/individual/driver/xf86-video-neomagic-1.3.1.tar.xz";
5585 sha256 = "153lzhq0vahg3875wi8hl9rf4sgizs41zmfg6hpfjw99qdzaq7xn";
5586 };
5587 hardeningDisable = [
5588 "bindnow"
5589 "relro"
5590 ];
5591 strictDeps = true;
5592 nativeBuildInputs = [ pkg-config ];
5593 buildInputs = [
5594 xorgproto
5595 libpciaccess
5596 xorgserver
5597 ];
5598 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5599 meta = {
5600 pkgConfigModules = [ ];
5601 platforms = lib.platforms.unix;
5602 };
5603 })
5604 ) { };
5605
5606 # THIS IS A GENERATED FILE. DO NOT EDIT!
5607 xf86videonewport = callPackage (
5608 {
5609 stdenv,
5610 pkg-config,
5611 fetchurl,
5612 xorgproto,
5613 xorgserver,
5614 testers,
5615 }:
5616 stdenv.mkDerivation (finalAttrs: {
5617 pname = "xf86-video-newport";
5618 version = "0.2.4";
5619 builder = ./builder.sh;
5620 src = fetchurl {
5621 url = "mirror://xorg/individual/driver/xf86-video-newport-0.2.4.tar.bz2";
5622 sha256 = "1yafmp23jrfdmc094i6a4dsizapsc9v0pl65cpc8w1kvn7343k4i";
5623 };
5624 hardeningDisable = [
5625 "bindnow"
5626 "relro"
5627 ];
5628 strictDeps = true;
5629 nativeBuildInputs = [ pkg-config ];
5630 buildInputs = [
5631 xorgproto
5632 xorgserver
5633 ];
5634 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5635 meta = {
5636 pkgConfigModules = [ ];
5637 platforms = lib.platforms.unix;
5638 };
5639 })
5640 ) { };
5641
5642 # THIS IS A GENERATED FILE. DO NOT EDIT!
5643 xf86videonouveau = callPackage (
5644 {
5645 stdenv,
5646 pkg-config,
5647 fetchurl,
5648 xorgproto,
5649 libdrm,
5650 udev,
5651 libpciaccess,
5652 xorgserver,
5653 testers,
5654 }:
5655 stdenv.mkDerivation (finalAttrs: {
5656 pname = "xf86-video-nouveau";
5657 version = "3ee7cbca8f9144a3bb5be7f71ce70558f548d268";
5658 builder = ./builder.sh;
5659 src = fetchurl {
5660 url = "https://gitlab.freedesktop.org/xorg/driver/xf86-video-nouveau/-/archive/3ee7cbca8f9144a3bb5be7f71ce70558f548d268/xf86-video-nouveau-3ee7cbca8f9144a3bb5be7f71ce70558f548d268.tar.bz2";
5661 sha256 = "0rhs3z274jdzd82pcsl25xn8hmw6i4cxs2kwfnphpfhxbbkiq7wl";
5662 };
5663 hardeningDisable = [
5664 "bindnow"
5665 "relro"
5666 ];
5667 strictDeps = true;
5668 nativeBuildInputs = [ pkg-config ];
5669 buildInputs = [
5670 xorgproto
5671 libdrm
5672 udev
5673 libpciaccess
5674 xorgserver
5675 ];
5676 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5677 meta = {
5678 pkgConfigModules = [ ];
5679 platforms = lib.platforms.unix;
5680 };
5681 })
5682 ) { };
5683
5684 # THIS IS A GENERATED FILE. DO NOT EDIT!
5685 xf86videonv = callPackage (
5686 {
5687 stdenv,
5688 pkg-config,
5689 fetchurl,
5690 xorgproto,
5691 libpciaccess,
5692 xorgserver,
5693 testers,
5694 }:
5695 stdenv.mkDerivation (finalAttrs: {
5696 pname = "xf86-video-nv";
5697 version = "2.1.23";
5698 builder = ./builder.sh;
5699 src = fetchurl {
5700 url = "mirror://xorg/individual/driver/xf86-video-nv-2.1.23.tar.xz";
5701 sha256 = "1jlap6xjn4pfwg9ab8fxm5mwf4dqfywp70bgc0071m7k66jbv3f6";
5702 };
5703 hardeningDisable = [
5704 "bindnow"
5705 "relro"
5706 ];
5707 strictDeps = true;
5708 nativeBuildInputs = [ pkg-config ];
5709 buildInputs = [
5710 xorgproto
5711 libpciaccess
5712 xorgserver
5713 ];
5714 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5715 meta = {
5716 pkgConfigModules = [ ];
5717 platforms = lib.platforms.unix;
5718 };
5719 })
5720 ) { };
5721
5722 # THIS IS A GENERATED FILE. DO NOT EDIT!
5723 xf86videoomap = callPackage (
5724 {
5725 stdenv,
5726 pkg-config,
5727 fetchurl,
5728 xorgproto,
5729 libdrm,
5730 xorgserver,
5731 testers,
5732 }:
5733 stdenv.mkDerivation (finalAttrs: {
5734 pname = "xf86-video-omap";
5735 version = "0.4.5";
5736 builder = ./builder.sh;
5737 src = fetchurl {
5738 url = "mirror://xorg/individual/driver/xf86-video-omap-0.4.5.tar.bz2";
5739 sha256 = "0nmbrx6913dc724y8wj2p6vqfbj5zdjfmsl037v627jj0whx9rwk";
5740 };
5741 hardeningDisable = [
5742 "bindnow"
5743 "relro"
5744 ];
5745 strictDeps = true;
5746 nativeBuildInputs = [ pkg-config ];
5747 buildInputs = [
5748 xorgproto
5749 libdrm
5750 xorgserver
5751 ];
5752 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5753 meta = {
5754 pkgConfigModules = [ ];
5755 platforms = lib.platforms.unix;
5756 };
5757 })
5758 ) { };
5759
5760 # THIS IS A GENERATED FILE. DO NOT EDIT!
5761 xf86videoopenchrome = callPackage (
5762 {
5763 stdenv,
5764 pkg-config,
5765 fetchurl,
5766 xorgproto,
5767 libdrm,
5768 udev,
5769 libpciaccess,
5770 libX11,
5771 libXext,
5772 xorgserver,
5773 libXvMC,
5774 testers,
5775 }:
5776 stdenv.mkDerivation (finalAttrs: {
5777 pname = "xf86-video-openchrome";
5778 version = "0.6.0";
5779 builder = ./builder.sh;
5780 src = fetchurl {
5781 url = "mirror://xorg/individual/driver/xf86-video-openchrome-0.6.0.tar.bz2";
5782 sha256 = "0x9gq3hw6k661k82ikd1y2kkk4dmgv310xr5q59dwn4k6z37aafs";
5783 };
5784 hardeningDisable = [
5785 "bindnow"
5786 "relro"
5787 ];
5788 strictDeps = true;
5789 nativeBuildInputs = [ pkg-config ];
5790 buildInputs = [
5791 xorgproto
5792 libdrm
5793 udev
5794 libpciaccess
5795 libX11
5796 libXext
5797 xorgserver
5798 libXvMC
5799 ];
5800 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5801 meta = {
5802 pkgConfigModules = [ ];
5803 platforms = lib.platforms.unix;
5804 };
5805 })
5806 ) { };
5807
5808 # THIS IS A GENERATED FILE. DO NOT EDIT!
5809 xf86videoqxl = callPackage (
5810 {
5811 stdenv,
5812 pkg-config,
5813 fetchurl,
5814 xorgproto,
5815 libdrm,
5816 udev,
5817 libpciaccess,
5818 xorgserver,
5819 testers,
5820 }:
5821 stdenv.mkDerivation (finalAttrs: {
5822 pname = "xf86-video-qxl";
5823 version = "0.1.6";
5824 builder = ./builder.sh;
5825 src = fetchurl {
5826 url = "mirror://xorg/individual/driver/xf86-video-qxl-0.1.6.tar.xz";
5827 sha256 = "0pwncx60r1xxk8kpp9a46ga5h7k7hjqf14726v0gra27vdc9blra";
5828 };
5829 hardeningDisable = [
5830 "bindnow"
5831 "relro"
5832 ];
5833 strictDeps = true;
5834 nativeBuildInputs = [ pkg-config ];
5835 buildInputs = [
5836 xorgproto
5837 libdrm
5838 udev
5839 libpciaccess
5840 xorgserver
5841 ];
5842 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5843 meta = {
5844 pkgConfigModules = [ ];
5845 platforms = lib.platforms.unix;
5846 };
5847 })
5848 ) { };
5849
5850 # THIS IS A GENERATED FILE. DO NOT EDIT!
5851 xf86videor128 = callPackage (
5852 {
5853 stdenv,
5854 pkg-config,
5855 fetchurl,
5856 xorgproto,
5857 libdrm,
5858 libpciaccess,
5859 xorgserver,
5860 testers,
5861 }:
5862 stdenv.mkDerivation (finalAttrs: {
5863 pname = "xf86-video-r128";
5864 version = "6.13.0";
5865 builder = ./builder.sh;
5866 src = fetchurl {
5867 url = "mirror://xorg/individual/driver/xf86-video-r128-6.13.0.tar.xz";
5868 sha256 = "0igpfgls5nx4sz8a7yppr42qi37prqmxsy08zqbxbv81q9dfs2zj";
5869 };
5870 hardeningDisable = [
5871 "bindnow"
5872 "relro"
5873 ];
5874 strictDeps = true;
5875 nativeBuildInputs = [ pkg-config ];
5876 buildInputs = [
5877 xorgproto
5878 libdrm
5879 libpciaccess
5880 xorgserver
5881 ];
5882 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5883 meta = {
5884 pkgConfigModules = [ ];
5885 platforms = lib.platforms.unix;
5886 };
5887 })
5888 ) { };
5889
5890 # THIS IS A GENERATED FILE. DO NOT EDIT!
5891 xf86videos3virge = callPackage (
5892 {
5893 stdenv,
5894 pkg-config,
5895 fetchurl,
5896 xorgproto,
5897 libpciaccess,
5898 xorgserver,
5899 testers,
5900 }:
5901 stdenv.mkDerivation (finalAttrs: {
5902 pname = "xf86-video-s3virge";
5903 version = "1.11.1";
5904 builder = ./builder.sh;
5905 src = fetchurl {
5906 url = "mirror://xorg/individual/driver/xf86-video-s3virge-1.11.1.tar.xz";
5907 sha256 = "1qzfcq3rlpfdb6qxz8hrp9py1q11vyzl4iqxip1vpgfnfn83vl6f";
5908 };
5909 hardeningDisable = [
5910 "bindnow"
5911 "relro"
5912 ];
5913 strictDeps = true;
5914 nativeBuildInputs = [ pkg-config ];
5915 buildInputs = [
5916 xorgproto
5917 libpciaccess
5918 xorgserver
5919 ];
5920 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5921 meta = {
5922 pkgConfigModules = [ ];
5923 platforms = lib.platforms.unix;
5924 };
5925 })
5926 ) { };
5927
5928 # THIS IS A GENERATED FILE. DO NOT EDIT!
5929 xf86videosavage = callPackage (
5930 {
5931 stdenv,
5932 pkg-config,
5933 fetchurl,
5934 xorgproto,
5935 libdrm,
5936 libpciaccess,
5937 xorgserver,
5938 testers,
5939 }:
5940 stdenv.mkDerivation (finalAttrs: {
5941 pname = "xf86-video-savage";
5942 version = "2.4.1";
5943 builder = ./builder.sh;
5944 src = fetchurl {
5945 url = "mirror://xorg/individual/driver/xf86-video-savage-2.4.1.tar.xz";
5946 sha256 = "1bqhgldb6yahpgav7g7cyc4kl5pm3mgkq8w2qncj36311hb92hb7";
5947 };
5948 hardeningDisable = [
5949 "bindnow"
5950 "relro"
5951 ];
5952 strictDeps = true;
5953 nativeBuildInputs = [ pkg-config ];
5954 buildInputs = [
5955 xorgproto
5956 libdrm
5957 libpciaccess
5958 xorgserver
5959 ];
5960 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5961 meta = {
5962 pkgConfigModules = [ ];
5963 platforms = lib.platforms.unix;
5964 };
5965 })
5966 ) { };
5967
5968 # THIS IS A GENERATED FILE. DO NOT EDIT!
5969 xf86videosiliconmotion = callPackage (
5970 {
5971 stdenv,
5972 pkg-config,
5973 fetchurl,
5974 xorgproto,
5975 libpciaccess,
5976 xorgserver,
5977 testers,
5978 }:
5979 stdenv.mkDerivation (finalAttrs: {
5980 pname = "xf86-video-siliconmotion";
5981 version = "1.7.10";
5982 builder = ./builder.sh;
5983 src = fetchurl {
5984 url = "mirror://xorg/individual/driver/xf86-video-siliconmotion-1.7.10.tar.xz";
5985 sha256 = "1h4g2mqxshaxii416ldw0aqy6cxnsbnzayfin51xm2526dw9q18n";
5986 };
5987 hardeningDisable = [
5988 "bindnow"
5989 "relro"
5990 ];
5991 strictDeps = true;
5992 nativeBuildInputs = [ pkg-config ];
5993 buildInputs = [
5994 xorgproto
5995 libpciaccess
5996 xorgserver
5997 ];
5998 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
5999 meta = {
6000 pkgConfigModules = [ ];
6001 platforms = lib.platforms.unix;
6002 };
6003 })
6004 ) { };
6005
6006 # THIS IS A GENERATED FILE. DO NOT EDIT!
6007 xf86videosis = callPackage (
6008 {
6009 stdenv,
6010 pkg-config,
6011 fetchurl,
6012 xorgproto,
6013 libdrm,
6014 libpciaccess,
6015 xorgserver,
6016 testers,
6017 }:
6018 stdenv.mkDerivation (finalAttrs: {
6019 pname = "xf86-video-sis";
6020 version = "0.12.0";
6021 builder = ./builder.sh;
6022 src = fetchurl {
6023 url = "mirror://xorg/individual/driver/xf86-video-sis-0.12.0.tar.gz";
6024 sha256 = "00j7i2r81496w27rf4nq9gc66n6nizp3fi7nnywrxs81j1j3pk4v";
6025 };
6026 hardeningDisable = [
6027 "bindnow"
6028 "relro"
6029 ];
6030 strictDeps = true;
6031 nativeBuildInputs = [ pkg-config ];
6032 buildInputs = [
6033 xorgproto
6034 libdrm
6035 libpciaccess
6036 xorgserver
6037 ];
6038 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6039 meta = {
6040 pkgConfigModules = [ ];
6041 platforms = lib.platforms.unix;
6042 };
6043 })
6044 ) { };
6045
6046 # THIS IS A GENERATED FILE. DO NOT EDIT!
6047 xf86videosisusb = callPackage (
6048 {
6049 stdenv,
6050 pkg-config,
6051 fetchurl,
6052 xorgproto,
6053 libpciaccess,
6054 xorgserver,
6055 testers,
6056 }:
6057 stdenv.mkDerivation (finalAttrs: {
6058 pname = "xf86-video-sisusb";
6059 version = "0.9.7";
6060 builder = ./builder.sh;
6061 src = fetchurl {
6062 url = "mirror://xorg/individual/driver/xf86-video-sisusb-0.9.7.tar.bz2";
6063 sha256 = "090lfs3hjz3cjd016v5dybmcsigj6ffvjdhdsqv13k90p4b08h7l";
6064 };
6065 hardeningDisable = [
6066 "bindnow"
6067 "relro"
6068 ];
6069 strictDeps = true;
6070 nativeBuildInputs = [ pkg-config ];
6071 buildInputs = [
6072 xorgproto
6073 libpciaccess
6074 xorgserver
6075 ];
6076 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6077 meta = {
6078 pkgConfigModules = [ ];
6079 platforms = lib.platforms.unix;
6080 };
6081 })
6082 ) { };
6083
6084 # THIS IS A GENERATED FILE. DO NOT EDIT!
6085 xf86videosuncg6 = callPackage (
6086 {
6087 stdenv,
6088 pkg-config,
6089 fetchurl,
6090 xorgproto,
6091 xorgserver,
6092 testers,
6093 }:
6094 stdenv.mkDerivation (finalAttrs: {
6095 pname = "xf86-video-suncg6";
6096 version = "1.1.3";
6097 builder = ./builder.sh;
6098 src = fetchurl {
6099 url = "mirror://xorg/individual/driver/xf86-video-suncg6-1.1.3.tar.xz";
6100 sha256 = "16c3g5m0f5y9nx2x6w9jdzbs9yr6xhq31j37dcffxbsskmfxq57w";
6101 };
6102 hardeningDisable = [
6103 "bindnow"
6104 "relro"
6105 ];
6106 strictDeps = true;
6107 nativeBuildInputs = [ pkg-config ];
6108 buildInputs = [
6109 xorgproto
6110 xorgserver
6111 ];
6112 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6113 meta = {
6114 pkgConfigModules = [ ];
6115 platforms = lib.platforms.unix;
6116 };
6117 })
6118 ) { };
6119
6120 # THIS IS A GENERATED FILE. DO NOT EDIT!
6121 xf86videosunffb = callPackage (
6122 {
6123 stdenv,
6124 pkg-config,
6125 fetchurl,
6126 xorgproto,
6127 xorgserver,
6128 testers,
6129 }:
6130 stdenv.mkDerivation (finalAttrs: {
6131 pname = "xf86-video-sunffb";
6132 version = "1.2.3";
6133 builder = ./builder.sh;
6134 src = fetchurl {
6135 url = "mirror://xorg/individual/driver/xf86-video-sunffb-1.2.3.tar.xz";
6136 sha256 = "0pf4ddh09ww7sxpzs5gr9pxh3gdwkg3f54067cp802nkw1n8vypi";
6137 };
6138 hardeningDisable = [
6139 "bindnow"
6140 "relro"
6141 ];
6142 strictDeps = true;
6143 nativeBuildInputs = [ pkg-config ];
6144 buildInputs = [
6145 xorgproto
6146 xorgserver
6147 ];
6148 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6149 meta = {
6150 pkgConfigModules = [ ];
6151 platforms = lib.platforms.unix;
6152 };
6153 })
6154 ) { };
6155
6156 # THIS IS A GENERATED FILE. DO NOT EDIT!
6157 xf86videosunleo = callPackage (
6158 {
6159 stdenv,
6160 pkg-config,
6161 fetchurl,
6162 xorgproto,
6163 xorgserver,
6164 testers,
6165 }:
6166 stdenv.mkDerivation (finalAttrs: {
6167 pname = "xf86-video-sunleo";
6168 version = "1.2.3";
6169 builder = ./builder.sh;
6170 src = fetchurl {
6171 url = "mirror://xorg/individual/driver/xf86-video-sunleo-1.2.3.tar.xz";
6172 sha256 = "1px670aiqyzddl1nz3xx1lmri39irajrqw6dskirs2a64jgp3dpc";
6173 };
6174 hardeningDisable = [
6175 "bindnow"
6176 "relro"
6177 ];
6178 strictDeps = true;
6179 nativeBuildInputs = [ pkg-config ];
6180 buildInputs = [
6181 xorgproto
6182 xorgserver
6183 ];
6184 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6185 meta = {
6186 pkgConfigModules = [ ];
6187 platforms = lib.platforms.unix;
6188 };
6189 })
6190 ) { };
6191
6192 # THIS IS A GENERATED FILE. DO NOT EDIT!
6193 xf86videotdfx = callPackage (
6194 {
6195 stdenv,
6196 pkg-config,
6197 fetchurl,
6198 xorgproto,
6199 libdrm,
6200 libpciaccess,
6201 xorgserver,
6202 testers,
6203 }:
6204 stdenv.mkDerivation (finalAttrs: {
6205 pname = "xf86-video-tdfx";
6206 version = "1.5.0";
6207 builder = ./builder.sh;
6208 src = fetchurl {
6209 url = "mirror://xorg/individual/driver/xf86-video-tdfx-1.5.0.tar.bz2";
6210 sha256 = "0qc5wzwf1n65si9rc37bh224pzahh7gp67vfimbxs0b9yvhq0i9g";
6211 };
6212 hardeningDisable = [
6213 "bindnow"
6214 "relro"
6215 ];
6216 strictDeps = true;
6217 nativeBuildInputs = [ pkg-config ];
6218 buildInputs = [
6219 xorgproto
6220 libdrm
6221 libpciaccess
6222 xorgserver
6223 ];
6224 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6225 meta = {
6226 pkgConfigModules = [ ];
6227 platforms = lib.platforms.unix;
6228 };
6229 })
6230 ) { };
6231
6232 # THIS IS A GENERATED FILE. DO NOT EDIT!
6233 xf86videotga = callPackage (
6234 {
6235 stdenv,
6236 pkg-config,
6237 fetchurl,
6238 xorgproto,
6239 libpciaccess,
6240 xorgserver,
6241 testers,
6242 }:
6243 stdenv.mkDerivation (finalAttrs: {
6244 pname = "xf86-video-tga";
6245 version = "1.2.2";
6246 builder = ./builder.sh;
6247 src = fetchurl {
6248 url = "mirror://xorg/individual/driver/xf86-video-tga-1.2.2.tar.bz2";
6249 sha256 = "0cb161lvdgi6qnf1sfz722qn38q7kgakcvj7b45ba3i0020828r0";
6250 };
6251 hardeningDisable = [
6252 "bindnow"
6253 "relro"
6254 ];
6255 strictDeps = true;
6256 nativeBuildInputs = [ pkg-config ];
6257 buildInputs = [
6258 xorgproto
6259 libpciaccess
6260 xorgserver
6261 ];
6262 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6263 meta = {
6264 pkgConfigModules = [ ];
6265 platforms = lib.platforms.unix;
6266 };
6267 })
6268 ) { };
6269
6270 # THIS IS A GENERATED FILE. DO NOT EDIT!
6271 xf86videotrident = callPackage (
6272 {
6273 stdenv,
6274 pkg-config,
6275 fetchurl,
6276 xorgproto,
6277 libpciaccess,
6278 xorgserver,
6279 testers,
6280 }:
6281 stdenv.mkDerivation (finalAttrs: {
6282 pname = "xf86-video-trident";
6283 version = "1.4.0";
6284 builder = ./builder.sh;
6285 src = fetchurl {
6286 url = "mirror://xorg/individual/driver/xf86-video-trident-1.4.0.tar.xz";
6287 sha256 = "16qqn1brz50mwcy42zi1wsw9af56qadsaaiwm9hn1p6plyf22xkz";
6288 };
6289 hardeningDisable = [
6290 "bindnow"
6291 "relro"
6292 ];
6293 strictDeps = true;
6294 nativeBuildInputs = [ pkg-config ];
6295 buildInputs = [
6296 xorgproto
6297 libpciaccess
6298 xorgserver
6299 ];
6300 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6301 meta = {
6302 pkgConfigModules = [ ];
6303 platforms = lib.platforms.unix;
6304 };
6305 })
6306 ) { };
6307
6308 # THIS IS A GENERATED FILE. DO NOT EDIT!
6309 xf86videov4l = callPackage (
6310 {
6311 stdenv,
6312 pkg-config,
6313 fetchurl,
6314 xorgproto,
6315 xorgserver,
6316 testers,
6317 }:
6318 stdenv.mkDerivation (finalAttrs: {
6319 pname = "xf86-video-v4l";
6320 version = "0.3.0";
6321 builder = ./builder.sh;
6322 src = fetchurl {
6323 url = "mirror://xorg/individual/driver/xf86-video-v4l-0.3.0.tar.bz2";
6324 sha256 = "084x4p4avy72mgm2vnnvkicw3419i6pp3wxik8zqh7gmq4xv5z75";
6325 };
6326 hardeningDisable = [
6327 "bindnow"
6328 "relro"
6329 ];
6330 strictDeps = true;
6331 nativeBuildInputs = [ pkg-config ];
6332 buildInputs = [
6333 xorgproto
6334 xorgserver
6335 ];
6336 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6337 meta = {
6338 pkgConfigModules = [ ];
6339 platforms = lib.platforms.unix;
6340 };
6341 })
6342 ) { };
6343
6344 # THIS IS A GENERATED FILE. DO NOT EDIT!
6345 xf86videovboxvideo = callPackage (
6346 {
6347 stdenv,
6348 pkg-config,
6349 fetchurl,
6350 xorgproto,
6351 libpciaccess,
6352 xorgserver,
6353 testers,
6354 }:
6355 stdenv.mkDerivation (finalAttrs: {
6356 pname = "xf86-video-vboxvideo";
6357 version = "1.0.1";
6358 builder = ./builder.sh;
6359 src = fetchurl {
6360 url = "mirror://xorg/individual/driver/xf86-video-vboxvideo-1.0.1.tar.xz";
6361 sha256 = "12kzgf516mbdygpni0jzm3dv60vz6vf704f3hgc6pi9bgpy6bz4f";
6362 };
6363 hardeningDisable = [
6364 "bindnow"
6365 "relro"
6366 ];
6367 strictDeps = true;
6368 nativeBuildInputs = [ pkg-config ];
6369 buildInputs = [
6370 xorgproto
6371 libpciaccess
6372 xorgserver
6373 ];
6374 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6375 meta = {
6376 pkgConfigModules = [ ];
6377 platforms = lib.platforms.unix;
6378 };
6379 })
6380 ) { };
6381
6382 # THIS IS A GENERATED FILE. DO NOT EDIT!
6383 xf86videovesa = callPackage (
6384 {
6385 stdenv,
6386 pkg-config,
6387 fetchurl,
6388 xorgproto,
6389 libpciaccess,
6390 xorgserver,
6391 testers,
6392 }:
6393 stdenv.mkDerivation (finalAttrs: {
6394 pname = "xf86-video-vesa";
6395 version = "2.6.0";
6396 builder = ./builder.sh;
6397 src = fetchurl {
6398 url = "mirror://xorg/individual/driver/xf86-video-vesa-2.6.0.tar.xz";
6399 sha256 = "1ccvaigb1f1kz8nxxjmkfn598nabd92p16rx1g35kxm8n5qjf20h";
6400 };
6401 hardeningDisable = [
6402 "bindnow"
6403 "relro"
6404 ];
6405 strictDeps = true;
6406 nativeBuildInputs = [ pkg-config ];
6407 buildInputs = [
6408 xorgproto
6409 libpciaccess
6410 xorgserver
6411 ];
6412 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6413 meta = {
6414 pkgConfigModules = [ ];
6415 platforms = lib.platforms.unix;
6416 };
6417 })
6418 ) { };
6419
6420 # THIS IS A GENERATED FILE. DO NOT EDIT!
6421 xf86videovmware = callPackage (
6422 {
6423 stdenv,
6424 pkg-config,
6425 fetchurl,
6426 xorgproto,
6427 libdrm,
6428 udev,
6429 libpciaccess,
6430 libX11,
6431 libXext,
6432 xorgserver,
6433 testers,
6434 }:
6435 stdenv.mkDerivation (finalAttrs: {
6436 pname = "xf86-video-vmware";
6437 version = "13.4.0";
6438 builder = ./builder.sh;
6439 src = fetchurl {
6440 url = "mirror://xorg/individual/driver/xf86-video-vmware-13.4.0.tar.xz";
6441 sha256 = "06mq7spifsrpbwq9b8kn2cn61xq6mpkq6lvh4qi6xk2yxpjixlxf";
6442 };
6443 hardeningDisable = [
6444 "bindnow"
6445 "relro"
6446 ];
6447 strictDeps = true;
6448 nativeBuildInputs = [ pkg-config ];
6449 buildInputs = [
6450 xorgproto
6451 libdrm
6452 udev
6453 libpciaccess
6454 libX11
6455 libXext
6456 xorgserver
6457 ];
6458 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6459 meta = {
6460 pkgConfigModules = [ ];
6461 platforms = lib.platforms.unix;
6462 };
6463 })
6464 ) { };
6465
6466 # THIS IS A GENERATED FILE. DO NOT EDIT!
6467 xf86videovoodoo = callPackage (
6468 {
6469 stdenv,
6470 pkg-config,
6471 fetchurl,
6472 xorgproto,
6473 libpciaccess,
6474 xorgserver,
6475 testers,
6476 }:
6477 stdenv.mkDerivation (finalAttrs: {
6478 pname = "xf86-video-voodoo";
6479 version = "1.2.6";
6480 builder = ./builder.sh;
6481 src = fetchurl {
6482 url = "mirror://xorg/individual/driver/xf86-video-voodoo-1.2.6.tar.xz";
6483 sha256 = "00pn5826aazsdipf7ny03s1lypzid31fmswl8y2hrgf07bq76ab2";
6484 };
6485 hardeningDisable = [
6486 "bindnow"
6487 "relro"
6488 ];
6489 strictDeps = true;
6490 nativeBuildInputs = [ pkg-config ];
6491 buildInputs = [
6492 xorgproto
6493 libpciaccess
6494 xorgserver
6495 ];
6496 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6497 meta = {
6498 pkgConfigModules = [ ];
6499 platforms = lib.platforms.unix;
6500 };
6501 })
6502 ) { };
6503
6504 # THIS IS A GENERATED FILE. DO NOT EDIT!
6505 xf86videowsfb = callPackage (
6506 {
6507 stdenv,
6508 pkg-config,
6509 fetchurl,
6510 xorgserver,
6511 xorgproto,
6512 testers,
6513 }:
6514 stdenv.mkDerivation (finalAttrs: {
6515 pname = "xf86-video-wsfb";
6516 version = "0.4.0";
6517 builder = ./builder.sh;
6518 src = fetchurl {
6519 url = "mirror://xorg/individual/driver/xf86-video-wsfb-0.4.0.tar.bz2";
6520 sha256 = "0hr8397wpd0by1hc47fqqrnaw3qdqd8aqgwgzv38w5k3l3jy6p4p";
6521 };
6522 hardeningDisable = [
6523 "bindnow"
6524 "relro"
6525 ];
6526 strictDeps = true;
6527 nativeBuildInputs = [ pkg-config ];
6528 buildInputs = [
6529 xorgserver
6530 xorgproto
6531 ];
6532 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6533 meta = {
6534 pkgConfigModules = [ ];
6535 platforms = lib.platforms.unix;
6536 };
6537 })
6538 ) { };
6539
6540 # THIS IS A GENERATED FILE. DO NOT EDIT!
6541 xfd = callPackage (
6542 {
6543 stdenv,
6544 pkg-config,
6545 fetchurl,
6546 libxkbfile,
6547 fontconfig,
6548 libXaw,
6549 libXft,
6550 libXmu,
6551 xorgproto,
6552 libXrender,
6553 libXt,
6554 gettext,
6555 wrapWithXFileSearchPathHook,
6556 testers,
6557 }:
6558 stdenv.mkDerivation (finalAttrs: {
6559 pname = "xfd";
6560 version = "1.1.4";
6561 builder = ./builder.sh;
6562 src = fetchurl {
6563 url = "mirror://xorg/individual/app/xfd-1.1.4.tar.xz";
6564 sha256 = "1zbnj0z28dx2rm2h7pjwcz7z1jnl28gz0v9xn3hs2igxcvxhyiym";
6565 };
6566 hardeningDisable = [
6567 "bindnow"
6568 "relro"
6569 ];
6570 strictDeps = true;
6571 nativeBuildInputs = [
6572 pkg-config
6573 gettext
6574 wrapWithXFileSearchPathHook
6575 ];
6576 buildInputs = [
6577 libxkbfile
6578 fontconfig
6579 libXaw
6580 libXft
6581 libXmu
6582 xorgproto
6583 libXrender
6584 libXt
6585 ];
6586 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6587 meta = {
6588 pkgConfigModules = [ ];
6589 platforms = lib.platforms.unix;
6590 };
6591 })
6592 ) { };
6593
6594 # THIS IS A GENERATED FILE. DO NOT EDIT!
6595 xfontsel = callPackage (
6596 {
6597 stdenv,
6598 pkg-config,
6599 fetchurl,
6600 libX11,
6601 libXaw,
6602 libXmu,
6603 xorgproto,
6604 libXt,
6605 gettext,
6606 wrapWithXFileSearchPathHook,
6607 testers,
6608 }:
6609 stdenv.mkDerivation (finalAttrs: {
6610 pname = "xfontsel";
6611 version = "1.1.1";
6612 builder = ./builder.sh;
6613 src = fetchurl {
6614 url = "mirror://xorg/individual/app/xfontsel-1.1.1.tar.xz";
6615 sha256 = "1j827aiv7lsr2y7jgmv6pb5wmr2l3r3nd2pys0z2a0bpi9jqcjvs";
6616 };
6617 hardeningDisable = [
6618 "bindnow"
6619 "relro"
6620 ];
6621 strictDeps = true;
6622 nativeBuildInputs = [
6623 pkg-config
6624 gettext
6625 wrapWithXFileSearchPathHook
6626 ];
6627 buildInputs = [
6628 libX11
6629 libXaw
6630 libXmu
6631 xorgproto
6632 libXt
6633 ];
6634 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6635 meta = {
6636 pkgConfigModules = [ ];
6637 platforms = lib.platforms.unix;
6638 };
6639 })
6640 ) { };
6641
6642 # THIS IS A GENERATED FILE. DO NOT EDIT!
6643 xfs = callPackage (
6644 {
6645 stdenv,
6646 pkg-config,
6647 fetchurl,
6648 libXfont2,
6649 xorgproto,
6650 xtrans,
6651 testers,
6652 }:
6653 stdenv.mkDerivation (finalAttrs: {
6654 pname = "xfs";
6655 version = "1.2.2";
6656 builder = ./builder.sh;
6657 src = fetchurl {
6658 url = "mirror://xorg/individual/app/xfs-1.2.2.tar.xz";
6659 sha256 = "1k4f15nrgmqkvsn48hnl1j4giwxpmcpdrnq0bq7b6hg265ix82xp";
6660 };
6661 hardeningDisable = [
6662 "bindnow"
6663 "relro"
6664 ];
6665 strictDeps = true;
6666 nativeBuildInputs = [ pkg-config ];
6667 buildInputs = [
6668 libXfont2
6669 xorgproto
6670 xtrans
6671 ];
6672 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6673 meta = {
6674 pkgConfigModules = [ ];
6675 platforms = lib.platforms.unix;
6676 };
6677 })
6678 ) { };
6679
6680 # THIS IS A GENERATED FILE. DO NOT EDIT!
6681 xfsinfo = callPackage (
6682 {
6683 stdenv,
6684 pkg-config,
6685 fetchurl,
6686 libFS,
6687 xorgproto,
6688 testers,
6689 }:
6690 stdenv.mkDerivation (finalAttrs: {
6691 pname = "xfsinfo";
6692 version = "1.0.7";
6693 builder = ./builder.sh;
6694 src = fetchurl {
6695 url = "mirror://xorg/individual/app/xfsinfo-1.0.7.tar.xz";
6696 sha256 = "0x48p4hk0lds2s8nwzgfl616r99s28ydx02zs7p1fxxs3i2wmwwj";
6697 };
6698 hardeningDisable = [
6699 "bindnow"
6700 "relro"
6701 ];
6702 strictDeps = true;
6703 nativeBuildInputs = [ pkg-config ];
6704 buildInputs = [
6705 libFS
6706 xorgproto
6707 ];
6708 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6709 meta = {
6710 pkgConfigModules = [ ];
6711 platforms = lib.platforms.unix;
6712 };
6713 })
6714 ) { };
6715
6716 # THIS IS A GENERATED FILE. DO NOT EDIT!
6717 xgamma = callPackage (
6718 {
6719 stdenv,
6720 pkg-config,
6721 fetchurl,
6722 libX11,
6723 xorgproto,
6724 libXxf86vm,
6725 testers,
6726 }:
6727 stdenv.mkDerivation (finalAttrs: {
6728 pname = "xgamma";
6729 version = "1.0.7";
6730 builder = ./builder.sh;
6731 src = fetchurl {
6732 url = "mirror://xorg/individual/app/xgamma-1.0.7.tar.xz";
6733 sha256 = "13xw2fqp9cs7xj3nqi8khqxv81rk0dd8khp59xgs2lw9bbldly8w";
6734 };
6735 hardeningDisable = [
6736 "bindnow"
6737 "relro"
6738 ];
6739 strictDeps = true;
6740 nativeBuildInputs = [ pkg-config ];
6741 buildInputs = [
6742 libX11
6743 xorgproto
6744 libXxf86vm
6745 ];
6746 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6747 meta = {
6748 pkgConfigModules = [ ];
6749 platforms = lib.platforms.unix;
6750 };
6751 })
6752 ) { };
6753
6754 # THIS IS A GENERATED FILE. DO NOT EDIT!
6755 xgc = callPackage (
6756 {
6757 stdenv,
6758 pkg-config,
6759 fetchurl,
6760 libXaw,
6761 libXt,
6762 wrapWithXFileSearchPathHook,
6763 testers,
6764 }:
6765 stdenv.mkDerivation (finalAttrs: {
6766 pname = "xgc";
6767 version = "1.0.6";
6768 builder = ./builder.sh;
6769 src = fetchurl {
6770 url = "mirror://xorg/individual/app/xgc-1.0.6.tar.xz";
6771 sha256 = "0h5jm2946f5m1g8a3qh1c01h3zrsjjivi09vi9rmij2frvdvp1vv";
6772 };
6773 hardeningDisable = [
6774 "bindnow"
6775 "relro"
6776 ];
6777 strictDeps = true;
6778 nativeBuildInputs = [
6779 pkg-config
6780 wrapWithXFileSearchPathHook
6781 ];
6782 buildInputs = [
6783 libXaw
6784 libXt
6785 ];
6786 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6787 meta = {
6788 pkgConfigModules = [ ];
6789 platforms = lib.platforms.unix;
6790 };
6791 })
6792 ) { };
6793
6794 # THIS IS A GENERATED FILE. DO NOT EDIT!
6795 xhost = callPackage (
6796 {
6797 stdenv,
6798 pkg-config,
6799 fetchurl,
6800 libX11,
6801 libXau,
6802 libXmu,
6803 xorgproto,
6804 gettext,
6805 testers,
6806 }:
6807 stdenv.mkDerivation (finalAttrs: {
6808 pname = "xhost";
6809 version = "1.0.10";
6810 builder = ./builder.sh;
6811 src = fetchurl {
6812 url = "mirror://xorg/individual/app/xhost-1.0.10.tar.xz";
6813 sha256 = "1qavfaxqpj2mp2jdb8ivvv7bza546lff95dq90lp3727b40dgbx8";
6814 };
6815 hardeningDisable = [
6816 "bindnow"
6817 "relro"
6818 ];
6819 strictDeps = true;
6820 nativeBuildInputs = [
6821 pkg-config
6822 gettext
6823 ];
6824 buildInputs = [
6825 libX11
6826 libXau
6827 libXmu
6828 xorgproto
6829 ];
6830 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6831 meta = {
6832 pkgConfigModules = [ ];
6833 platforms = lib.platforms.unix;
6834 };
6835 })
6836 ) { };
6837
6838 # THIS IS A GENERATED FILE. DO NOT EDIT!
6839 xinit = callPackage (
6840 {
6841 stdenv,
6842 pkg-config,
6843 fetchurl,
6844 libX11,
6845 xorgproto,
6846 testers,
6847 }:
6848 stdenv.mkDerivation (finalAttrs: {
6849 pname = "xinit";
6850 version = "1.4.4";
6851 builder = ./builder.sh;
6852 src = fetchurl {
6853 url = "mirror://xorg/individual/app/xinit-1.4.4.tar.xz";
6854 sha256 = "1ygymifhg500sx1ybk8x4d1zn4g4ywvlnyvqwcf9hzsc2rx7r920";
6855 };
6856 hardeningDisable = [
6857 "bindnow"
6858 "relro"
6859 ];
6860 strictDeps = true;
6861 nativeBuildInputs = [ pkg-config ];
6862 buildInputs = [
6863 libX11
6864 xorgproto
6865 ];
6866 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6867 meta = {
6868 pkgConfigModules = [ ];
6869 platforms = lib.platforms.unix;
6870 };
6871 })
6872 ) { };
6873
6874 # THIS IS A GENERATED FILE. DO NOT EDIT!
6875 xinput = callPackage (
6876 {
6877 stdenv,
6878 pkg-config,
6879 fetchurl,
6880 xorgproto,
6881 libX11,
6882 libXext,
6883 libXi,
6884 libXinerama,
6885 libXrandr,
6886 testers,
6887 }:
6888 stdenv.mkDerivation (finalAttrs: {
6889 pname = "xinput";
6890 version = "1.6.4";
6891 builder = ./builder.sh;
6892 src = fetchurl {
6893 url = "mirror://xorg/individual/app/xinput-1.6.4.tar.xz";
6894 sha256 = "1j2pf28c54apr56v1fmvprp657n6x4sdrv8f24rx3138cl6x015d";
6895 };
6896 hardeningDisable = [
6897 "bindnow"
6898 "relro"
6899 ];
6900 strictDeps = true;
6901 nativeBuildInputs = [ pkg-config ];
6902 buildInputs = [
6903 xorgproto
6904 libX11
6905 libXext
6906 libXi
6907 libXinerama
6908 libXrandr
6909 ];
6910 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6911 meta = {
6912 pkgConfigModules = [ ];
6913 platforms = lib.platforms.unix;
6914 };
6915 })
6916 ) { };
6917
6918 # THIS IS A GENERATED FILE. DO NOT EDIT!
6919 xkbcomp = callPackage (
6920 {
6921 stdenv,
6922 pkg-config,
6923 fetchurl,
6924 libX11,
6925 libxkbfile,
6926 xorgproto,
6927 testers,
6928 }:
6929 stdenv.mkDerivation (finalAttrs: {
6930 pname = "xkbcomp";
6931 version = "1.4.7";
6932 builder = ./builder.sh;
6933 src = fetchurl {
6934 url = "mirror://xorg/individual/app/xkbcomp-1.4.7.tar.xz";
6935 sha256 = "0xqzz209m9i43jbyrf2lh4xdbyhzzzn9mis2f2c32kplwla82a0a";
6936 };
6937 hardeningDisable = [
6938 "bindnow"
6939 "relro"
6940 ];
6941 strictDeps = true;
6942 nativeBuildInputs = [ pkg-config ];
6943 buildInputs = [
6944 libX11
6945 libxkbfile
6946 xorgproto
6947 ];
6948 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6949 meta = {
6950 pkgConfigModules = [ "xkbcomp" ];
6951 platforms = lib.platforms.unix;
6952 };
6953 })
6954 ) { };
6955
6956 # THIS IS A GENERATED FILE. DO NOT EDIT!
6957 xkbevd = callPackage (
6958 {
6959 stdenv,
6960 pkg-config,
6961 fetchurl,
6962 libX11,
6963 libxkbfile,
6964 testers,
6965 }:
6966 stdenv.mkDerivation (finalAttrs: {
6967 pname = "xkbevd";
6968 version = "1.1.6";
6969 builder = ./builder.sh;
6970 src = fetchurl {
6971 url = "mirror://xorg/individual/app/xkbevd-1.1.6.tar.xz";
6972 sha256 = "0gh73dsf4ic683k9zn2nj9bpff6dmv3gzcb3zx186mpq9kw03d6r";
6973 };
6974 hardeningDisable = [
6975 "bindnow"
6976 "relro"
6977 ];
6978 strictDeps = true;
6979 nativeBuildInputs = [ pkg-config ];
6980 buildInputs = [
6981 libX11
6982 libxkbfile
6983 ];
6984 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
6985 meta = {
6986 pkgConfigModules = [ ];
6987 platforms = lib.platforms.unix;
6988 };
6989 })
6990 ) { };
6991
6992 # THIS IS A GENERATED FILE. DO NOT EDIT!
6993 xkbprint = callPackage (
6994 {
6995 stdenv,
6996 pkg-config,
6997 fetchurl,
6998 libX11,
6999 libxkbfile,
7000 xorgproto,
7001 testers,
7002 }:
7003 stdenv.mkDerivation (finalAttrs: {
7004 pname = "xkbprint";
7005 version = "1.0.7";
7006 builder = ./builder.sh;
7007 src = fetchurl {
7008 url = "mirror://xorg/individual/app/xkbprint-1.0.7.tar.xz";
7009 sha256 = "1k2rm8lvc2klcdz2s3mymb9a2ahgwqwkgg67v3phv7ij6304jkqw";
7010 };
7011 hardeningDisable = [
7012 "bindnow"
7013 "relro"
7014 ];
7015 strictDeps = true;
7016 nativeBuildInputs = [ pkg-config ];
7017 buildInputs = [
7018 libX11
7019 libxkbfile
7020 xorgproto
7021 ];
7022 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7023 meta = {
7024 pkgConfigModules = [ ];
7025 platforms = lib.platforms.unix;
7026 };
7027 })
7028 ) { };
7029
7030 # THIS IS A GENERATED FILE. DO NOT EDIT!
7031 xkbutils = callPackage (
7032 {
7033 stdenv,
7034 pkg-config,
7035 fetchurl,
7036 xorgproto,
7037 libX11,
7038 libXaw,
7039 libXt,
7040 testers,
7041 }:
7042 stdenv.mkDerivation (finalAttrs: {
7043 pname = "xkbutils";
7044 version = "1.0.6";
7045 builder = ./builder.sh;
7046 src = fetchurl {
7047 url = "mirror://xorg/individual/app/xkbutils-1.0.6.tar.xz";
7048 sha256 = "0pp2bsksblvvw0fx667k2bl5sm0baj7pp2cjvq0vmk093vpbp8ii";
7049 };
7050 hardeningDisable = [
7051 "bindnow"
7052 "relro"
7053 ];
7054 strictDeps = true;
7055 nativeBuildInputs = [ pkg-config ];
7056 buildInputs = [
7057 xorgproto
7058 libX11
7059 libXaw
7060 libXt
7061 ];
7062 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7063 meta = {
7064 pkgConfigModules = [ ];
7065 platforms = lib.platforms.unix;
7066 };
7067 })
7068 ) { };
7069
7070 # THIS IS A GENERATED FILE. DO NOT EDIT!
7071 xkill = callPackage (
7072 {
7073 stdenv,
7074 pkg-config,
7075 fetchurl,
7076 libX11,
7077 libXmu,
7078 xorgproto,
7079 testers,
7080 }:
7081 stdenv.mkDerivation (finalAttrs: {
7082 pname = "xkill";
7083 version = "1.0.6";
7084 builder = ./builder.sh;
7085 src = fetchurl {
7086 url = "mirror://xorg/individual/app/xkill-1.0.6.tar.xz";
7087 sha256 = "01xrmqw498hqlhn6l1sq89s31k6sjf6xlij6a08pnrvmqiwama75";
7088 };
7089 hardeningDisable = [
7090 "bindnow"
7091 "relro"
7092 ];
7093 strictDeps = true;
7094 nativeBuildInputs = [ pkg-config ];
7095 buildInputs = [
7096 libX11
7097 libXmu
7098 xorgproto
7099 ];
7100 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7101 meta = {
7102 pkgConfigModules = [ ];
7103 platforms = lib.platforms.unix;
7104 };
7105 })
7106 ) { };
7107
7108 # THIS IS A GENERATED FILE. DO NOT EDIT!
7109 xload = callPackage (
7110 {
7111 stdenv,
7112 pkg-config,
7113 fetchurl,
7114 libX11,
7115 libXaw,
7116 libXmu,
7117 xorgproto,
7118 libXt,
7119 gettext,
7120 wrapWithXFileSearchPathHook,
7121 testers,
7122 }:
7123 stdenv.mkDerivation (finalAttrs: {
7124 pname = "xload";
7125 version = "1.2.0";
7126 builder = ./builder.sh;
7127 src = fetchurl {
7128 url = "mirror://xorg/individual/app/xload-1.2.0.tar.xz";
7129 sha256 = "104snn0rpnc91bmgj797cj6sgmkrp43n9mg20wbmr8p14kbfc3rc";
7130 };
7131 hardeningDisable = [
7132 "bindnow"
7133 "relro"
7134 ];
7135 strictDeps = true;
7136 nativeBuildInputs = [
7137 pkg-config
7138 gettext
7139 wrapWithXFileSearchPathHook
7140 ];
7141 buildInputs = [
7142 libX11
7143 libXaw
7144 libXmu
7145 xorgproto
7146 libXt
7147 ];
7148 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7149 meta = {
7150 pkgConfigModules = [ ];
7151 platforms = lib.platforms.unix;
7152 };
7153 })
7154 ) { };
7155
7156 # THIS IS A GENERATED FILE. DO NOT EDIT!
7157 xlsatoms = callPackage (
7158 {
7159 stdenv,
7160 pkg-config,
7161 fetchurl,
7162 libxcb,
7163 testers,
7164 }:
7165 stdenv.mkDerivation (finalAttrs: {
7166 pname = "xlsatoms";
7167 version = "1.1.4";
7168 builder = ./builder.sh;
7169 src = fetchurl {
7170 url = "mirror://xorg/individual/app/xlsatoms-1.1.4.tar.xz";
7171 sha256 = "1dviriynilkw0jwl0s2h8y95pwh8cxj95cnmllkd6rn0args3gzl";
7172 };
7173 hardeningDisable = [
7174 "bindnow"
7175 "relro"
7176 ];
7177 strictDeps = true;
7178 nativeBuildInputs = [ pkg-config ];
7179 buildInputs = [ libxcb ];
7180 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7181 meta = {
7182 pkgConfigModules = [ ];
7183 platforms = lib.platforms.unix;
7184 };
7185 })
7186 ) { };
7187
7188 # THIS IS A GENERATED FILE. DO NOT EDIT!
7189 xlsclients = callPackage (
7190 {
7191 stdenv,
7192 pkg-config,
7193 fetchurl,
7194 libxcb,
7195 testers,
7196 }:
7197 stdenv.mkDerivation (finalAttrs: {
7198 pname = "xlsclients";
7199 version = "1.1.5";
7200 builder = ./builder.sh;
7201 src = fetchurl {
7202 url = "mirror://xorg/individual/app/xlsclients-1.1.5.tar.xz";
7203 sha256 = "1qxsav5gicsfwv1dqlcfpj47vy9i30i7iysrfx5aql02wxbyxfk8";
7204 };
7205 hardeningDisable = [
7206 "bindnow"
7207 "relro"
7208 ];
7209 strictDeps = true;
7210 nativeBuildInputs = [ pkg-config ];
7211 buildInputs = [ libxcb ];
7212 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7213 meta = {
7214 pkgConfigModules = [ ];
7215 platforms = lib.platforms.unix;
7216 };
7217 })
7218 ) { };
7219
7220 # THIS IS A GENERATED FILE. DO NOT EDIT!
7221 xlsfonts = callPackage (
7222 {
7223 stdenv,
7224 pkg-config,
7225 fetchurl,
7226 libX11,
7227 xorgproto,
7228 testers,
7229 }:
7230 stdenv.mkDerivation (finalAttrs: {
7231 pname = "xlsfonts";
7232 version = "1.0.8";
7233 builder = ./builder.sh;
7234 src = fetchurl {
7235 url = "mirror://xorg/individual/app/xlsfonts-1.0.8.tar.xz";
7236 sha256 = "1kdnzyrm1wqwylghavn9lqi0h4lwf9ifkcv3zikbi176mjg90zw0";
7237 };
7238 hardeningDisable = [
7239 "bindnow"
7240 "relro"
7241 ];
7242 strictDeps = true;
7243 nativeBuildInputs = [ pkg-config ];
7244 buildInputs = [
7245 libX11
7246 xorgproto
7247 ];
7248 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7249 meta = {
7250 pkgConfigModules = [ ];
7251 platforms = lib.platforms.unix;
7252 };
7253 })
7254 ) { };
7255
7256 # THIS IS A GENERATED FILE. DO NOT EDIT!
7257 xmag = callPackage (
7258 {
7259 stdenv,
7260 pkg-config,
7261 fetchurl,
7262 libX11,
7263 libXaw,
7264 libXmu,
7265 xorgproto,
7266 libXt,
7267 wrapWithXFileSearchPathHook,
7268 testers,
7269 }:
7270 stdenv.mkDerivation (finalAttrs: {
7271 pname = "xmag";
7272 version = "1.0.8";
7273 builder = ./builder.sh;
7274 src = fetchurl {
7275 url = "mirror://xorg/individual/app/xmag-1.0.8.tar.xz";
7276 sha256 = "0clm0vm35lkcir5w3bkypax9j57vyzkl9l89qqxbanvr7mc3qv9j";
7277 };
7278 hardeningDisable = [
7279 "bindnow"
7280 "relro"
7281 ];
7282 strictDeps = true;
7283 nativeBuildInputs = [
7284 pkg-config
7285 wrapWithXFileSearchPathHook
7286 ];
7287 buildInputs = [
7288 libX11
7289 libXaw
7290 libXmu
7291 xorgproto
7292 libXt
7293 ];
7294 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7295 meta = {
7296 pkgConfigModules = [ ];
7297 platforms = lib.platforms.unix;
7298 };
7299 })
7300 ) { };
7301
7302 # THIS IS A GENERATED FILE. DO NOT EDIT!
7303 xmessage = callPackage (
7304 {
7305 stdenv,
7306 pkg-config,
7307 fetchurl,
7308 libXaw,
7309 libXt,
7310 wrapWithXFileSearchPathHook,
7311 testers,
7312 }:
7313 stdenv.mkDerivation (finalAttrs: {
7314 pname = "xmessage";
7315 version = "1.0.7";
7316 builder = ./builder.sh;
7317 src = fetchurl {
7318 url = "mirror://xorg/individual/app/xmessage-1.0.7.tar.xz";
7319 sha256 = "0mh3lclzh82l4wkwg1d9gflnm1irjydihg30gqfxcwmpl2vwqgvh";
7320 };
7321 hardeningDisable = [
7322 "bindnow"
7323 "relro"
7324 ];
7325 strictDeps = true;
7326 nativeBuildInputs = [
7327 pkg-config
7328 wrapWithXFileSearchPathHook
7329 ];
7330 buildInputs = [
7331 libXaw
7332 libXt
7333 ];
7334 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7335 meta = {
7336 pkgConfigModules = [ ];
7337 platforms = lib.platforms.unix;
7338 };
7339 })
7340 ) { };
7341
7342 # THIS IS A GENERATED FILE. DO NOT EDIT!
7343 xmodmap = callPackage (
7344 {
7345 stdenv,
7346 pkg-config,
7347 fetchurl,
7348 libX11,
7349 xorgproto,
7350 testers,
7351 }:
7352 stdenv.mkDerivation (finalAttrs: {
7353 pname = "xmodmap";
7354 version = "1.0.11";
7355 builder = ./builder.sh;
7356 src = fetchurl {
7357 url = "mirror://xorg/individual/app/xmodmap-1.0.11.tar.xz";
7358 sha256 = "10byhzdfv1xckqc3d2v52xg1ggxn5j806x4450l3ig5hyxl82bws";
7359 };
7360 hardeningDisable = [
7361 "bindnow"
7362 "relro"
7363 ];
7364 strictDeps = true;
7365 nativeBuildInputs = [ pkg-config ];
7366 buildInputs = [
7367 libX11
7368 xorgproto
7369 ];
7370 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7371 meta = {
7372 pkgConfigModules = [ ];
7373 platforms = lib.platforms.unix;
7374 };
7375 })
7376 ) { };
7377
7378 # THIS IS A GENERATED FILE. DO NOT EDIT!
7379 xmore = callPackage (
7380 {
7381 stdenv,
7382 pkg-config,
7383 fetchurl,
7384 libXaw,
7385 xorgproto,
7386 libXt,
7387 wrapWithXFileSearchPathHook,
7388 testers,
7389 }:
7390 stdenv.mkDerivation (finalAttrs: {
7391 pname = "xmore";
7392 version = "1.0.4";
7393 builder = ./builder.sh;
7394 src = fetchurl {
7395 url = "mirror://xorg/individual/app/xmore-1.0.4.tar.xz";
7396 sha256 = "16havfffngvx5kc9lam8rhsdfabsj1rsv4g49z346knyq7dn1dby";
7397 };
7398 hardeningDisable = [
7399 "bindnow"
7400 "relro"
7401 ];
7402 strictDeps = true;
7403 nativeBuildInputs = [
7404 pkg-config
7405 wrapWithXFileSearchPathHook
7406 ];
7407 buildInputs = [
7408 libXaw
7409 xorgproto
7410 libXt
7411 ];
7412 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7413 meta = {
7414 pkgConfigModules = [ ];
7415 platforms = lib.platforms.unix;
7416 };
7417 })
7418 ) { };
7419
7420 # THIS IS A GENERATED FILE. DO NOT EDIT!
7421 xorgserver = callPackage (
7422 {
7423 stdenv,
7424 pkg-config,
7425 fetchurl,
7426 xorgproto,
7427 openssl,
7428 libX11,
7429 libXau,
7430 libxcb,
7431 xcbutil,
7432 xcbutilwm,
7433 xcbutilimage,
7434 xcbutilkeysyms,
7435 xcbutilrenderutil,
7436 libXdmcp,
7437 libXfixes,
7438 libxkbfile,
7439 testers,
7440 }:
7441 stdenv.mkDerivation (finalAttrs: {
7442 pname = "xorg-server";
7443 version = "21.1.18";
7444 builder = ./builder.sh;
7445 src = fetchurl {
7446 url = "mirror://xorg/individual/xserver/xorg-server-21.1.18.tar.xz";
7447 sha256 = "0lk3268gzpll547zvaa64rdhs4z89d7w567lbd55swl71n9x2y68";
7448 };
7449 hardeningDisable = [
7450 "bindnow"
7451 "relro"
7452 ];
7453 strictDeps = true;
7454 nativeBuildInputs = [ pkg-config ];
7455 buildInputs = [
7456 xorgproto
7457 openssl
7458 libX11
7459 libXau
7460 libxcb
7461 xcbutil
7462 xcbutilwm
7463 xcbutilimage
7464 xcbutilkeysyms
7465 xcbutilrenderutil
7466 libXdmcp
7467 libXfixes
7468 libxkbfile
7469 ];
7470 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7471 meta = {
7472 pkgConfigModules = [ "xorg-server" ];
7473 platforms = lib.platforms.unix;
7474 };
7475 })
7476 ) { };
7477
7478 # THIS IS A GENERATED FILE. DO NOT EDIT!
7479 xpr = callPackage (
7480 {
7481 stdenv,
7482 pkg-config,
7483 fetchurl,
7484 libX11,
7485 libXmu,
7486 xorgproto,
7487 testers,
7488 }:
7489 stdenv.mkDerivation (finalAttrs: {
7490 pname = "xpr";
7491 version = "1.2.0";
7492 builder = ./builder.sh;
7493 src = fetchurl {
7494 url = "mirror://xorg/individual/app/xpr-1.2.0.tar.xz";
7495 sha256 = "1hyf6mc2l7lzkf21d5j4z6glg9y455hlsg8lv2lz028k6gw0554b";
7496 };
7497 hardeningDisable = [
7498 "bindnow"
7499 "relro"
7500 ];
7501 strictDeps = true;
7502 nativeBuildInputs = [ pkg-config ];
7503 buildInputs = [
7504 libX11
7505 libXmu
7506 xorgproto
7507 ];
7508 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7509 meta = {
7510 pkgConfigModules = [ ];
7511 platforms = lib.platforms.unix;
7512 };
7513 })
7514 ) { };
7515
7516 # THIS IS A GENERATED FILE. DO NOT EDIT!
7517 xprop = callPackage (
7518 {
7519 stdenv,
7520 pkg-config,
7521 fetchurl,
7522 libX11,
7523 xorgproto,
7524 testers,
7525 }:
7526 stdenv.mkDerivation (finalAttrs: {
7527 pname = "xprop";
7528 version = "1.2.8";
7529 builder = ./builder.sh;
7530 src = fetchurl {
7531 url = "mirror://xorg/individual/app/xprop-1.2.8.tar.xz";
7532 sha256 = "1vk7kl10ykgqp2iw4m1q4j1zrbkxibd1rdb9cjgl6yzgnyny52fn";
7533 };
7534 hardeningDisable = [
7535 "bindnow"
7536 "relro"
7537 ];
7538 strictDeps = true;
7539 nativeBuildInputs = [ pkg-config ];
7540 buildInputs = [
7541 libX11
7542 xorgproto
7543 ];
7544 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7545 meta = {
7546 pkgConfigModules = [ ];
7547 platforms = lib.platforms.unix;
7548 };
7549 })
7550 ) { };
7551
7552 # THIS IS A GENERATED FILE. DO NOT EDIT!
7553 xrandr = callPackage (
7554 {
7555 stdenv,
7556 pkg-config,
7557 fetchurl,
7558 libX11,
7559 xorgproto,
7560 libXrandr,
7561 libXrender,
7562 testers,
7563 }:
7564 stdenv.mkDerivation (finalAttrs: {
7565 pname = "xrandr";
7566 version = "1.5.3";
7567 builder = ./builder.sh;
7568 src = fetchurl {
7569 url = "mirror://xorg/individual/app/xrandr-1.5.3.tar.xz";
7570 sha256 = "0744kfafd98q2zswyzva837qgvmdpfv80ilnp7x4fhdpmmk7bpgq";
7571 };
7572 hardeningDisable = [
7573 "bindnow"
7574 "relro"
7575 ];
7576 strictDeps = true;
7577 nativeBuildInputs = [ pkg-config ];
7578 buildInputs = [
7579 libX11
7580 xorgproto
7581 libXrandr
7582 libXrender
7583 ];
7584 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7585 meta = {
7586 pkgConfigModules = [ ];
7587 platforms = lib.platforms.unix;
7588 };
7589 })
7590 ) { };
7591
7592 # THIS IS A GENERATED FILE. DO NOT EDIT!
7593 xrdb = callPackage (
7594 {
7595 stdenv,
7596 pkg-config,
7597 fetchurl,
7598 libX11,
7599 libXmu,
7600 xorgproto,
7601 testers,
7602 }:
7603 stdenv.mkDerivation (finalAttrs: {
7604 pname = "xrdb";
7605 version = "1.2.2";
7606 builder = ./builder.sh;
7607 src = fetchurl {
7608 url = "mirror://xorg/individual/app/xrdb-1.2.2.tar.xz";
7609 sha256 = "1x1ka0zbcw66a06jvsy92bvnsj9vxbvnq1hbn1az4f0v4fmzrx9i";
7610 };
7611 hardeningDisable = [
7612 "bindnow"
7613 "relro"
7614 ];
7615 strictDeps = true;
7616 nativeBuildInputs = [ pkg-config ];
7617 buildInputs = [
7618 libX11
7619 libXmu
7620 xorgproto
7621 ];
7622 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7623 meta = {
7624 pkgConfigModules = [ ];
7625 platforms = lib.platforms.unix;
7626 };
7627 })
7628 ) { };
7629
7630 # THIS IS A GENERATED FILE. DO NOT EDIT!
7631 xrefresh = callPackage (
7632 {
7633 stdenv,
7634 pkg-config,
7635 fetchurl,
7636 libX11,
7637 xorgproto,
7638 testers,
7639 }:
7640 stdenv.mkDerivation (finalAttrs: {
7641 pname = "xrefresh";
7642 version = "1.1.0";
7643 builder = ./builder.sh;
7644 src = fetchurl {
7645 url = "mirror://xorg/individual/app/xrefresh-1.1.0.tar.xz";
7646 sha256 = "0pwb5c9g3xxs70gc35hahxq2ky8261pw9n04j01a6dffbqnmkv99";
7647 };
7648 hardeningDisable = [
7649 "bindnow"
7650 "relro"
7651 ];
7652 strictDeps = true;
7653 nativeBuildInputs = [ pkg-config ];
7654 buildInputs = [
7655 libX11
7656 xorgproto
7657 ];
7658 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7659 meta = {
7660 pkgConfigModules = [ ];
7661 platforms = lib.platforms.unix;
7662 };
7663 })
7664 ) { };
7665
7666 # THIS IS A GENERATED FILE. DO NOT EDIT!
7667 xset = callPackage (
7668 {
7669 stdenv,
7670 pkg-config,
7671 fetchurl,
7672 libX11,
7673 libXext,
7674 libXmu,
7675 xorgproto,
7676 libXxf86misc,
7677 testers,
7678 }:
7679 stdenv.mkDerivation (finalAttrs: {
7680 pname = "xset";
7681 version = "1.2.5";
7682 builder = ./builder.sh;
7683 src = fetchurl {
7684 url = "mirror://xorg/individual/app/xset-1.2.5.tar.xz";
7685 sha256 = "0bsyyx3k32k9vpb8x3ks7hlfr03nm0i14fv3cg6n4f2vcdajsscz";
7686 };
7687 hardeningDisable = [
7688 "bindnow"
7689 "relro"
7690 ];
7691 strictDeps = true;
7692 nativeBuildInputs = [ pkg-config ];
7693 buildInputs = [
7694 libX11
7695 libXext
7696 libXmu
7697 xorgproto
7698 libXxf86misc
7699 ];
7700 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7701 meta = {
7702 pkgConfigModules = [ ];
7703 platforms = lib.platforms.unix;
7704 };
7705 })
7706 ) { };
7707
7708 # THIS IS A GENERATED FILE. DO NOT EDIT!
7709 xsetroot = callPackage (
7710 {
7711 stdenv,
7712 pkg-config,
7713 fetchurl,
7714 libX11,
7715 xbitmaps,
7716 libXcursor,
7717 libXmu,
7718 xorgproto,
7719 testers,
7720 }:
7721 stdenv.mkDerivation (finalAttrs: {
7722 pname = "xsetroot";
7723 version = "1.1.3";
7724 builder = ./builder.sh;
7725 src = fetchurl {
7726 url = "mirror://xorg/individual/app/xsetroot-1.1.3.tar.xz";
7727 sha256 = "1l9qcv4mldj70slnmfg56nv7yh9j9ca1x795bl26whmlkrdb90b0";
7728 };
7729 hardeningDisable = [
7730 "bindnow"
7731 "relro"
7732 ];
7733 strictDeps = true;
7734 nativeBuildInputs = [ pkg-config ];
7735 buildInputs = [
7736 libX11
7737 xbitmaps
7738 libXcursor
7739 libXmu
7740 xorgproto
7741 ];
7742 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7743 meta = {
7744 pkgConfigModules = [ ];
7745 platforms = lib.platforms.unix;
7746 };
7747 })
7748 ) { };
7749
7750 # THIS IS A GENERATED FILE. DO NOT EDIT!
7751 xsm = callPackage (
7752 {
7753 stdenv,
7754 pkg-config,
7755 fetchurl,
7756 libICE,
7757 libSM,
7758 libX11,
7759 libXaw,
7760 xorgproto,
7761 libXt,
7762 wrapWithXFileSearchPathHook,
7763 testers,
7764 }:
7765 stdenv.mkDerivation (finalAttrs: {
7766 pname = "xsm";
7767 version = "1.0.6";
7768 builder = ./builder.sh;
7769 src = fetchurl {
7770 url = "mirror://xorg/individual/app/xsm-1.0.6.tar.xz";
7771 sha256 = "1kk398lbwyag8dljfmjfn4psdwmh66yhvab85xckf306qrscfk5p";
7772 };
7773 hardeningDisable = [
7774 "bindnow"
7775 "relro"
7776 ];
7777 strictDeps = true;
7778 nativeBuildInputs = [
7779 pkg-config
7780 wrapWithXFileSearchPathHook
7781 ];
7782 buildInputs = [
7783 libICE
7784 libSM
7785 libX11
7786 libXaw
7787 xorgproto
7788 libXt
7789 ];
7790 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7791 meta = {
7792 pkgConfigModules = [ ];
7793 platforms = lib.platforms.unix;
7794 };
7795 })
7796 ) { };
7797
7798 # THIS IS A GENERATED FILE. DO NOT EDIT!
7799 xstdcmap = callPackage (
7800 {
7801 stdenv,
7802 pkg-config,
7803 fetchurl,
7804 libX11,
7805 libXmu,
7806 xorgproto,
7807 testers,
7808 }:
7809 stdenv.mkDerivation (finalAttrs: {
7810 pname = "xstdcmap";
7811 version = "1.0.5";
7812 builder = ./builder.sh;
7813 src = fetchurl {
7814 url = "mirror://xorg/individual/app/xstdcmap-1.0.5.tar.xz";
7815 sha256 = "1061b95j08mlwpadyilmpbzfgmm08z69k8nrkbn9k11rg7ilfn1n";
7816 };
7817 hardeningDisable = [
7818 "bindnow"
7819 "relro"
7820 ];
7821 strictDeps = true;
7822 nativeBuildInputs = [ pkg-config ];
7823 buildInputs = [
7824 libX11
7825 libXmu
7826 xorgproto
7827 ];
7828 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7829 meta = {
7830 pkgConfigModules = [ ];
7831 platforms = lib.platforms.unix;
7832 };
7833 })
7834 ) { };
7835
7836 # THIS IS A GENERATED FILE. DO NOT EDIT!
7837 xtrap = callPackage (
7838 {
7839 stdenv,
7840 pkg-config,
7841 fetchurl,
7842 libX11,
7843 libXt,
7844 libXTrap,
7845 testers,
7846 }:
7847 stdenv.mkDerivation (finalAttrs: {
7848 pname = "xtrap";
7849 version = "1.0.3";
7850 builder = ./builder.sh;
7851 src = fetchurl {
7852 url = "mirror://xorg/individual/app/xtrap-1.0.3.tar.bz2";
7853 sha256 = "0sqm4j1zflk1s94iq4waa70hna1xcys88v9a70w0vdw66czhvj2j";
7854 };
7855 hardeningDisable = [
7856 "bindnow"
7857 "relro"
7858 ];
7859 strictDeps = true;
7860 nativeBuildInputs = [ pkg-config ];
7861 buildInputs = [
7862 libX11
7863 libXt
7864 libXTrap
7865 ];
7866 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7867 meta = {
7868 pkgConfigModules = [ ];
7869 platforms = lib.platforms.unix;
7870 };
7871 })
7872 ) { };
7873
7874 # THIS IS A GENERATED FILE. DO NOT EDIT!
7875 xvinfo = callPackage (
7876 {
7877 stdenv,
7878 pkg-config,
7879 fetchurl,
7880 libX11,
7881 xorgproto,
7882 libXv,
7883 testers,
7884 }:
7885 stdenv.mkDerivation (finalAttrs: {
7886 pname = "xvinfo";
7887 version = "1.1.5";
7888 builder = ./builder.sh;
7889 src = fetchurl {
7890 url = "mirror://xorg/individual/app/xvinfo-1.1.5.tar.xz";
7891 sha256 = "0164qpbjmxxa1rbvh6ay1iz2qnp9hl1745k9pk6195kdnbn73piy";
7892 };
7893 hardeningDisable = [
7894 "bindnow"
7895 "relro"
7896 ];
7897 strictDeps = true;
7898 nativeBuildInputs = [ pkg-config ];
7899 buildInputs = [
7900 libX11
7901 xorgproto
7902 libXv
7903 ];
7904 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7905 meta = {
7906 pkgConfigModules = [ ];
7907 platforms = lib.platforms.unix;
7908 };
7909 })
7910 ) { };
7911
7912 # THIS IS A GENERATED FILE. DO NOT EDIT!
7913 xwd = callPackage (
7914 {
7915 stdenv,
7916 pkg-config,
7917 fetchurl,
7918 libxkbfile,
7919 libX11,
7920 xorgproto,
7921 testers,
7922 }:
7923 stdenv.mkDerivation (finalAttrs: {
7924 pname = "xwd";
7925 version = "1.0.9";
7926 builder = ./builder.sh;
7927 src = fetchurl {
7928 url = "mirror://xorg/individual/app/xwd-1.0.9.tar.xz";
7929 sha256 = "0gxx3y9zlh13jgwkayxljm6i58ng8jc1xzqv2g8s7d3yjj21n4nw";
7930 };
7931 hardeningDisable = [
7932 "bindnow"
7933 "relro"
7934 ];
7935 strictDeps = true;
7936 nativeBuildInputs = [ pkg-config ];
7937 buildInputs = [
7938 libxkbfile
7939 libX11
7940 xorgproto
7941 ];
7942 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7943 meta = {
7944 pkgConfigModules = [ ];
7945 platforms = lib.platforms.unix;
7946 };
7947 })
7948 ) { };
7949
7950 # THIS IS A GENERATED FILE. DO NOT EDIT!
7951 xwininfo = callPackage (
7952 {
7953 stdenv,
7954 pkg-config,
7955 fetchurl,
7956 libX11,
7957 libxcb,
7958 xorgproto,
7959 testers,
7960 }:
7961 stdenv.mkDerivation (finalAttrs: {
7962 pname = "xwininfo";
7963 version = "1.1.6";
7964 builder = ./builder.sh;
7965 src = fetchurl {
7966 url = "mirror://xorg/individual/app/xwininfo-1.1.6.tar.xz";
7967 sha256 = "0gr5m4lyvkil3cl63zf0sw7bq5qgraqrnvddk6xgk3a42xy8j61m";
7968 };
7969 hardeningDisable = [
7970 "bindnow"
7971 "relro"
7972 ];
7973 strictDeps = true;
7974 nativeBuildInputs = [ pkg-config ];
7975 buildInputs = [
7976 libX11
7977 libxcb
7978 xorgproto
7979 ];
7980 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
7981 meta = {
7982 pkgConfigModules = [ ];
7983 platforms = lib.platforms.unix;
7984 };
7985 })
7986 ) { };
7987
7988 # THIS IS A GENERATED FILE. DO NOT EDIT!
7989 xwud = callPackage (
7990 {
7991 stdenv,
7992 pkg-config,
7993 fetchurl,
7994 libX11,
7995 xorgproto,
7996 testers,
7997 }:
7998 stdenv.mkDerivation (finalAttrs: {
7999 pname = "xwud";
8000 version = "1.0.7";
8001 builder = ./builder.sh;
8002 src = fetchurl {
8003 url = "mirror://xorg/individual/app/xwud-1.0.7.tar.xz";
8004 sha256 = "07n6q1z33sjkx8lx8lbd26m8ri5gi145k3mz39kmyykdngdbwp75";
8005 };
8006 hardeningDisable = [
8007 "bindnow"
8008 "relro"
8009 ];
8010 strictDeps = true;
8011 nativeBuildInputs = [ pkg-config ];
8012 buildInputs = [
8013 libX11
8014 xorgproto
8015 ];
8016 passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
8017 meta = {
8018 pkgConfigModules = [ ];
8019 platforms = lib.platforms.unix;
8020 };
8021 })
8022 ) { };
8023
8024}