taffybar: build using GHC 9.0

The 4.0.0 release brought support for the our default GHC version.
This commit is contained in:
sternenseemann 2022-10-27 22:21:00 +02:00
parent 6b562fb70b
commit 37e9e677d6
3 changed files with 2 additions and 7 deletions

View file

@ -5007,7 +5007,6 @@ broken-packages:
- Tablify
- tabloid
- tabs
- taffybar
- tag-bits
- tagged-exception-core
- tagged-timers

View file

@ -278302,10 +278302,8 @@ self: {
description = "A desktop bar similar to xmobar, but with more GUI";
license = lib.licenses.bsd3;
badPlatforms = lib.platforms.darwin;
hydraPlatforms = lib.platforms.none;
mainProgram = "taffybar";
maintainers = [ lib.maintainers.rvl ];
broken = true;
}) {inherit (pkgs) gtk3;};
"tag-bits" = callPackage

View file

@ -31968,10 +31968,8 @@ with pkgs;
# customConfig = builtins.readFile ./tabbed.config.h;
};
# Use GHC 9.0 when this asserts starts to fire
taffybar = assert haskellPackages.taffybar.version == "3.3.0";
callPackage ../applications/window-managers/taffybar {
inherit (haskell.packages.ghc810) ghcWithPackages taffybar;
taffybar = callPackage ../applications/window-managers/taffybar {
inherit (haskellPackages) ghcWithPackages taffybar;
};
tagainijisho = libsForQt5.callPackage ../applications/office/tagainijisho {};