about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-07-16 09:40:39 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-07-16 10:03:12 -0300
commit6c539fa80782e483c12ebf6b46c89e091f3462a4 (patch)
tree8cd5ac6469e3a81cfc886b47abb4e94423d55ba2 /pkgs/desktops
parent48676d0ad60b7fd279605c397f2c58b41decc836 (diff)
downloadnixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.tar
nixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.tar.gz
nixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.tar.bz2
nixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.tar.lz
nixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.tar.xz
nixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.tar.zst
nixlib-6c539fa80782e483c12ebf6b46c89e091f3462a4.zip
arcan: remove prio from everyone-wrapped inputs
Prio works well, but it is not actively developed by upstream.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/arcan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/arcan/default.nix b/pkgs/desktops/arcan/default.nix
index dba284f0100d..874035c4801e 100644
--- a/pkgs/desktops/arcan/default.nix
+++ b/pkgs/desktops/arcan/default.nix
@@ -37,6 +37,6 @@ rec {
 
   everyone-wrapped = callPackage ./wrapper.nix {
     name = "everyone-wrapped";
-    appls = [ durden pipeworld prio ];
+    appls = [ durden pipeworld ];
   };
 }