mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
perf-tools: add license
This commit is contained in:
parent
11bb3c134f
commit
74470d51c3
@ -34,10 +34,11 @@ stdenv.mkDerivation {
|
|||||||
mv $d/man $out/share/
|
mv $d/man $out/share/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
homepage = https://github.com/brendangregg/perf-tools;
|
homepage = https://github.com/brendangregg/perf-tools;
|
||||||
description = "Performance analysis tools based on Linux perf_events (aka perf) and ftrace";
|
description = "Performance analysis tools based on Linux perf_events (aka perf) and ftrace";
|
||||||
maintainers = [ lib.maintainers.eelco ];
|
maintainers = [ maintainers.eelco ];
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user