taffybar: restore ability to override ghcWithPackages arg

This commit is contained in:
Rodney Lorrimar
2021-05-13 10:01:50 +10:00
parent 80969cc4ec
commit c46059f732
2 changed files with 15 additions and 4 deletions
+3 -1
View File
@@ -26320,7 +26320,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 {};