perf-tools: add license
This commit is contained in:
parent
11bb3c134f
commit
74470d51c3
|
@ -34,10 +34,11 @@ stdenv.mkDerivation {
|
|||
mv $d/man $out/share/
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux;
|
||||
homepage = https://github.com/brendangregg/perf-tools;
|
||||
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