taffybar: fix local flake warning build
This commit is contained in:
10
dotfiles/config/taffybar/flake.lock
generated
10
dotfiles/config/taffybar/flake.lock
generated
@@ -136,11 +136,11 @@
|
|||||||
"xmonad-contrib": "xmonad-contrib"
|
"xmonad-contrib": "xmonad-contrib"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1777319252,
|
"lastModified": 1777452249,
|
||||||
"narHash": "sha256-mPft6i8ReJAvW2LdylFI6FF6NFGa1HMa3RNbisfAsbc=",
|
"narHash": "sha256-Emhn9sIFRVyIlUULDuYjeFcYJld6EAD31TGasYwQsWg=",
|
||||||
"ref": "refs/heads/codex/fix-gdk-backend-strut-detection",
|
"ref": "refs/heads/master",
|
||||||
"rev": "c2cee23fc57384cd322d589944129e6c31d4f0fd",
|
"rev": "9a6463e68c7bc0a712e49d9ba6c6d1b764260cd7",
|
||||||
"revCount": 2288,
|
"revCount": 2295,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar"
|
"url": "file:///home/imalison/dotfiles/dotfiles/config/taffybar/taffybar"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -121,13 +121,6 @@
|
|||||||
(oa: {
|
(oa: {
|
||||||
doHaddock = false;
|
doHaddock = false;
|
||||||
doCheck = 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).
|
# Needed for gi-gtk-layer-shell (introspection data).
|
||||||
librarySystemDepends = (oa.librarySystemDepends or []) ++ [ pkgs.gtk-layer-shell ];
|
librarySystemDepends = (oa.librarySystemDepends or []) ++ [ pkgs.gtk-layer-shell ];
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user