mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
remove xorg.intelgputools in favor of intel-gpu-tools
There is no reason in having both and the latter is a separate derivation and thus easier to maintain. Closes #21976
This commit is contained in:
parent
f4f4200d9a
commit
08e99191f6
@ -602,17 +602,6 @@ let
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) // {inherit ;};
|
||||
|
||||
intelgputools = (mkDerivation "intelgputools" {
|
||||
name = "intel-gpu-tools-1.15";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = mirror://xorg/individual/app/intel-gpu-tools-1.15.tar.bz2;
|
||||
sha256 = "1gb22hvj4gdjj92iqbwcp44kf2znk2l1fvbcrr4sm4i65l8mdwnw";
|
||||
};
|
||||
buildInputs = [pkgconfig dri2proto libdrm udev libpciaccess python libX11 libXext libXrandr libXv ];
|
||||
meta.platforms = stdenv.lib.platforms.unix;
|
||||
}) // {inherit dri2proto libdrm udev libpciaccess python libX11 libXext libXrandr libXv ;};
|
||||
|
||||
kbproto = (mkDerivation "kbproto" {
|
||||
name = "kbproto-1.0.7";
|
||||
builder = ./builder.sh;
|
||||
|
@ -57,10 +57,6 @@ in
|
||||
tradcpp = if stdenv.isDarwin then args.tradcpp else null;
|
||||
};
|
||||
|
||||
intelgputools = attrs: attrs // {
|
||||
buildInputs = attrs.buildInputs ++ [ args.cairo args.libunwind ];
|
||||
};
|
||||
|
||||
mkfontdir = attrs: attrs // {
|
||||
preBuild = "substituteInPlace mkfontdir.in --replace @bindir@ ${xorg.mkfontscale}/bin";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user