Merge pull request #122705 from rvl/fix-taffybar

This commit is contained in:
maralorn
2021-05-13 13:54:18 +02:00
committed by GitHub
7 changed files with 36 additions and 9 deletions
+3 -1
View File
@@ -26366,7 +26366,9 @@ in
# customConfig = builtins.readFile ./tabbed.config.h;
};
taffybar = callPackage ../applications/window-managers/taffybar {};
taffybar = callPackage ../applications/window-managers/taffybar {
inherit (haskellPackages) ghcWithPackages taffybar;
};
tagainijisho = callPackage ../applications/office/tagainijisho {};