apitrace 09519af205 -> 6.1
This commit is contained in:
parent
4679104133
commit
6e6a41d1d6
@ -1,12 +1,14 @@
|
|||||||
{ stdenv, fetchgit, cmake, python, libX11, qt4 }:
|
{ stdenv, fetchFromGitHub, cmake, python, libX11, qt4 }:
|
||||||
|
|
||||||
|
let version = "6.1"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "apitrace-09519af205";
|
name = "apitrace-${version}";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchFromGitHub {
|
||||||
url = git://github.com/apitrace/apitrace.git;
|
sha256 = "1v38111ljd35v5sahshs3inhk6nsv7rxh4r0ck8k0njkwzlx2yqk";
|
||||||
rev = "09519af2056879ce0ea59f7085ac4b282c7d01d0";
|
rev = version;
|
||||||
sha256 = "1ka34fhl85k90r7kvp89awlqb6prkbqx0kg1whb3535rnvficxdv";
|
repo = "apitrace";
|
||||||
|
owner = "apitrace";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ cmake python libX11 qt4 ];
|
buildInputs = [ cmake python libX11 qt4 ];
|
||||||
@ -18,7 +20,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://apitrace.github.io;
|
homepage = https://apitrace.github.io;
|
||||||
description = "A set of tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs";
|
description = "Tools to trace OpenGL, OpenGL ES, Direct3D, and DirectDraw APIs";
|
||||||
|
licenses = with licenses; mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
maintainers = with maintainers; [ nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user