haskell-xmonad-contrib: fix build
This commit is contained in:
parent
f8c1aa96b8
commit
bb38374158
@ -658,6 +658,14 @@ self: super: {
|
|||||||
# https://github.com/haskell/haddock/issues/378
|
# https://github.com/haskell/haddock/issues/378
|
||||||
haddock-library = dontCheck super.haddock-library;
|
haddock-library = dontCheck super.haddock-library;
|
||||||
|
|
||||||
|
# Already fixed in upstream darcs repo.
|
||||||
|
xmonad-contrib = overrideCabal super.xmonad-contrib (drv: {
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e '24iimport Control.Applicative' XMonad/Util/Invisible.hs
|
||||||
|
sed -i -e '22iimport Control.Applicative' XMonad/Hooks/DebugEvents.hs
|
||||||
|
'';
|
||||||
|
});
|
||||||
|
|
||||||
} // {
|
} // {
|
||||||
|
|
||||||
# Not on Hackage.
|
# Not on Hackage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user