diff --git a/dotfiles/config/taffybar/flake.lock b/dotfiles/config/taffybar/flake.lock index 065887ad..21febb60 100644 --- a/dotfiles/config/taffybar/flake.lock +++ b/dotfiles/config/taffybar/flake.lock @@ -136,11 +136,11 @@ "xmonad-contrib": "xmonad-contrib" }, "locked": { - "lastModified": 1777319252, - "narHash": "sha256-mPft6i8ReJAvW2LdylFI6FF6NFGa1HMa3RNbisfAsbc=", - "ref": "refs/heads/codex/fix-gdk-backend-strut-detection", - "rev": "c2cee23fc57384cd322d589944129e6c31d4f0fd", - "revCount": 2288, + "lastModified": 1777452249, + "narHash": "sha256-Emhn9sIFRVyIlUULDuYjeFcYJld6EAD31TGasYwQsWg=", + "ref": "refs/heads/master", + "rev": "9a6463e68c7bc0a712e49d9ba6c6d1b764260cd7", + "revCount": 2295, "type": "git", "url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar" }, diff --git a/dotfiles/config/taffybar/flake.nix b/dotfiles/config/taffybar/flake.nix index dcdf01d2..1790a28b 100644 --- a/dotfiles/config/taffybar/flake.nix +++ b/dotfiles/config/taffybar/flake.nix @@ -121,13 +121,6 @@ (oa: { doHaddock = false; doCheck = false; - # Legacy fix for older GHC (harmless on newer) - postPatch = (oa.postPatch or "") + '' - substituteInPlace src/System/Taffybar/DBus/Client/Util.hs \ - --replace-fail "import Control.Monad (forM)" \ - "import Control.Monad (forM) - import Control.Applicative (liftA2)" - ''; # Needed for gi-gtk-layer-shell (introspection data). librarySystemDepends = (oa.librarySystemDepends or []) ++ [ pkgs.gtk-layer-shell ]; });