x11/xorg: run generator to apply change to stdenv.lib -> lib

+221 -221
+221 -221
pkgs/servers/x11/xorg/default.nix
··· 15 15 hardeningDisable = [ "bindnow" "relro" ]; 16 16 nativeBuildInputs = [ pkgconfig ]; 17 17 buildInputs = [ libX11 xorgproto libXt ]; 18 - meta.platforms = stdenv.lib.platforms.unix; 18 + meta.platforms = lib.platforms.unix; 19 19 }) {}; 20 20 21 21 bdftopcf = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 28 28 hardeningDisable = [ "bindnow" "relro" ]; 29 29 nativeBuildInputs = [ pkgconfig ]; 30 30 buildInputs = [ ]; 31 - meta.platforms = stdenv.lib.platforms.unix; 31 + meta.platforms = lib.platforms.unix; 32 32 }) {}; 33 33 34 34 bitmap = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, xbitmaps, libXmu, xorgproto, libXt }: stdenv.mkDerivation { ··· 41 41 hardeningDisable = [ "bindnow" "relro" ]; 42 42 nativeBuildInputs = [ pkgconfig ]; 43 43 buildInputs = [ libX11 libXaw xbitmaps libXmu xorgproto libXt ]; 44 - meta.platforms = stdenv.lib.platforms.unix; 44 + meta.platforms = lib.platforms.unix; 45 45 }) {}; 46 46 47 47 editres = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt }: stdenv.mkDerivation { ··· 54 54 hardeningDisable = [ "bindnow" "relro" ]; 55 55 nativeBuildInputs = [ pkgconfig ]; 56 56 buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; 57 - meta.platforms = stdenv.lib.platforms.unix; 57 + meta.platforms = lib.platforms.unix; 58 58 }) {}; 59 59 60 60 encodings = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 67 67 hardeningDisable = [ "bindnow" "relro" ]; 68 68 nativeBuildInputs = [ pkgconfig ]; 69 69 buildInputs = [ ]; 70 - meta.platforms = stdenv.lib.platforms.unix; 70 + meta.platforms = lib.platforms.unix; 71 71 }) {}; 72 72 73 73 fontadobe100dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 81 81 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 82 82 buildInputs = [ ]; 83 83 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 84 - meta.platforms = stdenv.lib.platforms.unix; 84 + meta.platforms = lib.platforms.unix; 85 85 }) {}; 86 86 87 87 fontadobe75dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 95 95 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 96 96 buildInputs = [ ]; 97 97 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 98 - meta.platforms = stdenv.lib.platforms.unix; 98 + meta.platforms = lib.platforms.unix; 99 99 }) {}; 100 100 101 101 fontadobeutopia100dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 109 109 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 110 110 buildInputs = [ ]; 111 111 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 112 - meta.platforms = stdenv.lib.platforms.unix; 112 + meta.platforms = lib.platforms.unix; 113 113 }) {}; 114 114 115 115 fontadobeutopia75dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 123 123 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 124 124 buildInputs = [ ]; 125 125 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 126 - meta.platforms = stdenv.lib.platforms.unix; 126 + meta.platforms = lib.platforms.unix; 127 127 }) {}; 128 128 129 129 fontadobeutopiatype1 = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 137 137 nativeBuildInputs = [ pkgconfig mkfontscale ]; 138 138 buildInputs = [ ]; 139 139 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 140 - meta.platforms = stdenv.lib.platforms.unix; 140 + meta.platforms = lib.platforms.unix; 141 141 }) {}; 142 142 143 143 fontalias = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 150 150 hardeningDisable = [ "bindnow" "relro" ]; 151 151 nativeBuildInputs = [ pkgconfig ]; 152 152 buildInputs = [ ]; 153 - meta.platforms = stdenv.lib.platforms.unix; 153 + meta.platforms = lib.platforms.unix; 154 154 }) {}; 155 155 156 156 fontarabicmisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 164 164 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 165 165 buildInputs = [ ]; 166 166 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 167 - meta.platforms = stdenv.lib.platforms.unix; 167 + meta.platforms = lib.platforms.unix; 168 168 }) {}; 169 169 170 170 fontbh100dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 178 178 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 179 179 buildInputs = [ ]; 180 180 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 181 - meta.platforms = stdenv.lib.platforms.unix; 181 + meta.platforms = lib.platforms.unix; 182 182 }) {}; 183 183 184 184 fontbh75dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 192 192 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 193 193 buildInputs = [ ]; 194 194 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 195 - meta.platforms = stdenv.lib.platforms.unix; 195 + meta.platforms = lib.platforms.unix; 196 196 }) {}; 197 197 198 198 fontbhlucidatypewriter100dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 206 206 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 207 207 buildInputs = [ ]; 208 208 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 209 - meta.platforms = stdenv.lib.platforms.unix; 209 + meta.platforms = lib.platforms.unix; 210 210 }) {}; 211 211 212 212 fontbhlucidatypewriter75dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 220 220 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 221 221 buildInputs = [ ]; 222 222 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 223 - meta.platforms = stdenv.lib.platforms.unix; 223 + meta.platforms = lib.platforms.unix; 224 224 }) {}; 225 225 226 226 fontbhttf = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 234 234 nativeBuildInputs = [ pkgconfig mkfontscale ]; 235 235 buildInputs = [ ]; 236 236 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 237 - meta.platforms = stdenv.lib.platforms.unix; 237 + meta.platforms = lib.platforms.unix; 238 238 }) {}; 239 239 240 240 fontbhtype1 = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 248 248 nativeBuildInputs = [ pkgconfig mkfontscale ]; 249 249 buildInputs = [ ]; 250 250 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 251 - meta.platforms = stdenv.lib.platforms.unix; 251 + meta.platforms = lib.platforms.unix; 252 252 }) {}; 253 253 254 254 fontbitstream100dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 262 262 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 263 263 buildInputs = [ ]; 264 264 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 265 - meta.platforms = stdenv.lib.platforms.unix; 265 + meta.platforms = lib.platforms.unix; 266 266 }) {}; 267 267 268 268 fontbitstream75dpi = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 276 276 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 277 277 buildInputs = [ ]; 278 278 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 279 - meta.platforms = stdenv.lib.platforms.unix; 279 + meta.platforms = lib.platforms.unix; 280 280 }) {}; 281 281 282 282 fontbitstreamtype1 = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 290 290 nativeBuildInputs = [ pkgconfig mkfontscale ]; 291 291 buildInputs = [ ]; 292 292 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 293 - meta.platforms = stdenv.lib.platforms.unix; 293 + meta.platforms = lib.platforms.unix; 294 294 }) {}; 295 295 296 296 fontcronyxcyrillic = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 304 304 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 305 305 buildInputs = [ ]; 306 306 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 307 - meta.platforms = stdenv.lib.platforms.unix; 307 + meta.platforms = lib.platforms.unix; 308 308 }) {}; 309 309 310 310 fontcursormisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 318 318 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 319 319 buildInputs = [ ]; 320 320 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 321 - meta.platforms = stdenv.lib.platforms.unix; 321 + meta.platforms = lib.platforms.unix; 322 322 }) {}; 323 323 324 324 fontdaewoomisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 332 332 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 333 333 buildInputs = [ ]; 334 334 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 335 - meta.platforms = stdenv.lib.platforms.unix; 335 + meta.platforms = lib.platforms.unix; 336 336 }) {}; 337 337 338 338 fontdecmisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 346 346 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 347 347 buildInputs = [ ]; 348 348 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 349 - meta.platforms = stdenv.lib.platforms.unix; 349 + meta.platforms = lib.platforms.unix; 350 350 }) {}; 351 351 352 352 fontibmtype1 = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 360 360 nativeBuildInputs = [ pkgconfig mkfontscale ]; 361 361 buildInputs = [ ]; 362 362 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 363 - meta.platforms = stdenv.lib.platforms.unix; 363 + meta.platforms = lib.platforms.unix; 364 364 }) {}; 365 365 366 366 fontisasmisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 374 374 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 375 375 buildInputs = [ ]; 376 376 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 377 - meta.platforms = stdenv.lib.platforms.unix; 377 + meta.platforms = lib.platforms.unix; 378 378 }) {}; 379 379 380 380 fontjismisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 388 388 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 389 389 buildInputs = [ ]; 390 390 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 391 - meta.platforms = stdenv.lib.platforms.unix; 391 + meta.platforms = lib.platforms.unix; 392 392 }) {}; 393 393 394 394 fontmicromisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 402 402 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 403 403 buildInputs = [ ]; 404 404 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 405 - meta.platforms = stdenv.lib.platforms.unix; 405 + meta.platforms = lib.platforms.unix; 406 406 }) {}; 407 407 408 408 fontmisccyrillic = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 416 416 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 417 417 buildInputs = [ ]; 418 418 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 419 - meta.platforms = stdenv.lib.platforms.unix; 419 + meta.platforms = lib.platforms.unix; 420 420 }) {}; 421 421 422 422 fontmiscethiopic = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 430 430 nativeBuildInputs = [ pkgconfig mkfontscale ]; 431 431 buildInputs = [ ]; 432 432 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 433 - meta.platforms = stdenv.lib.platforms.unix; 433 + meta.platforms = lib.platforms.unix; 434 434 }) {}; 435 435 436 436 fontmiscmeltho = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 444 444 nativeBuildInputs = [ pkgconfig mkfontscale ]; 445 445 buildInputs = [ ]; 446 446 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 447 - meta.platforms = stdenv.lib.platforms.unix; 447 + meta.platforms = lib.platforms.unix; 448 448 }) {}; 449 449 450 450 fontmiscmisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 458 458 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 459 459 buildInputs = [ ]; 460 460 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 461 - meta.platforms = stdenv.lib.platforms.unix; 461 + meta.platforms = lib.platforms.unix; 462 462 }) {}; 463 463 464 464 fontmuttmisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 472 472 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 473 473 buildInputs = [ ]; 474 474 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 475 - meta.platforms = stdenv.lib.platforms.unix; 475 + meta.platforms = lib.platforms.unix; 476 476 }) {}; 477 477 478 478 fontschumachermisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, fontutil, mkfontscale }: stdenv.mkDerivation { ··· 486 486 nativeBuildInputs = [ pkgconfig bdftopcf fontutil mkfontscale ]; 487 487 buildInputs = [ ]; 488 488 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 489 - meta.platforms = stdenv.lib.platforms.unix; 489 + meta.platforms = lib.platforms.unix; 490 490 }) {}; 491 491 492 492 fontscreencyrillic = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 500 500 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 501 501 buildInputs = [ ]; 502 502 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 503 - meta.platforms = stdenv.lib.platforms.unix; 503 + meta.platforms = lib.platforms.unix; 504 504 }) {}; 505 505 506 506 fontsonymisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 514 514 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 515 515 buildInputs = [ ]; 516 516 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 517 - meta.platforms = stdenv.lib.platforms.unix; 517 + meta.platforms = lib.platforms.unix; 518 518 }) {}; 519 519 520 520 fontsunmisc = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 528 528 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 529 529 buildInputs = [ ]; 530 530 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 531 - meta.platforms = stdenv.lib.platforms.unix; 531 + meta.platforms = lib.platforms.unix; 532 532 }) {}; 533 533 534 534 fonttosfnt = callPackage ({ stdenv, pkgconfig, fetchurl, libfontenc, freetype, xorgproto }: stdenv.mkDerivation { ··· 541 541 hardeningDisable = [ "bindnow" "relro" ]; 542 542 nativeBuildInputs = [ pkgconfig ]; 543 543 buildInputs = [ libfontenc freetype xorgproto ]; 544 - meta.platforms = stdenv.lib.platforms.unix; 544 + meta.platforms = lib.platforms.unix; 545 545 }) {}; 546 546 547 547 fontutil = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 554 554 hardeningDisable = [ "bindnow" "relro" ]; 555 555 nativeBuildInputs = [ pkgconfig ]; 556 556 buildInputs = [ ]; 557 - meta.platforms = stdenv.lib.platforms.unix; 557 + meta.platforms = lib.platforms.unix; 558 558 }) {}; 559 559 560 560 fontwinitzkicyrillic = callPackage ({ stdenv, pkgconfig, fetchurl, bdftopcf, mkfontscale }: stdenv.mkDerivation { ··· 568 568 nativeBuildInputs = [ pkgconfig bdftopcf mkfontscale ]; 569 569 buildInputs = [ ]; 570 570 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 571 - meta.platforms = stdenv.lib.platforms.unix; 571 + meta.platforms = lib.platforms.unix; 572 572 }) {}; 573 573 574 574 fontxfree86type1 = callPackage ({ stdenv, pkgconfig, fetchurl, mkfontscale }: stdenv.mkDerivation { ··· 582 582 nativeBuildInputs = [ pkgconfig mkfontscale ]; 583 583 buildInputs = [ ]; 584 584 configureFlags = [ "--with-fontrootdir=$(out)/lib/X11/fonts" ]; 585 - meta.platforms = stdenv.lib.platforms.unix; 585 + meta.platforms = lib.platforms.unix; 586 586 }) {}; 587 587 588 588 gccmakedep = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 595 595 hardeningDisable = [ "bindnow" "relro" ]; 596 596 nativeBuildInputs = [ pkgconfig ]; 597 597 buildInputs = [ ]; 598 - meta.platforms = stdenv.lib.platforms.unix; 598 + meta.platforms = lib.platforms.unix; 599 599 }) {}; 600 600 601 601 iceauth = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, xorgproto }: stdenv.mkDerivation { ··· 608 608 hardeningDisable = [ "bindnow" "relro" ]; 609 609 nativeBuildInputs = [ pkgconfig ]; 610 610 buildInputs = [ libICE xorgproto ]; 611 - meta.platforms = stdenv.lib.platforms.unix; 611 + meta.platforms = lib.platforms.unix; 612 612 }) {}; 613 613 614 614 ico = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 621 621 hardeningDisable = [ "bindnow" "relro" ]; 622 622 nativeBuildInputs = [ pkgconfig ]; 623 623 buildInputs = [ libX11 xorgproto ]; 624 - meta.platforms = stdenv.lib.platforms.unix; 624 + meta.platforms = lib.platforms.unix; 625 625 }) {}; 626 626 627 627 imake = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 634 634 hardeningDisable = [ "bindnow" "relro" ]; 635 635 nativeBuildInputs = [ pkgconfig ]; 636 636 buildInputs = [ xorgproto ]; 637 - meta.platforms = stdenv.lib.platforms.unix; 637 + meta.platforms = lib.platforms.unix; 638 638 }) {}; 639 639 640 640 libAppleWM = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext }: stdenv.mkDerivation { ··· 647 647 hardeningDisable = [ "bindnow" "relro" ]; 648 648 nativeBuildInputs = [ pkgconfig ]; 649 649 buildInputs = [ xorgproto libX11 libXext ]; 650 - meta.platforms = stdenv.lib.platforms.unix; 650 + meta.platforms = lib.platforms.unix; 651 651 }) {}; 652 652 653 653 libFS = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xtrans }: stdenv.mkDerivation { ··· 660 660 hardeningDisable = [ "bindnow" "relro" ]; 661 661 nativeBuildInputs = [ pkgconfig ]; 662 662 buildInputs = [ xorgproto xtrans ]; 663 - meta.platforms = stdenv.lib.platforms.unix; 663 + meta.platforms = lib.platforms.unix; 664 664 }) {}; 665 665 666 666 libICE = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xtrans }: stdenv.mkDerivation { ··· 673 673 hardeningDisable = [ "bindnow" "relro" ]; 674 674 nativeBuildInputs = [ pkgconfig ]; 675 675 buildInputs = [ xorgproto xtrans ]; 676 - meta.platforms = stdenv.lib.platforms.unix; 676 + meta.platforms = lib.platforms.unix; 677 677 }) {}; 678 678 679 679 libSM = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, libuuid, xorgproto, xtrans }: stdenv.mkDerivation { ··· 686 686 hardeningDisable = [ "bindnow" "relro" ]; 687 687 nativeBuildInputs = [ pkgconfig ]; 688 688 buildInputs = [ libICE libuuid xorgproto xtrans ]; 689 - meta.platforms = stdenv.lib.platforms.unix; 689 + meta.platforms = lib.platforms.unix; 690 690 }) {}; 691 691 692 692 libWindowsWM = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext }: stdenv.mkDerivation { ··· 699 699 hardeningDisable = [ "bindnow" "relro" ]; 700 700 nativeBuildInputs = [ pkgconfig ]; 701 701 buildInputs = [ xorgproto libX11 libXext ]; 702 - meta.platforms = stdenv.lib.platforms.unix; 702 + meta.platforms = lib.platforms.unix; 703 703 }) {}; 704 704 705 705 libX11 = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libxcb, xtrans }: stdenv.mkDerivation { ··· 712 712 hardeningDisable = [ "bindnow" "relro" ]; 713 713 nativeBuildInputs = [ pkgconfig ]; 714 714 buildInputs = [ xorgproto libxcb xtrans ]; 715 - meta.platforms = stdenv.lib.platforms.unix; 715 + meta.platforms = lib.platforms.unix; 716 716 }) {}; 717 717 718 718 libXScrnSaver = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext }: stdenv.mkDerivation { ··· 725 725 hardeningDisable = [ "bindnow" "relro" ]; 726 726 nativeBuildInputs = [ pkgconfig ]; 727 727 buildInputs = [ xorgproto libX11 libXext ]; 728 - meta.platforms = stdenv.lib.platforms.unix; 728 + meta.platforms = lib.platforms.unix; 729 729 }) {}; 730 730 731 731 libXTrap = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext, libXt }: stdenv.mkDerivation { ··· 738 738 hardeningDisable = [ "bindnow" "relro" ]; 739 739 nativeBuildInputs = [ pkgconfig ]; 740 740 buildInputs = [ xorgproto libX11 libXext libXt ]; 741 - meta.platforms = stdenv.lib.platforms.unix; 741 + meta.platforms = lib.platforms.unix; 742 742 }) {}; 743 743 744 744 libXau = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 751 751 hardeningDisable = [ "bindnow" "relro" ]; 752 752 nativeBuildInputs = [ pkgconfig ]; 753 753 buildInputs = [ xorgproto ]; 754 - meta.platforms = stdenv.lib.platforms.unix; 754 + meta.platforms = lib.platforms.unix; 755 755 }) {}; 756 756 757 757 libXaw = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto, libXmu, libXpm, libXt }: stdenv.mkDerivation { ··· 764 764 hardeningDisable = [ "bindnow" "relro" ]; 765 765 nativeBuildInputs = [ pkgconfig ]; 766 766 buildInputs = [ libX11 libXext xorgproto libXmu libXpm libXt ]; 767 - meta.platforms = stdenv.lib.platforms.unix; 767 + meta.platforms = lib.platforms.unix; 768 768 }) {}; 769 769 770 770 libXaw3d = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, libXmu, libXpm, xorgproto, libXt }: stdenv.mkDerivation { ··· 777 777 hardeningDisable = [ "bindnow" "relro" ]; 778 778 nativeBuildInputs = [ pkgconfig ]; 779 779 buildInputs = [ libX11 libXext libXmu libXpm xorgproto libXt ]; 780 - meta.platforms = stdenv.lib.platforms.unix; 780 + meta.platforms = lib.platforms.unix; 781 781 }) {}; 782 782 783 783 libXcomposite = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXfixes }: stdenv.mkDerivation { ··· 790 790 hardeningDisable = [ "bindnow" "relro" ]; 791 791 nativeBuildInputs = [ pkgconfig ]; 792 792 buildInputs = [ xorgproto libX11 libXfixes ]; 793 - meta.platforms = stdenv.lib.platforms.unix; 793 + meta.platforms = lib.platforms.unix; 794 794 }) {}; 795 795 796 796 libXcursor = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXfixes, libXrender }: stdenv.mkDerivation { ··· 803 803 hardeningDisable = [ "bindnow" "relro" ]; 804 804 nativeBuildInputs = [ pkgconfig ]; 805 805 buildInputs = [ xorgproto libX11 libXfixes libXrender ]; 806 - meta.platforms = stdenv.lib.platforms.unix; 806 + meta.platforms = lib.platforms.unix; 807 807 }) {}; 808 808 809 809 libXdamage = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXfixes }: stdenv.mkDerivation { ··· 816 816 hardeningDisable = [ "bindnow" "relro" ]; 817 817 nativeBuildInputs = [ pkgconfig ]; 818 818 buildInputs = [ xorgproto libX11 libXfixes ]; 819 - meta.platforms = stdenv.lib.platforms.unix; 819 + meta.platforms = lib.platforms.unix; 820 820 }) {}; 821 821 822 822 libXdmcp = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 829 829 hardeningDisable = [ "bindnow" "relro" ]; 830 830 nativeBuildInputs = [ pkgconfig ]; 831 831 buildInputs = [ xorgproto ]; 832 - meta.platforms = stdenv.lib.platforms.unix; 832 + meta.platforms = lib.platforms.unix; 833 833 }) {}; 834 834 835 835 libXext = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 842 842 hardeningDisable = [ "bindnow" "relro" ]; 843 843 nativeBuildInputs = [ pkgconfig ]; 844 844 buildInputs = [ libX11 xorgproto ]; 845 - meta.platforms = stdenv.lib.platforms.unix; 845 + meta.platforms = lib.platforms.unix; 846 846 }) {}; 847 847 848 848 libXfixes = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11 }: stdenv.mkDerivation { ··· 855 855 hardeningDisable = [ "bindnow" "relro" ]; 856 856 nativeBuildInputs = [ pkgconfig ]; 857 857 buildInputs = [ xorgproto libX11 ]; 858 - meta.platforms = stdenv.lib.platforms.unix; 858 + meta.platforms = lib.platforms.unix; 859 859 }) {}; 860 860 861 861 libXfont = callPackage ({ stdenv, pkgconfig, fetchurl, libfontenc, xorgproto, freetype, xtrans, zlib }: stdenv.mkDerivation { ··· 868 868 hardeningDisable = [ "bindnow" "relro" ]; 869 869 nativeBuildInputs = [ pkgconfig ]; 870 870 buildInputs = [ libfontenc xorgproto freetype xtrans zlib ]; 871 - meta.platforms = stdenv.lib.platforms.unix; 871 + meta.platforms = lib.platforms.unix; 872 872 }) {}; 873 873 874 874 libXfont2 = callPackage ({ stdenv, pkgconfig, fetchurl, libfontenc, xorgproto, freetype, xtrans, zlib }: stdenv.mkDerivation { ··· 881 881 hardeningDisable = [ "bindnow" "relro" ]; 882 882 nativeBuildInputs = [ pkgconfig ]; 883 883 buildInputs = [ libfontenc xorgproto freetype xtrans zlib ]; 884 - meta.platforms = stdenv.lib.platforms.unix; 884 + meta.platforms = lib.platforms.unix; 885 885 }) {}; 886 886 887 887 libXft = callPackage ({ stdenv, pkgconfig, fetchurl, fontconfig, freetype, libX11, xorgproto, libXrender }: stdenv.mkDerivation { ··· 894 894 hardeningDisable = [ "bindnow" "relro" ]; 895 895 nativeBuildInputs = [ pkgconfig ]; 896 896 buildInputs = [ fontconfig freetype libX11 xorgproto libXrender ]; 897 - meta.platforms = stdenv.lib.platforms.unix; 897 + meta.platforms = lib.platforms.unix; 898 898 }) {}; 899 899 900 900 libXi = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext, libXfixes }: stdenv.mkDerivation { ··· 907 907 hardeningDisable = [ "bindnow" "relro" ]; 908 908 nativeBuildInputs = [ pkgconfig ]; 909 909 buildInputs = [ xorgproto libX11 libXext libXfixes ]; 910 - meta.platforms = stdenv.lib.platforms.unix; 910 + meta.platforms = lib.platforms.unix; 911 911 }) {}; 912 912 913 913 libXinerama = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto }: stdenv.mkDerivation { ··· 920 920 hardeningDisable = [ "bindnow" "relro" ]; 921 921 nativeBuildInputs = [ pkgconfig ]; 922 922 buildInputs = [ libX11 libXext xorgproto ]; 923 - meta.platforms = stdenv.lib.platforms.unix; 923 + meta.platforms = lib.platforms.unix; 924 924 }) {}; 925 925 926 926 libXmu = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto, libXt }: stdenv.mkDerivation { ··· 933 933 hardeningDisable = [ "bindnow" "relro" ]; 934 934 nativeBuildInputs = [ pkgconfig ]; 935 935 buildInputs = [ libX11 libXext xorgproto libXt ]; 936 - meta.platforms = stdenv.lib.platforms.unix; 936 + meta.platforms = lib.platforms.unix; 937 937 }) {}; 938 938 939 939 libXp = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXau, libXext }: stdenv.mkDerivation { ··· 946 946 hardeningDisable = [ "bindnow" "relro" ]; 947 947 nativeBuildInputs = [ pkgconfig ]; 948 948 buildInputs = [ xorgproto libX11 libXau libXext ]; 949 - meta.platforms = stdenv.lib.platforms.unix; 949 + meta.platforms = lib.platforms.unix; 950 950 }) {}; 951 951 952 952 libXpm = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto, libXt, gettext }: stdenv.mkDerivation { ··· 959 959 hardeningDisable = [ "bindnow" "relro" ]; 960 960 nativeBuildInputs = [ pkgconfig gettext ]; 961 961 buildInputs = [ libX11 libXext xorgproto libXt ]; 962 - meta.platforms = stdenv.lib.platforms.unix; 962 + meta.platforms = lib.platforms.unix; 963 963 }) {}; 964 964 965 965 libXpresent = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11 }: stdenv.mkDerivation { ··· 972 972 hardeningDisable = [ "bindnow" "relro" ]; 973 973 nativeBuildInputs = [ pkgconfig ]; 974 974 buildInputs = [ xorgproto libX11 ]; 975 - meta.platforms = stdenv.lib.platforms.unix; 975 + meta.platforms = lib.platforms.unix; 976 976 }) {}; 977 977 978 978 libXrandr = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext, libXrender }: stdenv.mkDerivation { ··· 985 985 hardeningDisable = [ "bindnow" "relro" ]; 986 986 nativeBuildInputs = [ pkgconfig ]; 987 987 buildInputs = [ xorgproto libX11 libXext libXrender ]; 988 - meta.platforms = stdenv.lib.platforms.unix; 988 + meta.platforms = lib.platforms.unix; 989 989 }) {}; 990 990 991 991 libXrender = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11 }: stdenv.mkDerivation { ··· 998 998 hardeningDisable = [ "bindnow" "relro" ]; 999 999 nativeBuildInputs = [ pkgconfig ]; 1000 1000 buildInputs = [ xorgproto libX11 ]; 1001 - meta.platforms = stdenv.lib.platforms.unix; 1001 + meta.platforms = lib.platforms.unix; 1002 1002 }) {}; 1003 1003 1004 1004 libXres = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext }: stdenv.mkDerivation { ··· 1011 1011 hardeningDisable = [ "bindnow" "relro" ]; 1012 1012 nativeBuildInputs = [ pkgconfig ]; 1013 1013 buildInputs = [ xorgproto libX11 libXext ]; 1014 - meta.platforms = stdenv.lib.platforms.unix; 1014 + meta.platforms = lib.platforms.unix; 1015 1015 }) {}; 1016 1016 1017 1017 libXt = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, xorgproto, libSM, libX11 }: stdenv.mkDerivation { ··· 1024 1024 hardeningDisable = [ "bindnow" "relro" ]; 1025 1025 nativeBuildInputs = [ pkgconfig ]; 1026 1026 buildInputs = [ libICE xorgproto libSM libX11 ]; 1027 - meta.platforms = stdenv.lib.platforms.unix; 1027 + meta.platforms = lib.platforms.unix; 1028 1028 }) {}; 1029 1029 1030 1030 libXtst = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext, libXi }: stdenv.mkDerivation { ··· 1037 1037 hardeningDisable = [ "bindnow" "relro" ]; 1038 1038 nativeBuildInputs = [ pkgconfig ]; 1039 1039 buildInputs = [ xorgproto libX11 libXext libXi ]; 1040 - meta.platforms = stdenv.lib.platforms.unix; 1040 + meta.platforms = lib.platforms.unix; 1041 1041 }) {}; 1042 1042 1043 1043 libXv = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext }: stdenv.mkDerivation { ··· 1050 1050 hardeningDisable = [ "bindnow" "relro" ]; 1051 1051 nativeBuildInputs = [ pkgconfig ]; 1052 1052 buildInputs = [ xorgproto libX11 libXext ]; 1053 - meta.platforms = stdenv.lib.platforms.unix; 1053 + meta.platforms = lib.platforms.unix; 1054 1054 }) {}; 1055 1055 1056 1056 libXvMC = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext, libXv }: stdenv.mkDerivation { ··· 1063 1063 hardeningDisable = [ "bindnow" "relro" ]; 1064 1064 nativeBuildInputs = [ pkgconfig ]; 1065 1065 buildInputs = [ xorgproto libX11 libXext libXv ]; 1066 - meta.platforms = stdenv.lib.platforms.unix; 1066 + meta.platforms = lib.platforms.unix; 1067 1067 }) {}; 1068 1068 1069 1069 libXxf86dga = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto }: stdenv.mkDerivation { ··· 1076 1076 hardeningDisable = [ "bindnow" "relro" ]; 1077 1077 nativeBuildInputs = [ pkgconfig ]; 1078 1078 buildInputs = [ libX11 libXext xorgproto ]; 1079 - meta.platforms = stdenv.lib.platforms.unix; 1079 + meta.platforms = lib.platforms.unix; 1080 1080 }) {}; 1081 1081 1082 1082 libXxf86misc = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto }: stdenv.mkDerivation { ··· 1089 1089 hardeningDisable = [ "bindnow" "relro" ]; 1090 1090 nativeBuildInputs = [ pkgconfig ]; 1091 1091 buildInputs = [ libX11 libXext xorgproto ]; 1092 - meta.platforms = stdenv.lib.platforms.unix; 1092 + meta.platforms = lib.platforms.unix; 1093 1093 }) {}; 1094 1094 1095 1095 libXxf86vm = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, xorgproto }: stdenv.mkDerivation { ··· 1102 1102 hardeningDisable = [ "bindnow" "relro" ]; 1103 1103 nativeBuildInputs = [ pkgconfig ]; 1104 1104 buildInputs = [ libX11 libXext xorgproto ]; 1105 - meta.platforms = stdenv.lib.platforms.unix; 1105 + meta.platforms = lib.platforms.unix; 1106 1106 }) {}; 1107 1107 1108 1108 libdmx = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext }: stdenv.mkDerivation { ··· 1115 1115 hardeningDisable = [ "bindnow" "relro" ]; 1116 1116 nativeBuildInputs = [ pkgconfig ]; 1117 1117 buildInputs = [ xorgproto libX11 libXext ]; 1118 - meta.platforms = stdenv.lib.platforms.unix; 1118 + meta.platforms = lib.platforms.unix; 1119 1119 }) {}; 1120 1120 1121 1121 libfontenc = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, zlib }: stdenv.mkDerivation { ··· 1128 1128 hardeningDisable = [ "bindnow" "relro" ]; 1129 1129 nativeBuildInputs = [ pkgconfig ]; 1130 1130 buildInputs = [ xorgproto zlib ]; 1131 - meta.platforms = stdenv.lib.platforms.unix; 1131 + meta.platforms = lib.platforms.unix; 1132 1132 }) {}; 1133 1133 1134 1134 libpciaccess = callPackage ({ stdenv, pkgconfig, fetchurl, zlib }: stdenv.mkDerivation { ··· 1141 1141 hardeningDisable = [ "bindnow" "relro" ]; 1142 1142 nativeBuildInputs = [ pkgconfig ]; 1143 1143 buildInputs = [ zlib ]; 1144 - meta.platforms = stdenv.lib.platforms.unix; 1144 + meta.platforms = lib.platforms.unix; 1145 1145 }) {}; 1146 1146 1147 1147 libpthreadstubs = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 1154 1154 hardeningDisable = [ "bindnow" "relro" ]; 1155 1155 nativeBuildInputs = [ pkgconfig ]; 1156 1156 buildInputs = [ ]; 1157 - meta.platforms = stdenv.lib.platforms.unix; 1157 + meta.platforms = lib.platforms.unix; 1158 1158 }) {}; 1159 1159 1160 1160 libxcb = callPackage ({ stdenv, pkgconfig, fetchurl, libxslt, libpthreadstubs, libXau, xcbproto, libXdmcp, python3 }: stdenv.mkDerivation { ··· 1167 1167 hardeningDisable = [ "bindnow" "relro" ]; 1168 1168 nativeBuildInputs = [ pkgconfig python3 ]; 1169 1169 buildInputs = [ libxslt libpthreadstubs libXau xcbproto libXdmcp ]; 1170 - meta.platforms = stdenv.lib.platforms.unix; 1170 + meta.platforms = lib.platforms.unix; 1171 1171 }) {}; 1172 1172 1173 1173 libxkbfile = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11 }: stdenv.mkDerivation { ··· 1180 1180 hardeningDisable = [ "bindnow" "relro" ]; 1181 1181 nativeBuildInputs = [ pkgconfig ]; 1182 1182 buildInputs = [ xorgproto libX11 ]; 1183 - meta.platforms = stdenv.lib.platforms.unix; 1183 + meta.platforms = lib.platforms.unix; 1184 1184 }) {}; 1185 1185 1186 1186 libxshmfence = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 1193 1193 hardeningDisable = [ "bindnow" "relro" ]; 1194 1194 nativeBuildInputs = [ pkgconfig ]; 1195 1195 buildInputs = [ xorgproto ]; 1196 - meta.platforms = stdenv.lib.platforms.unix; 1196 + meta.platforms = lib.platforms.unix; 1197 1197 }) {}; 1198 1198 1199 1199 listres = callPackage ({ stdenv, pkgconfig, fetchurl, libXaw, libXmu, xorgproto, libXt }: stdenv.mkDerivation { ··· 1206 1206 hardeningDisable = [ "bindnow" "relro" ]; 1207 1207 nativeBuildInputs = [ pkgconfig ]; 1208 1208 buildInputs = [ libXaw libXmu xorgproto libXt ]; 1209 - meta.platforms = stdenv.lib.platforms.unix; 1209 + meta.platforms = lib.platforms.unix; 1210 1210 }) {}; 1211 1211 1212 1212 lndir = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 1219 1219 hardeningDisable = [ "bindnow" "relro" ]; 1220 1220 nativeBuildInputs = [ pkgconfig ]; 1221 1221 buildInputs = [ xorgproto ]; 1222 - meta.platforms = stdenv.lib.platforms.unix; 1222 + meta.platforms = lib.platforms.unix; 1223 1223 }) {}; 1224 1224 1225 1225 luit = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 1232 1232 hardeningDisable = [ "bindnow" "relro" ]; 1233 1233 nativeBuildInputs = [ pkgconfig ]; 1234 1234 buildInputs = [ ]; 1235 - meta.platforms = stdenv.lib.platforms.unix; 1235 + meta.platforms = lib.platforms.unix; 1236 1236 }) {}; 1237 1237 1238 1238 makedepend = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 1245 1245 hardeningDisable = [ "bindnow" "relro" ]; 1246 1246 nativeBuildInputs = [ pkgconfig ]; 1247 1247 buildInputs = [ xorgproto ]; 1248 - meta.platforms = stdenv.lib.platforms.unix; 1248 + meta.platforms = lib.platforms.unix; 1249 1249 }) {}; 1250 1250 1251 1251 mkfontscale = callPackage ({ stdenv, pkgconfig, fetchurl, libfontenc, freetype, xorgproto, zlib }: stdenv.mkDerivation { ··· 1258 1258 hardeningDisable = [ "bindnow" "relro" ]; 1259 1259 nativeBuildInputs = [ pkgconfig ]; 1260 1260 buildInputs = [ libfontenc freetype xorgproto zlib ]; 1261 - meta.platforms = stdenv.lib.platforms.unix; 1261 + meta.platforms = lib.platforms.unix; 1262 1262 }) {}; 1263 1263 1264 1264 oclock = callPackage ({ stdenv, pkgconfig, fetchurl, libxkbfile, libX11, libXext, libXmu, libXt }: stdenv.mkDerivation { ··· 1271 1271 hardeningDisable = [ "bindnow" "relro" ]; 1272 1272 nativeBuildInputs = [ pkgconfig ]; 1273 1273 buildInputs = [ libxkbfile libX11 libXext libXmu libXt ]; 1274 - meta.platforms = stdenv.lib.platforms.unix; 1274 + meta.platforms = lib.platforms.unix; 1275 1275 }) {}; 1276 1276 1277 1277 sessreg = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto }: stdenv.mkDerivation { ··· 1284 1284 hardeningDisable = [ "bindnow" "relro" ]; 1285 1285 nativeBuildInputs = [ pkgconfig ]; 1286 1286 buildInputs = [ xorgproto ]; 1287 - meta.platforms = stdenv.lib.platforms.unix; 1287 + meta.platforms = lib.platforms.unix; 1288 1288 }) {}; 1289 1289 1290 1290 setxkbmap = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libxkbfile }: stdenv.mkDerivation { ··· 1297 1297 hardeningDisable = [ "bindnow" "relro" ]; 1298 1298 nativeBuildInputs = [ pkgconfig ]; 1299 1299 buildInputs = [ libX11 libxkbfile ]; 1300 - meta.platforms = stdenv.lib.platforms.unix; 1300 + meta.platforms = lib.platforms.unix; 1301 1301 }) {}; 1302 1302 1303 1303 smproxy = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, libSM, libXmu, libXt }: stdenv.mkDerivation { ··· 1310 1310 hardeningDisable = [ "bindnow" "relro" ]; 1311 1311 nativeBuildInputs = [ pkgconfig ]; 1312 1312 buildInputs = [ libICE libSM libXmu libXt ]; 1313 - meta.platforms = stdenv.lib.platforms.unix; 1313 + meta.platforms = lib.platforms.unix; 1314 1314 }) {}; 1315 1315 1316 1316 transset = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 1323 1323 hardeningDisable = [ "bindnow" "relro" ]; 1324 1324 nativeBuildInputs = [ pkgconfig ]; 1325 1325 buildInputs = [ libX11 xorgproto ]; 1326 - meta.platforms = stdenv.lib.platforms.unix; 1326 + meta.platforms = lib.platforms.unix; 1327 1327 }) {}; 1328 1328 1329 1329 twm = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, libSM, libX11, libXext, libXmu, xorgproto, libXt }: stdenv.mkDerivation { ··· 1336 1336 hardeningDisable = [ "bindnow" "relro" ]; 1337 1337 nativeBuildInputs = [ pkgconfig ]; 1338 1338 buildInputs = [ libICE libSM libX11 libXext libXmu xorgproto libXt ]; 1339 - meta.platforms = stdenv.lib.platforms.unix; 1339 + meta.platforms = lib.platforms.unix; 1340 1340 }) {}; 1341 1341 1342 1342 utilmacros = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 1349 1349 hardeningDisable = [ "bindnow" "relro" ]; 1350 1350 nativeBuildInputs = [ pkgconfig ]; 1351 1351 buildInputs = [ ]; 1352 - meta.platforms = stdenv.lib.platforms.unix; 1352 + meta.platforms = lib.platforms.unix; 1353 1353 }) {}; 1354 1354 1355 1355 viewres = callPackage ({ stdenv, pkgconfig, fetchurl, libXaw, libXmu, libXt }: stdenv.mkDerivation { ··· 1362 1362 hardeningDisable = [ "bindnow" "relro" ]; 1363 1363 nativeBuildInputs = [ pkgconfig ]; 1364 1364 buildInputs = [ libXaw libXmu libXt ]; 1365 - meta.platforms = stdenv.lib.platforms.unix; 1365 + meta.platforms = lib.platforms.unix; 1366 1366 }) {}; 1367 1367 1368 1368 x11perf = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, libXft, libXmu, xorgproto, libXrender }: stdenv.mkDerivation { ··· 1375 1375 hardeningDisable = [ "bindnow" "relro" ]; 1376 1376 nativeBuildInputs = [ pkgconfig ]; 1377 1377 buildInputs = [ libX11 libXext libXft libXmu xorgproto libXrender ]; 1378 - meta.platforms = stdenv.lib.platforms.unix; 1378 + meta.platforms = lib.platforms.unix; 1379 1379 }) {}; 1380 1380 1381 1381 xauth = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXau, libXext, libXmu, xorgproto }: stdenv.mkDerivation { ··· 1388 1388 hardeningDisable = [ "bindnow" "relro" ]; 1389 1389 nativeBuildInputs = [ pkgconfig ]; 1390 1390 buildInputs = [ libX11 libXau libXext libXmu xorgproto ]; 1391 - meta.platforms = stdenv.lib.platforms.unix; 1391 + meta.platforms = lib.platforms.unix; 1392 1392 }) {}; 1393 1393 1394 1394 xbacklight = callPackage ({ stdenv, pkgconfig, fetchurl, libxcb, xcbutil }: stdenv.mkDerivation { ··· 1401 1401 hardeningDisable = [ "bindnow" "relro" ]; 1402 1402 nativeBuildInputs = [ pkgconfig ]; 1403 1403 buildInputs = [ libxcb xcbutil ]; 1404 - meta.platforms = stdenv.lib.platforms.unix; 1404 + meta.platforms = lib.platforms.unix; 1405 1405 }) {}; 1406 1406 1407 1407 xbitmaps = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 1414 1414 hardeningDisable = [ "bindnow" "relro" ]; 1415 1415 nativeBuildInputs = [ pkgconfig ]; 1416 1416 buildInputs = [ ]; 1417 - meta.platforms = stdenv.lib.platforms.unix; 1417 + meta.platforms = lib.platforms.unix; 1418 1418 }) {}; 1419 1419 1420 1420 xcalc = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, xorgproto, libXt }: stdenv.mkDerivation { ··· 1427 1427 hardeningDisable = [ "bindnow" "relro" ]; 1428 1428 nativeBuildInputs = [ pkgconfig ]; 1429 1429 buildInputs = [ libX11 libXaw xorgproto libXt ]; 1430 - meta.platforms = stdenv.lib.platforms.unix; 1430 + meta.platforms = lib.platforms.unix; 1431 1431 }) {}; 1432 1432 1433 1433 xcbproto = callPackage ({ stdenv, pkgconfig, fetchurl, python3 }: stdenv.mkDerivation { ··· 1440 1440 hardeningDisable = [ "bindnow" "relro" ]; 1441 1441 nativeBuildInputs = [ pkgconfig python3 ]; 1442 1442 buildInputs = [ ]; 1443 - meta.platforms = stdenv.lib.platforms.unix; 1443 + meta.platforms = lib.platforms.unix; 1444 1444 }) {}; 1445 1445 1446 1446 xcbutil = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xorgproto, m4 }: stdenv.mkDerivation { ··· 1453 1453 hardeningDisable = [ "bindnow" "relro" ]; 1454 1454 nativeBuildInputs = [ pkgconfig m4 ]; 1455 1455 buildInputs = [ gperf libxcb xorgproto ]; 1456 - meta.platforms = stdenv.lib.platforms.unix; 1456 + meta.platforms = lib.platforms.unix; 1457 1457 }) {}; 1458 1458 1459 1459 xcbutilcursor = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xcbutilimage, xcbutilrenderutil, xorgproto, m4 }: stdenv.mkDerivation { ··· 1466 1466 hardeningDisable = [ "bindnow" "relro" ]; 1467 1467 nativeBuildInputs = [ pkgconfig m4 ]; 1468 1468 buildInputs = [ gperf libxcb xcbutilimage xcbutilrenderutil xorgproto ]; 1469 - meta.platforms = stdenv.lib.platforms.unix; 1469 + meta.platforms = lib.platforms.unix; 1470 1470 }) {}; 1471 1471 1472 1472 xcbutilerrors = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xcbproto, xorgproto, m4 }: stdenv.mkDerivation { ··· 1479 1479 hardeningDisable = [ "bindnow" "relro" ]; 1480 1480 nativeBuildInputs = [ pkgconfig m4 ]; 1481 1481 buildInputs = [ gperf libxcb xcbproto xorgproto ]; 1482 - meta.platforms = stdenv.lib.platforms.unix; 1482 + meta.platforms = lib.platforms.unix; 1483 1483 }) {}; 1484 1484 1485 1485 xcbutilimage = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xcbutil, xorgproto, m4 }: stdenv.mkDerivation { ··· 1492 1492 hardeningDisable = [ "bindnow" "relro" ]; 1493 1493 nativeBuildInputs = [ pkgconfig m4 ]; 1494 1494 buildInputs = [ gperf libxcb xcbutil xorgproto ]; 1495 - meta.platforms = stdenv.lib.platforms.unix; 1495 + meta.platforms = lib.platforms.unix; 1496 1496 }) {}; 1497 1497 1498 1498 xcbutilkeysyms = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xorgproto, m4 }: stdenv.mkDerivation { ··· 1505 1505 hardeningDisable = [ "bindnow" "relro" ]; 1506 1506 nativeBuildInputs = [ pkgconfig m4 ]; 1507 1507 buildInputs = [ gperf libxcb xorgproto ]; 1508 - meta.platforms = stdenv.lib.platforms.unix; 1508 + meta.platforms = lib.platforms.unix; 1509 1509 }) {}; 1510 1510 1511 1511 xcbutilrenderutil = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xorgproto, m4 }: stdenv.mkDerivation { ··· 1518 1518 hardeningDisable = [ "bindnow" "relro" ]; 1519 1519 nativeBuildInputs = [ pkgconfig m4 ]; 1520 1520 buildInputs = [ gperf libxcb xorgproto ]; 1521 - meta.platforms = stdenv.lib.platforms.unix; 1521 + meta.platforms = lib.platforms.unix; 1522 1522 }) {}; 1523 1523 1524 1524 xcbutilwm = callPackage ({ stdenv, pkgconfig, fetchurl, gperf, libxcb, xorgproto, m4 }: stdenv.mkDerivation { ··· 1531 1531 hardeningDisable = [ "bindnow" "relro" ]; 1532 1532 nativeBuildInputs = [ pkgconfig m4 ]; 1533 1533 buildInputs = [ gperf libxcb xorgproto ]; 1534 - meta.platforms = stdenv.lib.platforms.unix; 1534 + meta.platforms = lib.platforms.unix; 1535 1535 }) {}; 1536 1536 1537 1537 xclock = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXft, libxkbfile, libXmu, xorgproto, libXrender, libXt }: stdenv.mkDerivation { ··· 1544 1544 hardeningDisable = [ "bindnow" "relro" ]; 1545 1545 nativeBuildInputs = [ pkgconfig ]; 1546 1546 buildInputs = [ libX11 libXaw libXft libxkbfile libXmu xorgproto libXrender libXt ]; 1547 - meta.platforms = stdenv.lib.platforms.unix; 1547 + meta.platforms = lib.platforms.unix; 1548 1548 }) {}; 1549 1549 1550 1550 xcmsdb = callPackage ({ stdenv, pkgconfig, fetchurl, libX11 }: stdenv.mkDerivation { ··· 1557 1557 hardeningDisable = [ "bindnow" "relro" ]; 1558 1558 nativeBuildInputs = [ pkgconfig ]; 1559 1559 buildInputs = [ libX11 ]; 1560 - meta.platforms = stdenv.lib.platforms.unix; 1560 + meta.platforms = lib.platforms.unix; 1561 1561 }) {}; 1562 1562 1563 1563 xcompmgr = callPackage ({ stdenv, pkgconfig, fetchurl, libXcomposite, libXdamage, libXext, libXfixes, libXrender }: stdenv.mkDerivation { ··· 1570 1570 hardeningDisable = [ "bindnow" "relro" ]; 1571 1571 nativeBuildInputs = [ pkgconfig ]; 1572 1572 buildInputs = [ libXcomposite libXdamage libXext libXfixes libXrender ]; 1573 - meta.platforms = stdenv.lib.platforms.unix; 1573 + meta.platforms = lib.platforms.unix; 1574 1574 }) {}; 1575 1575 1576 1576 xconsole = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt }: stdenv.mkDerivation { ··· 1583 1583 hardeningDisable = [ "bindnow" "relro" ]; 1584 1584 nativeBuildInputs = [ pkgconfig ]; 1585 1585 buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; 1586 - meta.platforms = stdenv.lib.platforms.unix; 1586 + meta.platforms = lib.platforms.unix; 1587 1587 }) {}; 1588 1588 1589 1589 xcursorgen = callPackage ({ stdenv, pkgconfig, fetchurl, libpng, libX11, libXcursor }: stdenv.mkDerivation { ··· 1596 1596 hardeningDisable = [ "bindnow" "relro" ]; 1597 1597 nativeBuildInputs = [ pkgconfig ]; 1598 1598 buildInputs = [ libpng libX11 libXcursor ]; 1599 - meta.platforms = stdenv.lib.platforms.unix; 1599 + meta.platforms = lib.platforms.unix; 1600 1600 }) {}; 1601 1601 1602 1602 xcursorthemes = callPackage ({ stdenv, pkgconfig, fetchurl, libXcursor }: stdenv.mkDerivation { ··· 1609 1609 hardeningDisable = [ "bindnow" "relro" ]; 1610 1610 nativeBuildInputs = [ pkgconfig ]; 1611 1611 buildInputs = [ libXcursor ]; 1612 - meta.platforms = stdenv.lib.platforms.unix; 1612 + meta.platforms = lib.platforms.unix; 1613 1613 }) {}; 1614 1614 1615 1615 xdm = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXau, libXaw, libXdmcp, libXext, libXft, libXinerama, libXmu, libXpm, xorgproto, libXrender, libXt }: stdenv.mkDerivation { ··· 1622 1622 hardeningDisable = [ "bindnow" "relro" ]; 1623 1623 nativeBuildInputs = [ pkgconfig ]; 1624 1624 buildInputs = [ libX11 libXau libXaw libXdmcp libXext libXft libXinerama libXmu libXpm xorgproto libXrender libXt ]; 1625 - meta.platforms = stdenv.lib.platforms.unix; 1625 + meta.platforms = lib.platforms.unix; 1626 1626 }) {}; 1627 1627 1628 1628 xdpyinfo = callPackage ({ stdenv, pkgconfig, fetchurl, libdmx, libX11, libxcb, libXcomposite, libXext, libXi, libXinerama, xorgproto, libXrender, libXtst, libXxf86dga, libXxf86misc, libXxf86vm }: stdenv.mkDerivation { ··· 1635 1635 hardeningDisable = [ "bindnow" "relro" ]; 1636 1636 nativeBuildInputs = [ pkgconfig ]; 1637 1637 buildInputs = [ libdmx libX11 libxcb libXcomposite libXext libXi libXinerama xorgproto libXrender libXtst libXxf86dga libXxf86misc libXxf86vm ]; 1638 - meta.platforms = stdenv.lib.platforms.unix; 1638 + meta.platforms = lib.platforms.unix; 1639 1639 }) {}; 1640 1640 1641 1641 xdriinfo = callPackage ({ stdenv, pkgconfig, fetchurl, libGL, xorgproto, libX11 }: stdenv.mkDerivation { ··· 1648 1648 hardeningDisable = [ "bindnow" "relro" ]; 1649 1649 nativeBuildInputs = [ pkgconfig ]; 1650 1650 buildInputs = [ libGL xorgproto libX11 ]; 1651 - meta.platforms = stdenv.lib.platforms.unix; 1651 + meta.platforms = lib.platforms.unix; 1652 1652 }) {}; 1653 1653 1654 1654 xev = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto, libXrandr }: stdenv.mkDerivation { ··· 1661 1661 hardeningDisable = [ "bindnow" "relro" ]; 1662 1662 nativeBuildInputs = [ pkgconfig ]; 1663 1663 buildInputs = [ libX11 xorgproto libXrandr ]; 1664 - meta.platforms = stdenv.lib.platforms.unix; 1664 + meta.platforms = lib.platforms.unix; 1665 1665 }) {}; 1666 1666 1667 1667 xeyes = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, libXmu, xorgproto, libXrender, libXt }: stdenv.mkDerivation { ··· 1674 1674 hardeningDisable = [ "bindnow" "relro" ]; 1675 1675 nativeBuildInputs = [ pkgconfig ]; 1676 1676 buildInputs = [ libX11 libXext libXmu xorgproto libXrender libXt ]; 1677 - meta.platforms = stdenv.lib.platforms.unix; 1677 + meta.platforms = lib.platforms.unix; 1678 1678 }) {}; 1679 1679 1680 1680 xf86inputevdev = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libevdev, udev, mtdev, xorgserver }: stdenv.mkDerivation { ··· 1687 1687 hardeningDisable = [ "bindnow" "relro" ]; 1688 1688 nativeBuildInputs = [ pkgconfig ]; 1689 1689 buildInputs = [ xorgproto libevdev udev mtdev xorgserver ]; 1690 - meta.platforms = stdenv.lib.platforms.unix; 1690 + meta.platforms = lib.platforms.unix; 1691 1691 }) {}; 1692 1692 1693 1693 xf86inputjoystick = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 1700 1700 hardeningDisable = [ "bindnow" "relro" ]; 1701 1701 nativeBuildInputs = [ pkgconfig ]; 1702 1702 buildInputs = [ xorgproto xorgserver ]; 1703 - meta.platforms = stdenv.lib.platforms.unix; 1703 + meta.platforms = lib.platforms.unix; 1704 1704 }) {}; 1705 1705 1706 1706 xf86inputkeyboard = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 1713 1713 hardeningDisable = [ "bindnow" "relro" ]; 1714 1714 nativeBuildInputs = [ pkgconfig ]; 1715 1715 buildInputs = [ xorgproto xorgserver ]; 1716 - meta.platforms = stdenv.lib.platforms.unix; 1716 + meta.platforms = lib.platforms.unix; 1717 1717 }) {}; 1718 1718 1719 1719 xf86inputlibinput = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libinput, xorgserver }: stdenv.mkDerivation { ··· 1726 1726 hardeningDisable = [ "bindnow" "relro" ]; 1727 1727 nativeBuildInputs = [ pkgconfig ]; 1728 1728 buildInputs = [ xorgproto libinput xorgserver ]; 1729 - meta.platforms = stdenv.lib.platforms.unix; 1729 + meta.platforms = lib.platforms.unix; 1730 1730 }) {}; 1731 1731 1732 1732 xf86inputmouse = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 1739 1739 hardeningDisable = [ "bindnow" "relro" ]; 1740 1740 nativeBuildInputs = [ pkgconfig ]; 1741 1741 buildInputs = [ xorgproto xorgserver ]; 1742 - meta.platforms = stdenv.lib.platforms.unix; 1742 + meta.platforms = lib.platforms.unix; 1743 1743 }) {}; 1744 1744 1745 1745 xf86inputsynaptics = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libevdev, libX11, libXi, xorgserver, libXtst }: stdenv.mkDerivation { ··· 1752 1752 hardeningDisable = [ "bindnow" "relro" ]; 1753 1753 nativeBuildInputs = [ pkgconfig ]; 1754 1754 buildInputs = [ xorgproto libevdev libX11 libXi xorgserver libXtst ]; 1755 - meta.platforms = stdenv.lib.platforms.unix; 1755 + meta.platforms = lib.platforms.unix; 1756 1756 }) {}; 1757 1757 1758 1758 xf86inputvmmouse = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, udev, xorgserver }: stdenv.mkDerivation { ··· 1765 1765 hardeningDisable = [ "bindnow" "relro" ]; 1766 1766 nativeBuildInputs = [ pkgconfig ]; 1767 1767 buildInputs = [ xorgproto udev xorgserver ]; 1768 - meta.platforms = stdenv.lib.platforms.unix; 1768 + meta.platforms = lib.platforms.unix; 1769 1769 }) {}; 1770 1770 1771 1771 xf86inputvoid = callPackage ({ stdenv, pkgconfig, fetchurl, xorgserver, xorgproto }: stdenv.mkDerivation { ··· 1778 1778 hardeningDisable = [ "bindnow" "relro" ]; 1779 1779 nativeBuildInputs = [ pkgconfig ]; 1780 1780 buildInputs = [ xorgserver xorgproto ]; 1781 - meta.platforms = stdenv.lib.platforms.unix; 1781 + meta.platforms = lib.platforms.unix; 1782 1782 }) {}; 1783 1783 1784 1784 xf86videoamdgpu = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, mesa, libGL, libdrm, udev, xorgserver }: stdenv.mkDerivation { ··· 1791 1791 hardeningDisable = [ "bindnow" "relro" ]; 1792 1792 nativeBuildInputs = [ pkgconfig ]; 1793 1793 buildInputs = [ xorgproto mesa libGL libdrm udev xorgserver ]; 1794 - meta.platforms = stdenv.lib.platforms.unix; 1794 + meta.platforms = lib.platforms.unix; 1795 1795 }) {}; 1796 1796 1797 1797 xf86videoapm = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1804 1804 hardeningDisable = [ "bindnow" "relro" ]; 1805 1805 nativeBuildInputs = [ pkgconfig ]; 1806 1806 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1807 - meta.platforms = stdenv.lib.platforms.unix; 1807 + meta.platforms = lib.platforms.unix; 1808 1808 }) {}; 1809 1809 1810 1810 xf86videoark = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1817 1817 hardeningDisable = [ "bindnow" "relro" ]; 1818 1818 nativeBuildInputs = [ pkgconfig ]; 1819 1819 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1820 - meta.platforms = stdenv.lib.platforms.unix; 1820 + meta.platforms = lib.platforms.unix; 1821 1821 }) {}; 1822 1822 1823 1823 xf86videoast = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1830 1830 hardeningDisable = [ "bindnow" "relro" ]; 1831 1831 nativeBuildInputs = [ pkgconfig ]; 1832 1832 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1833 - meta.platforms = stdenv.lib.platforms.unix; 1833 + meta.platforms = lib.platforms.unix; 1834 1834 }) {}; 1835 1835 1836 1836 xf86videoati = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, mesa, libGL, libdrm, udev, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1843 1843 hardeningDisable = [ "bindnow" "relro" ]; 1844 1844 nativeBuildInputs = [ pkgconfig ]; 1845 1845 buildInputs = [ xorgproto mesa libGL libdrm udev libpciaccess xorgserver ]; 1846 - meta.platforms = stdenv.lib.platforms.unix; 1846 + meta.platforms = lib.platforms.unix; 1847 1847 }) {}; 1848 1848 1849 1849 xf86videochips = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1856 1856 hardeningDisable = [ "bindnow" "relro" ]; 1857 1857 nativeBuildInputs = [ pkgconfig ]; 1858 1858 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1859 - meta.platforms = stdenv.lib.platforms.unix; 1859 + meta.platforms = lib.platforms.unix; 1860 1860 }) {}; 1861 1861 1862 1862 xf86videocirrus = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1869 1869 hardeningDisable = [ "bindnow" "relro" ]; 1870 1870 nativeBuildInputs = [ pkgconfig ]; 1871 1871 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1872 - meta.platforms = stdenv.lib.platforms.unix; 1872 + meta.platforms = lib.platforms.unix; 1873 1873 }) {}; 1874 1874 1875 1875 xf86videodummy = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 1882 1882 hardeningDisable = [ "bindnow" "relro" ]; 1883 1883 nativeBuildInputs = [ pkgconfig ]; 1884 1884 buildInputs = [ xorgproto xorgserver ]; 1885 - meta.platforms = stdenv.lib.platforms.unix; 1885 + meta.platforms = lib.platforms.unix; 1886 1886 }) {}; 1887 1887 1888 1888 xf86videofbdev = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1895 1895 hardeningDisable = [ "bindnow" "relro" ]; 1896 1896 nativeBuildInputs = [ pkgconfig ]; 1897 1897 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1898 - meta.platforms = stdenv.lib.platforms.unix; 1898 + meta.platforms = lib.platforms.unix; 1899 1899 }) {}; 1900 1900 1901 1901 xf86videogeode = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1908 1908 hardeningDisable = [ "bindnow" "relro" ]; 1909 1909 nativeBuildInputs = [ pkgconfig ]; 1910 1910 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1911 - meta.platforms = stdenv.lib.platforms.unix; 1911 + meta.platforms = lib.platforms.unix; 1912 1912 }) {}; 1913 1913 1914 1914 xf86videoglide = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 1921 1921 hardeningDisable = [ "bindnow" "relro" ]; 1922 1922 nativeBuildInputs = [ pkgconfig ]; 1923 1923 buildInputs = [ xorgproto xorgserver ]; 1924 - meta.platforms = stdenv.lib.platforms.unix; 1924 + meta.platforms = lib.platforms.unix; 1925 1925 }) {}; 1926 1926 1927 1927 xf86videoglint = callPackage ({ stdenv, pkgconfig, fetchurl, libpciaccess, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 1934 1934 hardeningDisable = [ "bindnow" "relro" ]; 1935 1935 nativeBuildInputs = [ pkgconfig ]; 1936 1936 buildInputs = [ libpciaccess xorgproto xorgserver ]; 1937 - meta.platforms = stdenv.lib.platforms.unix; 1937 + meta.platforms = lib.platforms.unix; 1938 1938 }) {}; 1939 1939 1940 1940 xf86videoi128 = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1947 1947 hardeningDisable = [ "bindnow" "relro" ]; 1948 1948 nativeBuildInputs = [ pkgconfig ]; 1949 1949 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1950 - meta.platforms = stdenv.lib.platforms.unix; 1950 + meta.platforms = lib.platforms.unix; 1951 1951 }) {}; 1952 1952 1953 1953 xf86videoi740 = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1960 1960 hardeningDisable = [ "bindnow" "relro" ]; 1961 1961 nativeBuildInputs = [ pkgconfig ]; 1962 1962 buildInputs = [ xorgproto libpciaccess xorgserver ]; 1963 - meta.platforms = stdenv.lib.platforms.unix; 1963 + meta.platforms = lib.platforms.unix; 1964 1964 }) {}; 1965 1965 1966 1966 xf86videointel = callPackage ({ stdenv, pkgconfig, fetchurl, cairo, xorgproto, libdrm, libpng, udev, libpciaccess, libX11, xcbutil, libxcb, libXcursor, libXdamage, libXext, libXfixes, xorgserver, libXrandr, libXrender, libxshmfence, libXtst, libXvMC }: stdenv.mkDerivation { ··· 1973 1973 hardeningDisable = [ "bindnow" "relro" ]; 1974 1974 nativeBuildInputs = [ pkgconfig ]; 1975 1975 buildInputs = [ cairo xorgproto libdrm libpng udev libpciaccess libX11 xcbutil libxcb libXcursor libXdamage libXext libXfixes xorgserver libXrandr libXrender libxshmfence libXtst libXvMC ]; 1976 - meta.platforms = stdenv.lib.platforms.unix; 1976 + meta.platforms = lib.platforms.unix; 1977 1977 }) {}; 1978 1978 1979 1979 xf86videomach64 = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1986 1986 hardeningDisable = [ "bindnow" "relro" ]; 1987 1987 nativeBuildInputs = [ pkgconfig ]; 1988 1988 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 1989 - meta.platforms = stdenv.lib.platforms.unix; 1989 + meta.platforms = lib.platforms.unix; 1990 1990 }) {}; 1991 1991 1992 1992 xf86videomga = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 1999 1999 hardeningDisable = [ "bindnow" "relro" ]; 2000 2000 nativeBuildInputs = [ pkgconfig ]; 2001 2001 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 2002 - meta.platforms = stdenv.lib.platforms.unix; 2002 + meta.platforms = lib.platforms.unix; 2003 2003 }) {}; 2004 2004 2005 2005 xf86videoneomagic = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2012 2012 hardeningDisable = [ "bindnow" "relro" ]; 2013 2013 nativeBuildInputs = [ pkgconfig ]; 2014 2014 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2015 - meta.platforms = stdenv.lib.platforms.unix; 2015 + meta.platforms = lib.platforms.unix; 2016 2016 }) {}; 2017 2017 2018 2018 xf86videonewport = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 2025 2025 hardeningDisable = [ "bindnow" "relro" ]; 2026 2026 nativeBuildInputs = [ pkgconfig ]; 2027 2027 buildInputs = [ xorgproto xorgserver ]; 2028 - meta.platforms = stdenv.lib.platforms.unix; 2028 + meta.platforms = lib.platforms.unix; 2029 2029 }) {}; 2030 2030 2031 2031 xf86videonouveau = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, udev, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2038 2038 hardeningDisable = [ "bindnow" "relro" ]; 2039 2039 nativeBuildInputs = [ pkgconfig ]; 2040 2040 buildInputs = [ xorgproto libdrm udev libpciaccess xorgserver ]; 2041 - meta.platforms = stdenv.lib.platforms.unix; 2041 + meta.platforms = lib.platforms.unix; 2042 2042 }) {}; 2043 2043 2044 2044 xf86videonv = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2051 2051 hardeningDisable = [ "bindnow" "relro" ]; 2052 2052 nativeBuildInputs = [ pkgconfig ]; 2053 2053 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2054 - meta.platforms = stdenv.lib.platforms.unix; 2054 + meta.platforms = lib.platforms.unix; 2055 2055 }) {}; 2056 2056 2057 2057 xf86videoomap = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, xorgserver }: stdenv.mkDerivation { ··· 2064 2064 hardeningDisable = [ "bindnow" "relro" ]; 2065 2065 nativeBuildInputs = [ pkgconfig ]; 2066 2066 buildInputs = [ xorgproto libdrm xorgserver ]; 2067 - meta.platforms = stdenv.lib.platforms.unix; 2067 + meta.platforms = lib.platforms.unix; 2068 2068 }) {}; 2069 2069 2070 2070 xf86videoopenchrome = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, udev, libpciaccess, libX11, libXext, xorgserver, libXvMC }: stdenv.mkDerivation { ··· 2077 2077 hardeningDisable = [ "bindnow" "relro" ]; 2078 2078 nativeBuildInputs = [ pkgconfig ]; 2079 2079 buildInputs = [ xorgproto libdrm udev libpciaccess libX11 libXext xorgserver libXvMC ]; 2080 - meta.platforms = stdenv.lib.platforms.unix; 2080 + meta.platforms = lib.platforms.unix; 2081 2081 }) {}; 2082 2082 2083 2083 xf86videoqxl = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, udev, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2090 2090 hardeningDisable = [ "bindnow" "relro" ]; 2091 2091 nativeBuildInputs = [ pkgconfig ]; 2092 2092 buildInputs = [ xorgproto libdrm udev libpciaccess xorgserver ]; 2093 - meta.platforms = stdenv.lib.platforms.unix; 2093 + meta.platforms = lib.platforms.unix; 2094 2094 }) {}; 2095 2095 2096 2096 xf86videor128 = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2103 2103 hardeningDisable = [ "bindnow" "relro" ]; 2104 2104 nativeBuildInputs = [ pkgconfig ]; 2105 2105 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 2106 - meta.platforms = stdenv.lib.platforms.unix; 2106 + meta.platforms = lib.platforms.unix; 2107 2107 }) {}; 2108 2108 2109 2109 xf86videorendition = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2116 2116 hardeningDisable = [ "bindnow" "relro" ]; 2117 2117 nativeBuildInputs = [ pkgconfig ]; 2118 2118 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2119 - meta.platforms = stdenv.lib.platforms.unix; 2119 + meta.platforms = lib.platforms.unix; 2120 2120 }) {}; 2121 2121 2122 2122 xf86videos3virge = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2129 2129 hardeningDisable = [ "bindnow" "relro" ]; 2130 2130 nativeBuildInputs = [ pkgconfig ]; 2131 2131 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2132 - meta.platforms = stdenv.lib.platforms.unix; 2132 + meta.platforms = lib.platforms.unix; 2133 2133 }) {}; 2134 2134 2135 2135 xf86videosavage = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2142 2142 hardeningDisable = [ "bindnow" "relro" ]; 2143 2143 nativeBuildInputs = [ pkgconfig ]; 2144 2144 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 2145 - meta.platforms = stdenv.lib.platforms.unix; 2145 + meta.platforms = lib.platforms.unix; 2146 2146 }) {}; 2147 2147 2148 2148 xf86videosiliconmotion = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2155 2155 hardeningDisable = [ "bindnow" "relro" ]; 2156 2156 nativeBuildInputs = [ pkgconfig ]; 2157 2157 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2158 - meta.platforms = stdenv.lib.platforms.unix; 2158 + meta.platforms = lib.platforms.unix; 2159 2159 }) {}; 2160 2160 2161 2161 xf86videosis = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2168 2168 hardeningDisable = [ "bindnow" "relro" ]; 2169 2169 nativeBuildInputs = [ pkgconfig ]; 2170 2170 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 2171 - meta.platforms = stdenv.lib.platforms.unix; 2171 + meta.platforms = lib.platforms.unix; 2172 2172 }) {}; 2173 2173 2174 2174 xf86videosisusb = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2181 2181 hardeningDisable = [ "bindnow" "relro" ]; 2182 2182 nativeBuildInputs = [ pkgconfig ]; 2183 2183 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2184 - meta.platforms = stdenv.lib.platforms.unix; 2184 + meta.platforms = lib.platforms.unix; 2185 2185 }) {}; 2186 2186 2187 2187 xf86videosuncg6 = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 2194 2194 hardeningDisable = [ "bindnow" "relro" ]; 2195 2195 nativeBuildInputs = [ pkgconfig ]; 2196 2196 buildInputs = [ xorgproto xorgserver ]; 2197 - meta.platforms = stdenv.lib.platforms.unix; 2197 + meta.platforms = lib.platforms.unix; 2198 2198 }) {}; 2199 2199 2200 2200 xf86videosunffb = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 2207 2207 hardeningDisable = [ "bindnow" "relro" ]; 2208 2208 nativeBuildInputs = [ pkgconfig ]; 2209 2209 buildInputs = [ xorgproto xorgserver ]; 2210 - meta.platforms = stdenv.lib.platforms.unix; 2210 + meta.platforms = lib.platforms.unix; 2211 2211 }) {}; 2212 2212 2213 2213 xf86videosunleo = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 2220 2220 hardeningDisable = [ "bindnow" "relro" ]; 2221 2221 nativeBuildInputs = [ pkgconfig ]; 2222 2222 buildInputs = [ xorgproto xorgserver ]; 2223 - meta.platforms = stdenv.lib.platforms.unix; 2223 + meta.platforms = lib.platforms.unix; 2224 2224 }) {}; 2225 2225 2226 2226 xf86videotdfx = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2233 2233 hardeningDisable = [ "bindnow" "relro" ]; 2234 2234 nativeBuildInputs = [ pkgconfig ]; 2235 2235 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 2236 - meta.platforms = stdenv.lib.platforms.unix; 2236 + meta.platforms = lib.platforms.unix; 2237 2237 }) {}; 2238 2238 2239 2239 xf86videotga = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2246 2246 hardeningDisable = [ "bindnow" "relro" ]; 2247 2247 nativeBuildInputs = [ pkgconfig ]; 2248 2248 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2249 - meta.platforms = stdenv.lib.platforms.unix; 2249 + meta.platforms = lib.platforms.unix; 2250 2250 }) {}; 2251 2251 2252 2252 xf86videotrident = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2259 2259 hardeningDisable = [ "bindnow" "relro" ]; 2260 2260 nativeBuildInputs = [ pkgconfig ]; 2261 2261 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2262 - meta.platforms = stdenv.lib.platforms.unix; 2262 + meta.platforms = lib.platforms.unix; 2263 2263 }) {}; 2264 2264 2265 2265 xf86videov4l = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, xorgserver }: stdenv.mkDerivation { ··· 2272 2272 hardeningDisable = [ "bindnow" "relro" ]; 2273 2273 nativeBuildInputs = [ pkgconfig ]; 2274 2274 buildInputs = [ xorgproto xorgserver ]; 2275 - meta.platforms = stdenv.lib.platforms.unix; 2275 + meta.platforms = lib.platforms.unix; 2276 2276 }) {}; 2277 2277 2278 2278 xf86videovboxvideo = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2285 2285 hardeningDisable = [ "bindnow" "relro" ]; 2286 2286 nativeBuildInputs = [ pkgconfig ]; 2287 2287 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2288 - meta.platforms = stdenv.lib.platforms.unix; 2288 + meta.platforms = lib.platforms.unix; 2289 2289 }) {}; 2290 2290 2291 2291 xf86videovesa = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2298 2298 hardeningDisable = [ "bindnow" "relro" ]; 2299 2299 nativeBuildInputs = [ pkgconfig ]; 2300 2300 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2301 - meta.platforms = stdenv.lib.platforms.unix; 2301 + meta.platforms = lib.platforms.unix; 2302 2302 }) {}; 2303 2303 2304 2304 xf86videovmware = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, udev, libpciaccess, libX11, libXext, xorgserver }: stdenv.mkDerivation { ··· 2311 2311 hardeningDisable = [ "bindnow" "relro" ]; 2312 2312 nativeBuildInputs = [ pkgconfig ]; 2313 2313 buildInputs = [ xorgproto libdrm udev libpciaccess libX11 libXext xorgserver ]; 2314 - meta.platforms = stdenv.lib.platforms.unix; 2314 + meta.platforms = lib.platforms.unix; 2315 2315 }) {}; 2316 2316 2317 2317 xf86videovoodoo = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2324 2324 hardeningDisable = [ "bindnow" "relro" ]; 2325 2325 nativeBuildInputs = [ pkgconfig ]; 2326 2326 buildInputs = [ xorgproto libpciaccess xorgserver ]; 2327 - meta.platforms = stdenv.lib.platforms.unix; 2327 + meta.platforms = lib.platforms.unix; 2328 2328 }) {}; 2329 2329 2330 2330 xf86videowsfb = callPackage ({ stdenv, pkgconfig, fetchurl, xorgserver, xorgproto }: stdenv.mkDerivation { ··· 2337 2337 hardeningDisable = [ "bindnow" "relro" ]; 2338 2338 nativeBuildInputs = [ pkgconfig ]; 2339 2339 buildInputs = [ xorgserver xorgproto ]; 2340 - meta.platforms = stdenv.lib.platforms.unix; 2340 + meta.platforms = lib.platforms.unix; 2341 2341 }) {}; 2342 2342 2343 2343 xf86videoxgi = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libdrm, libpciaccess, xorgserver }: stdenv.mkDerivation { ··· 2350 2350 hardeningDisable = [ "bindnow" "relro" ]; 2351 2351 nativeBuildInputs = [ pkgconfig ]; 2352 2352 buildInputs = [ xorgproto libdrm libpciaccess xorgserver ]; 2353 - meta.platforms = stdenv.lib.platforms.unix; 2353 + meta.platforms = lib.platforms.unix; 2354 2354 }) {}; 2355 2355 2356 2356 xfd = callPackage ({ stdenv, pkgconfig, fetchurl, libxkbfile, fontconfig, libXaw, libXft, libXmu, xorgproto, libXrender, libXt, gettext }: stdenv.mkDerivation { ··· 2363 2363 hardeningDisable = [ "bindnow" "relro" ]; 2364 2364 nativeBuildInputs = [ pkgconfig gettext ]; 2365 2365 buildInputs = [ libxkbfile fontconfig libXaw libXft libXmu xorgproto libXrender libXt ]; 2366 - meta.platforms = stdenv.lib.platforms.unix; 2366 + meta.platforms = lib.platforms.unix; 2367 2367 }) {}; 2368 2368 2369 2369 xfontsel = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXmu, libXt }: stdenv.mkDerivation { ··· 2376 2376 hardeningDisable = [ "bindnow" "relro" ]; 2377 2377 nativeBuildInputs = [ pkgconfig ]; 2378 2378 buildInputs = [ libX11 libXaw libXmu libXt ]; 2379 - meta.platforms = stdenv.lib.platforms.unix; 2379 + meta.platforms = lib.platforms.unix; 2380 2380 }) {}; 2381 2381 2382 2382 xfs = callPackage ({ stdenv, pkgconfig, fetchurl, libXfont2, xorgproto, xtrans }: stdenv.mkDerivation { ··· 2389 2389 hardeningDisable = [ "bindnow" "relro" ]; 2390 2390 nativeBuildInputs = [ pkgconfig ]; 2391 2391 buildInputs = [ libXfont2 xorgproto xtrans ]; 2392 - meta.platforms = stdenv.lib.platforms.unix; 2392 + meta.platforms = lib.platforms.unix; 2393 2393 }) {}; 2394 2394 2395 2395 xfsinfo = callPackage ({ stdenv, pkgconfig, fetchurl, libFS, xorgproto }: stdenv.mkDerivation { ··· 2402 2402 hardeningDisable = [ "bindnow" "relro" ]; 2403 2403 nativeBuildInputs = [ pkgconfig ]; 2404 2404 buildInputs = [ libFS xorgproto ]; 2405 - meta.platforms = stdenv.lib.platforms.unix; 2405 + meta.platforms = lib.platforms.unix; 2406 2406 }) {}; 2407 2407 2408 2408 xgamma = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto, libXxf86vm }: stdenv.mkDerivation { ··· 2415 2415 hardeningDisable = [ "bindnow" "relro" ]; 2416 2416 nativeBuildInputs = [ pkgconfig ]; 2417 2417 buildInputs = [ libX11 xorgproto libXxf86vm ]; 2418 - meta.platforms = stdenv.lib.platforms.unix; 2418 + meta.platforms = lib.platforms.unix; 2419 2419 }) {}; 2420 2420 2421 2421 xgc = callPackage ({ stdenv, pkgconfig, fetchurl, libXaw, libXt }: stdenv.mkDerivation { ··· 2428 2428 hardeningDisable = [ "bindnow" "relro" ]; 2429 2429 nativeBuildInputs = [ pkgconfig ]; 2430 2430 buildInputs = [ libXaw libXt ]; 2431 - meta.platforms = stdenv.lib.platforms.unix; 2431 + meta.platforms = lib.platforms.unix; 2432 2432 }) {}; 2433 2433 2434 2434 xhost = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXau, libXmu, xorgproto }: stdenv.mkDerivation { ··· 2441 2441 hardeningDisable = [ "bindnow" "relro" ]; 2442 2442 nativeBuildInputs = [ pkgconfig ]; 2443 2443 buildInputs = [ libX11 libXau libXmu xorgproto ]; 2444 - meta.platforms = stdenv.lib.platforms.unix; 2444 + meta.platforms = lib.platforms.unix; 2445 2445 }) {}; 2446 2446 2447 2447 xinit = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 2454 2454 hardeningDisable = [ "bindnow" "relro" ]; 2455 2455 nativeBuildInputs = [ pkgconfig ]; 2456 2456 buildInputs = [ libX11 xorgproto ]; 2457 - meta.platforms = stdenv.lib.platforms.unix; 2457 + meta.platforms = lib.platforms.unix; 2458 2458 }) {}; 2459 2459 2460 2460 xinput = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXext, libXi, libXinerama, libXrandr }: stdenv.mkDerivation { ··· 2467 2467 hardeningDisable = [ "bindnow" "relro" ]; 2468 2468 nativeBuildInputs = [ pkgconfig ]; 2469 2469 buildInputs = [ xorgproto libX11 libXext libXi libXinerama libXrandr ]; 2470 - meta.platforms = stdenv.lib.platforms.unix; 2470 + meta.platforms = lib.platforms.unix; 2471 2471 }) {}; 2472 2472 2473 2473 xkbcomp = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libxkbfile, xorgproto }: stdenv.mkDerivation { ··· 2480 2480 hardeningDisable = [ "bindnow" "relro" ]; 2481 2481 nativeBuildInputs = [ pkgconfig ]; 2482 2482 buildInputs = [ libX11 libxkbfile xorgproto ]; 2483 - meta.platforms = stdenv.lib.platforms.unix; 2483 + meta.platforms = lib.platforms.unix; 2484 2484 }) {}; 2485 2485 2486 2486 xkbevd = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libxkbfile }: stdenv.mkDerivation { ··· 2493 2493 hardeningDisable = [ "bindnow" "relro" ]; 2494 2494 nativeBuildInputs = [ pkgconfig ]; 2495 2495 buildInputs = [ libX11 libxkbfile ]; 2496 - meta.platforms = stdenv.lib.platforms.unix; 2496 + meta.platforms = lib.platforms.unix; 2497 2497 }) {}; 2498 2498 2499 2499 xkbprint = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libxkbfile, xorgproto }: stdenv.mkDerivation { ··· 2506 2506 hardeningDisable = [ "bindnow" "relro" ]; 2507 2507 nativeBuildInputs = [ pkgconfig ]; 2508 2508 buildInputs = [ libX11 libxkbfile xorgproto ]; 2509 - meta.platforms = stdenv.lib.platforms.unix; 2509 + meta.platforms = lib.platforms.unix; 2510 2510 }) {}; 2511 2511 2512 2512 xkbutils = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, libX11, libXaw, libXt }: stdenv.mkDerivation { ··· 2519 2519 hardeningDisable = [ "bindnow" "relro" ]; 2520 2520 nativeBuildInputs = [ pkgconfig ]; 2521 2521 buildInputs = [ xorgproto libX11 libXaw libXt ]; 2522 - meta.platforms = stdenv.lib.platforms.unix; 2522 + meta.platforms = lib.platforms.unix; 2523 2523 }) {}; 2524 2524 2525 2525 xkeyboardconfig = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto, python3 }: stdenv.mkDerivation { ··· 2532 2532 hardeningDisable = [ "bindnow" "relro" ]; 2533 2533 nativeBuildInputs = [ pkgconfig python3 ]; 2534 2534 buildInputs = [ libX11 xorgproto ]; 2535 - meta.platforms = stdenv.lib.platforms.unix; 2535 + meta.platforms = lib.platforms.unix; 2536 2536 }) {}; 2537 2537 2538 2538 xkill = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXmu, xorgproto }: stdenv.mkDerivation { ··· 2545 2545 hardeningDisable = [ "bindnow" "relro" ]; 2546 2546 nativeBuildInputs = [ pkgconfig ]; 2547 2547 buildInputs = [ libX11 libXmu xorgproto ]; 2548 - meta.platforms = stdenv.lib.platforms.unix; 2548 + meta.platforms = lib.platforms.unix; 2549 2549 }) {}; 2550 2550 2551 2551 xload = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXmu, xorgproto, libXt, gettext }: stdenv.mkDerivation { ··· 2558 2558 hardeningDisable = [ "bindnow" "relro" ]; 2559 2559 nativeBuildInputs = [ pkgconfig gettext ]; 2560 2560 buildInputs = [ libX11 libXaw libXmu xorgproto libXt ]; 2561 - meta.platforms = stdenv.lib.platforms.unix; 2561 + meta.platforms = lib.platforms.unix; 2562 2562 }) {}; 2563 2563 2564 2564 xlsatoms = callPackage ({ stdenv, pkgconfig, fetchurl, libxcb }: stdenv.mkDerivation { ··· 2571 2571 hardeningDisable = [ "bindnow" "relro" ]; 2572 2572 nativeBuildInputs = [ pkgconfig ]; 2573 2573 buildInputs = [ libxcb ]; 2574 - meta.platforms = stdenv.lib.platforms.unix; 2574 + meta.platforms = lib.platforms.unix; 2575 2575 }) {}; 2576 2576 2577 2577 xlsclients = callPackage ({ stdenv, pkgconfig, fetchurl, libxcb }: stdenv.mkDerivation { ··· 2584 2584 hardeningDisable = [ "bindnow" "relro" ]; 2585 2585 nativeBuildInputs = [ pkgconfig ]; 2586 2586 buildInputs = [ libxcb ]; 2587 - meta.platforms = stdenv.lib.platforms.unix; 2587 + meta.platforms = lib.platforms.unix; 2588 2588 }) {}; 2589 2589 2590 2590 xlsfonts = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 2597 2597 hardeningDisable = [ "bindnow" "relro" ]; 2598 2598 nativeBuildInputs = [ pkgconfig ]; 2599 2599 buildInputs = [ libX11 xorgproto ]; 2600 - meta.platforms = stdenv.lib.platforms.unix; 2600 + meta.platforms = lib.platforms.unix; 2601 2601 }) {}; 2602 2602 2603 2603 xmag = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXaw, libXmu, libXt }: stdenv.mkDerivation { ··· 2610 2610 hardeningDisable = [ "bindnow" "relro" ]; 2611 2611 nativeBuildInputs = [ pkgconfig ]; 2612 2612 buildInputs = [ libX11 libXaw libXmu libXt ]; 2613 - meta.platforms = stdenv.lib.platforms.unix; 2613 + meta.platforms = lib.platforms.unix; 2614 2614 }) {}; 2615 2615 2616 2616 xmessage = callPackage ({ stdenv, pkgconfig, fetchurl, libXaw, libXt }: stdenv.mkDerivation { ··· 2623 2623 hardeningDisable = [ "bindnow" "relro" ]; 2624 2624 nativeBuildInputs = [ pkgconfig ]; 2625 2625 buildInputs = [ libXaw libXt ]; 2626 - meta.platforms = stdenv.lib.platforms.unix; 2626 + meta.platforms = lib.platforms.unix; 2627 2627 }) {}; 2628 2628 2629 2629 xmodmap = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 2636 2636 hardeningDisable = [ "bindnow" "relro" ]; 2637 2637 nativeBuildInputs = [ pkgconfig ]; 2638 2638 buildInputs = [ libX11 xorgproto ]; 2639 - meta.platforms = stdenv.lib.platforms.unix; 2639 + meta.platforms = lib.platforms.unix; 2640 2640 }) {}; 2641 2641 2642 2642 xmore = callPackage ({ stdenv, pkgconfig, fetchurl, libXaw, libXt }: stdenv.mkDerivation { ··· 2649 2649 hardeningDisable = [ "bindnow" "relro" ]; 2650 2650 nativeBuildInputs = [ pkgconfig ]; 2651 2651 buildInputs = [ libXaw libXt ]; 2652 - meta.platforms = stdenv.lib.platforms.unix; 2652 + meta.platforms = lib.platforms.unix; 2653 2653 }) {}; 2654 2654 2655 2655 xorgcffiles = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 2662 2662 hardeningDisable = [ "bindnow" "relro" ]; 2663 2663 nativeBuildInputs = [ pkgconfig ]; 2664 2664 buildInputs = [ ]; 2665 - meta.platforms = stdenv.lib.platforms.unix; 2665 + meta.platforms = lib.platforms.unix; 2666 2666 }) {}; 2667 2667 2668 2668 xorgdocs = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 2675 2675 hardeningDisable = [ "bindnow" "relro" ]; 2676 2676 nativeBuildInputs = [ pkgconfig ]; 2677 2677 buildInputs = [ ]; 2678 - meta.platforms = stdenv.lib.platforms.unix; 2678 + meta.platforms = lib.platforms.unix; 2679 2679 }) {}; 2680 2680 2681 2681 xorgproto = callPackage ({ stdenv, pkgconfig, fetchurl, libXt }: stdenv.mkDerivation { ··· 2688 2688 hardeningDisable = [ "bindnow" "relro" ]; 2689 2689 nativeBuildInputs = [ pkgconfig ]; 2690 2690 buildInputs = [ libXt ]; 2691 - meta.platforms = stdenv.lib.platforms.unix; 2691 + meta.platforms = lib.platforms.unix; 2692 2692 }) {}; 2693 2693 2694 2694 xorgserver = callPackage ({ stdenv, pkgconfig, fetchurl, xorgproto, openssl, libX11, libXau, libXaw, libxcb, xcbutil, xcbutilwm, xcbutilimage, xcbutilkeysyms, xcbutilrenderutil, libXdmcp, libXfixes, libxkbfile, libXmu, libXpm, libXrender, libXres, libXt }: stdenv.mkDerivation { ··· 2701 2701 hardeningDisable = [ "bindnow" "relro" ]; 2702 2702 nativeBuildInputs = [ pkgconfig ]; 2703 2703 buildInputs = [ xorgproto openssl libX11 libXau libXaw libxcb xcbutil xcbutilwm xcbutilimage xcbutilkeysyms xcbutilrenderutil libXdmcp libXfixes libxkbfile libXmu libXpm libXrender libXres libXt ]; 2704 - meta.platforms = stdenv.lib.platforms.unix; 2704 + meta.platforms = lib.platforms.unix; 2705 2705 }) {}; 2706 2706 2707 2707 xorgsgmldoctools = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 2714 2714 hardeningDisable = [ "bindnow" "relro" ]; 2715 2715 nativeBuildInputs = [ pkgconfig ]; 2716 2716 buildInputs = [ ]; 2717 - meta.platforms = stdenv.lib.platforms.unix; 2717 + meta.platforms = lib.platforms.unix; 2718 2718 }) {}; 2719 2719 2720 2720 xpr = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXmu, xorgproto }: stdenv.mkDerivation { ··· 2727 2727 hardeningDisable = [ "bindnow" "relro" ]; 2728 2728 nativeBuildInputs = [ pkgconfig ]; 2729 2729 buildInputs = [ libX11 libXmu xorgproto ]; 2730 - meta.platforms = stdenv.lib.platforms.unix; 2730 + meta.platforms = lib.platforms.unix; 2731 2731 }) {}; 2732 2732 2733 2733 xprop = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 2740 2740 hardeningDisable = [ "bindnow" "relro" ]; 2741 2741 nativeBuildInputs = [ pkgconfig ]; 2742 2742 buildInputs = [ libX11 xorgproto ]; 2743 - meta.platforms = stdenv.lib.platforms.unix; 2743 + meta.platforms = lib.platforms.unix; 2744 2744 }) {}; 2745 2745 2746 2746 xrandr = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto, libXrandr, libXrender }: stdenv.mkDerivation { ··· 2753 2753 hardeningDisable = [ "bindnow" "relro" ]; 2754 2754 nativeBuildInputs = [ pkgconfig ]; 2755 2755 buildInputs = [ libX11 xorgproto libXrandr libXrender ]; 2756 - meta.platforms = stdenv.lib.platforms.unix; 2756 + meta.platforms = lib.platforms.unix; 2757 2757 }) {}; 2758 2758 2759 2759 xrdb = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXmu, xorgproto }: stdenv.mkDerivation { ··· 2766 2766 hardeningDisable = [ "bindnow" "relro" ]; 2767 2767 nativeBuildInputs = [ pkgconfig ]; 2768 2768 buildInputs = [ libX11 libXmu xorgproto ]; 2769 - meta.platforms = stdenv.lib.platforms.unix; 2769 + meta.platforms = lib.platforms.unix; 2770 2770 }) {}; 2771 2771 2772 2772 xrefresh = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 2779 2779 hardeningDisable = [ "bindnow" "relro" ]; 2780 2780 nativeBuildInputs = [ pkgconfig ]; 2781 2781 buildInputs = [ libX11 xorgproto ]; 2782 - meta.platforms = stdenv.lib.platforms.unix; 2782 + meta.platforms = lib.platforms.unix; 2783 2783 }) {}; 2784 2784 2785 2785 xset = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXext, libXmu, xorgproto, libXxf86misc }: stdenv.mkDerivation { ··· 2792 2792 hardeningDisable = [ "bindnow" "relro" ]; 2793 2793 nativeBuildInputs = [ pkgconfig ]; 2794 2794 buildInputs = [ libX11 libXext libXmu xorgproto libXxf86misc ]; 2795 - meta.platforms = stdenv.lib.platforms.unix; 2795 + meta.platforms = lib.platforms.unix; 2796 2796 }) {}; 2797 2797 2798 2798 xsetroot = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xbitmaps, libXcursor, libXmu, xorgproto }: stdenv.mkDerivation { ··· 2805 2805 hardeningDisable = [ "bindnow" "relro" ]; 2806 2806 nativeBuildInputs = [ pkgconfig ]; 2807 2807 buildInputs = [ libX11 xbitmaps libXcursor libXmu xorgproto ]; 2808 - meta.platforms = stdenv.lib.platforms.unix; 2808 + meta.platforms = lib.platforms.unix; 2809 2809 }) {}; 2810 2810 2811 2811 xsm = callPackage ({ stdenv, pkgconfig, fetchurl, libICE, libSM, libX11, libXaw, libXt }: stdenv.mkDerivation { ··· 2818 2818 hardeningDisable = [ "bindnow" "relro" ]; 2819 2819 nativeBuildInputs = [ pkgconfig ]; 2820 2820 buildInputs = [ libICE libSM libX11 libXaw libXt ]; 2821 - meta.platforms = stdenv.lib.platforms.unix; 2821 + meta.platforms = lib.platforms.unix; 2822 2822 }) {}; 2823 2823 2824 2824 xstdcmap = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXmu, xorgproto }: stdenv.mkDerivation { ··· 2831 2831 hardeningDisable = [ "bindnow" "relro" ]; 2832 2832 nativeBuildInputs = [ pkgconfig ]; 2833 2833 buildInputs = [ libX11 libXmu xorgproto ]; 2834 - meta.platforms = stdenv.lib.platforms.unix; 2834 + meta.platforms = lib.platforms.unix; 2835 2835 }) {}; 2836 2836 2837 2837 xtrans = callPackage ({ stdenv, pkgconfig, fetchurl }: stdenv.mkDerivation { ··· 2844 2844 hardeningDisable = [ "bindnow" "relro" ]; 2845 2845 nativeBuildInputs = [ pkgconfig ]; 2846 2846 buildInputs = [ ]; 2847 - meta.platforms = stdenv.lib.platforms.unix; 2847 + meta.platforms = lib.platforms.unix; 2848 2848 }) {}; 2849 2849 2850 2850 xtrap = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libXt, libXTrap }: stdenv.mkDerivation { ··· 2857 2857 hardeningDisable = [ "bindnow" "relro" ]; 2858 2858 nativeBuildInputs = [ pkgconfig ]; 2859 2859 buildInputs = [ libX11 libXt libXTrap ]; 2860 - meta.platforms = stdenv.lib.platforms.unix; 2860 + meta.platforms = lib.platforms.unix; 2861 2861 }) {}; 2862 2862 2863 2863 xvinfo = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto, libXv }: stdenv.mkDerivation { ··· 2870 2870 hardeningDisable = [ "bindnow" "relro" ]; 2871 2871 nativeBuildInputs = [ pkgconfig ]; 2872 2872 buildInputs = [ libX11 xorgproto libXv ]; 2873 - meta.platforms = stdenv.lib.platforms.unix; 2873 + meta.platforms = lib.platforms.unix; 2874 2874 }) {}; 2875 2875 2876 2876 xwd = callPackage ({ stdenv, pkgconfig, fetchurl, libxkbfile, libX11, xorgproto }: stdenv.mkDerivation { ··· 2883 2883 hardeningDisable = [ "bindnow" "relro" ]; 2884 2884 nativeBuildInputs = [ pkgconfig ]; 2885 2885 buildInputs = [ libxkbfile libX11 xorgproto ]; 2886 - meta.platforms = stdenv.lib.platforms.unix; 2886 + meta.platforms = lib.platforms.unix; 2887 2887 }) {}; 2888 2888 2889 2889 xwininfo = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, libxcb, xorgproto }: stdenv.mkDerivation { ··· 2896 2896 hardeningDisable = [ "bindnow" "relro" ]; 2897 2897 nativeBuildInputs = [ pkgconfig ]; 2898 2898 buildInputs = [ libX11 libxcb xorgproto ]; 2899 - meta.platforms = stdenv.lib.platforms.unix; 2899 + meta.platforms = lib.platforms.unix; 2900 2900 }) {}; 2901 2901 2902 2902 xwud = callPackage ({ stdenv, pkgconfig, fetchurl, libX11, xorgproto }: stdenv.mkDerivation { ··· 2909 2909 hardeningDisable = [ "bindnow" "relro" ]; 2910 2910 nativeBuildInputs = [ pkgconfig ]; 2911 2911 buildInputs = [ libX11 xorgproto ]; 2912 - meta.platforms = stdenv.lib.platforms.unix; 2912 + meta.platforms = lib.platforms.unix; 2913 2913 }) {}; 2914 2914 2915 2915 })