Skip to content

Commit

Permalink
pkgs/servers/x11/xorg/default.nix: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
quantenzitrone committed Dec 31, 2024
1 parent b195fd6 commit 7631916
Showing 1 changed file with 13 additions and 101 deletions.
114 changes: 13 additions & 101 deletions pkgs/servers/x11/xorg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,25 @@
{
lib,
pixman,
font-alias,
font-util,
gccmakedep,
libpciaccess,
libpthread-stubs,
luit,
}:

self: with self; {

inherit pixman;
inherit luit;
inherit
gccmakedep
libpciaccess
luit
;
fontalias = font-alias;
fontutil = font-util;
libpthreadstubs = libpthread-stubs;

# THIS IS A GENERATED FILE. DO NOT EDIT!
appres = callPackage ({ stdenv, pkg-config, fetchurl, libX11, xorgproto, libXt, testers }: stdenv.mkDerivation (finalAttrs: {
Expand Down Expand Up @@ -220,26 +232,6 @@ self: with self; {
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
fontalias = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "font-alias";
version = "1.0.5";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/font/font-alias-1.0.5.tar.xz";
sha256 = "0vkb5mybc0fjfq29lgf5w1b536bwifzkyj8ad9iy7q3kpcby52cz";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
meta = {
pkgConfigModules = [ ];
platforms = lib.platforms.unix;
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
fontarabicmisc = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "font-arabic-misc";
Expand Down Expand Up @@ -876,26 +868,6 @@ self: with self; {
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
fontutil = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "font-util";
version = "1.4.1";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/font/font-util-1.4.1.tar.xz";
sha256 = "15fcd3rzlgm51fwgfapg6vzyd1kkd28rj149xq7iajqr7h9697sw";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
meta = {
pkgConfigModules = [ "fontutil" ];
platforms = lib.platforms.unix;
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
fontwinitzkicyrillic = callPackage ({ stdenv, pkg-config, fetchurl, fontutil, bdftopcf, mkfontscale, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "font-winitzki-cyrillic";
Expand Down Expand Up @@ -940,26 +912,6 @@ self: with self; {
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
gccmakedep = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "gccmakedep";
version = "1.0.4";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/util/gccmakedep-1.0.4.tar.xz";
sha256 = "1di5rxv930nhf5ls07fx04l0lqsakxycplmrx4kc6qzvd63zk22h";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
meta = {
pkgConfigModules = [ ];
platforms = lib.platforms.unix;
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
iceauth = callPackage ({ stdenv, pkg-config, fetchurl, libICE, xorgproto, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "iceauth";
Expand Down Expand Up @@ -1760,46 +1712,6 @@ self: with self; {
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
libpciaccess = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "libpciaccess";
version = "0.18.1";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/lib/libpciaccess-0.18.1.tar.xz";
sha256 = "0xpslrjnfrc1a7y8f8qwnd3wq24ndpj2q77ds12mbnwand239x2a";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
meta = {
pkgConfigModules = [ "pciaccess" ];
platforms = lib.platforms.unix;
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
libpthreadstubs = callPackage ({ stdenv, pkg-config, fetchurl, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "libpthread-stubs";
version = "0.5";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://xorg/individual/xcb/libpthread-stubs-0.5.tar.xz";
sha256 = "1g224hyy694jch54357zc895z46r90xs193hg4m7rfnfxinmdnjr";
};
hardeningDisable = [ "bindnow" "relro" ];
strictDeps = true;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ ];
passthru.tests.pkg-config = testers.testMetaPkgConfig finalAttrs.finalPackage;
meta = {
pkgConfigModules = [ "pthread-stubs" ];
platforms = lib.platforms.unix;
};
})) {};

# THIS IS A GENERATED FILE. DO NOT EDIT!
libxcb = callPackage ({ stdenv, pkg-config, fetchurl, libxslt, libpthreadstubs, libXau, xcbproto, libXdmcp, python3, testers }: stdenv.mkDerivation (finalAttrs: {
pname = "libxcb";
Expand Down

0 comments on commit 7631916

Please sign in to comment.