mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
procps: lower priority to solve collisions with coreutils
This commit is contained in:
parent
d16a24379a
commit
87bfe6e115
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||
meta = {
|
||||
homepage = https://gitlab.com/procps-ng/procps;
|
||||
description = "Utilities that give information about processes using the /proc filesystem";
|
||||
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
|
||||
priority = 11; # less than coreutils, which also provides "kill" and "uptime"
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = [ lib.maintainers.typetetris ];
|
||||
|
|
Loading…
Reference in a new issue