1 { lib, stdenv, fetchurl
8 stdenv.mkDerivation rec {
13 url = "https://people.freedesktop.org/~airlied/radeontool/${pname}-${version}.tar.gz";
14 sha256 = "0mjk9wr9rsb17yy92j6yi16hfpa6v5r1dbyiy60zp4r125wr63za";
17 nativeBuildInputs = [ autoreconfHook pkg-config ];
18 buildInputs = [ xorg.libpciaccess ];
21 description = "Lowlevel tools to tweak register and dump state on radeon GPUs";
22 homepage = "https://airlied.livejournal.com/";
23 license = licenses.zlib;