From 1c0286331791e3504289c0d613ac10a2c9066ce7 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Fri, 18 Jan 2019 18:16:37 -0500 Subject: busybox: give priority of 10 Lots of packages provide this. Usually we don't want the busybox version. --- pkgs/os-specific/linux/busybox/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs') diff --git a/pkgs/os-specific/linux/busybox/default.nix b/pkgs/os-specific/linux/busybox/default.nix index 5f4efe943ca..73bea1c7da6 100644 --- a/pkgs/os-specific/linux/busybox/default.nix +++ b/pkgs/os-specific/linux/busybox/default.nix @@ -106,5 +106,6 @@ stdenv.mkDerivation rec { license = licenses.gpl2; maintainers = with maintainers; [ ]; platforms = platforms.linux; + priority = 10; }; } -- cgit 1.4.1