busybox: give priority of 10

Lots of packages provide this. Usually we don't want the busybox version.
This commit is contained in:
Matthew Bauer 2019-01-18 18:16:37 -05:00 committed by GitHub
parent 197c393c2f
commit 1c02863317
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,5 +106,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2;
maintainers = with maintainers; [ ];
platforms = platforms.linux;
priority = 10;
};
}