From 71deb64ed0ed5556eb5ba7cb0b79d125669a3bfc Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 29 Apr 2026 12:18:00 -0700 Subject: [PATCH] taffybar: fix local flake warning build --- dotfiles/config/taffybar/flake.lock | 10 +++++----- dotfiles/config/taffybar/flake.nix | 7 ------- 2 files changed, 5 insertions(+), 12 deletions(-) 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 ]; });