wmsystemtray: stay at 1.4

This commit is contained in:
AndersonTorres
2020-11-09 17:35:31 -03:00
parent dc4a01d8f5
commit 46bc1e2f86
2 changed files with 24 additions and 0 deletions
@@ -15,4 +15,6 @@ lib.makeScope pkgs.newScope (self: with self; {
wmCalClock = callPackage ./wmCalClock.nix { };
wmsm-app = callPackage ./wmsm-app.nix { };
wmsystemtray = callPackage ./wmsystemtray.nix { };
})