intel-gpu-tools: Broken on non-x86
https://hydra.nixos.org/build/65032931
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://01.org/linuxgraphics/;
|
homepage = https://01.org/linuxgraphics/;
|
||||||
description = "Tools for development and testing of the Intel DRM driver";
|
description = "Tools for development and testing of the Intel DRM driver";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.unix;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user