mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #330674 from tobim/pkgs/adopt-perf-logrotate-ghostscript
ghostscript, logrotate, linux-perf: adopt
This commit is contained in:
commit
1149f210e7
@ -192,7 +192,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
license = lib.licenses.agpl3Plus;
|
license = lib.licenses.agpl3Plus;
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
maintainers = [ lib.maintainers.viric ];
|
maintainers = [ lib.maintainers.tobim ];
|
||||||
mainProgram = "gs";
|
mainProgram = "gs";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -177,7 +177,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "https://perf.wiki.kernel.org/";
|
homepage = "https://perf.wiki.kernel.org/";
|
||||||
description = "Linux tools to profile with performance counters";
|
description = "Linux tools to profile with performance counters";
|
||||||
mainProgram = "perf";
|
mainProgram = "perf";
|
||||||
maintainers = with maintainers; [ viric ];
|
maintainers = with maintainers; [ tobim ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = kernel.kernelOlder "5";
|
broken = kernel.kernelOlder "5";
|
||||||
};
|
};
|
||||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/logrotate/logrotate";
|
homepage = "https://github.com/logrotate/logrotate";
|
||||||
description = "Rotates and compresses system logs";
|
description = "Rotates and compresses system logs";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = [ maintainers.viric ];
|
maintainers = [ maintainers.tobim ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
mainProgram = "logrotate";
|
mainProgram = "logrotate";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user