about summary refs log tree commit diff
path: root/pkgs/tools/misc/coreutils
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-02-18 21:11:33 -0500
committerMatthew Bauer <mjbauer95@gmail.com>2019-02-18 21:11:33 -0500
commitfce294caab31427f901a8723cee68dc91577f493 (patch)
tree10d75b1e4486452382f689407c1d52ab5bda8d78 /pkgs/tools/misc/coreutils
parent83254ec1af301c1a1178942b106c2e89ecfde8a2 (diff)
downloadnixlib-fce294caab31427f901a8723cee68dc91577f493.tar
nixlib-fce294caab31427f901a8723cee68dc91577f493.tar.gz
nixlib-fce294caab31427f901a8723cee68dc91577f493.tar.bz2
nixlib-fce294caab31427f901a8723cee68dc91577f493.tar.lz
nixlib-fce294caab31427f901a8723cee68dc91577f493.tar.xz
nixlib-fce294caab31427f901a8723cee68dc91577f493.tar.zst
nixlib-fce294caab31427f901a8723cee68dc91577f493.zip
coreutils: set low priority
Diffstat (limited to 'pkgs/tools/misc/coreutils')
-rw-r--r--pkgs/tools/misc/coreutils/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/tools/misc/coreutils/default.nix b/pkgs/tools/misc/coreutils/default.nix
index 3a3486503081..fabb58a33d6b 100644
--- a/pkgs/tools/misc/coreutils/default.nix
+++ b/pkgs/tools/misc/coreutils/default.nix
@@ -122,6 +122,8 @@ stdenv.mkDerivation rec {
 
     platforms = platforms.unix ++ platforms.windows;
 
+    priority = 10;
+
     maintainers = [ maintainers.eelco ];
   };