procps: lower priority to solve collisions with coreutils

This commit is contained in:
rnhmjoj 2019-05-08 13:18:54 +02:00
parent d16a24379a
commit 87bfe6e115
No known key found for this signature in database
GPG key ID: 91BE884FBA4B591A

View file

@ -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 ];