gnu: ghc-xmonad-contrib: Fix build.
* gnu/packages/wm.scm (ghc-xmonad-contrib)[inputs]: Add ghc-semigroups.
This commit is contained in:
parent
c95908bb03
commit
f0bce3a758
|
@ -563,6 +563,7 @@ Haskell, no knowledge of the language is required to install and use it.")
|
|||
("ghc-random" ,ghc-random)
|
||||
("ghc-utf8-string" ,ghc-utf8-string)
|
||||
("ghc-extensible-exceptions" ,ghc-extensible-exceptions)
|
||||
("ghc-semigroups", ghc-semigroups)
|
||||
("ghc-x11" ,ghc-x11)
|
||||
("ghc-x11-xft" ,ghc-x11-xft)
|
||||
("xmonad" ,xmonad)))
|
||||
|
|
Loading…
Reference in New Issue