Merge pull request #61138 from rnhmjoj/collide

Avoid collisions between essential packages
This commit is contained in:
Graham Christensen
2019-05-08 11:42:19 -04:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

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

View File

@@ -220,6 +220,7 @@ in stdenv.mkDerivation rec {
description = "A system and service manager for Linux";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
priority = 10;
maintainers = [ maintainers.eelco ];
};
}