Skip to content

Commit 818ef4d

Browse files
authored
yabar: drop (#415550)
2 parents dd80d0b + 26b29ed commit 818ef4d

File tree

10 files changed

+5
-383
lines changed

10 files changed

+5
-383
lines changed

nixos/modules/module-list.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,6 @@
355355
./programs/xonsh.nix
356356
./programs/xss-lock.nix
357357
./programs/xwayland.nix
358-
./programs/yabar.nix
359358
./programs/yazi.nix
360359
./programs/ydotool.nix
361360
./programs/yubikey-touch-detector.nix

nixos/modules/programs/yabar.nix

Lines changed: 0 additions & 187 deletions
This file was deleted.

nixos/modules/rename.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ in
7575
"way-cooler is abandoned by its author: "
7676
+ "https://way-cooler.org/blog/2020/01/09/way-cooler-post-mortem.html"
7777
))
78+
(mkRemovedOptionModule [ "programs" "yabar" ]
79+
"programs.yabar has been removed from NixOS. This is because the yabar repository has been archived upstream."
80+
)
7881
(mkRemovedOptionModule [ "security" "hideProcessInformation" ] ''
7982
The hidepid module was removed, since the underlying machinery
8083
is broken when using cgroups-v2.

nixos/tests/all-tests.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,6 @@ in
15081508
xss-lock = runTest ./xss-lock.nix;
15091509
xterm = runTest ./xterm.nix;
15101510
xxh = runTest ./xxh.nix;
1511-
yabar = runTest ./yabar.nix;
15121511
yarr = runTest ./yarr.nix;
15131512
ydotool = handleTest ./ydotool.nix { };
15141513
yggdrasil = runTest ./yggdrasil.nix;

nixos/tests/yabar.nix

Lines changed: 0 additions & 30 deletions
This file was deleted.

pkgs/applications/window-managers/yabar/build.nix

Lines changed: 0 additions & 93 deletions
This file was deleted.

pkgs/applications/window-managers/yabar/default.nix

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)