busybox: give priority of 10
Lots of packages provide this. Usually we don't want the busybox version.
This commit is contained in:
parent
197c393c2f
commit
1c02863317
1 changed files with 1 additions and 0 deletions
|
@ -106,5 +106,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.linux;
|
||||
priority = 10;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue