ghostscript, logrotate, linux-perf: adopt
This commit is contained in:
parent
c281d0773d
commit
4535a56495
@ -192,7 +192,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = [ lib.maintainers.viric ];
|
||||
maintainers = [ lib.maintainers.tobim ];
|
||||
mainProgram = "gs";
|
||||
};
|
||||
}
|
||||
|
@ -177,7 +177,7 @@ stdenv.mkDerivation {
|
||||
homepage = "https://perf.wiki.kernel.org/";
|
||||
description = "Linux tools to profile with performance counters";
|
||||
mainProgram = "perf";
|
||||
maintainers = with maintainers; [ viric ];
|
||||
maintainers = with maintainers; [ tobim ];
|
||||
platforms = platforms.linux;
|
||||
broken = kernel.kernelOlder "5";
|
||||
};
|
||||
|
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/logrotate/logrotate";
|
||||
description = "Rotates and compresses system logs";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = [ maintainers.viric ];
|
||||
maintainers = [ maintainers.tobim ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "logrotate";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user