gnu: ghc-gnuplot: Fix build.
* gnu/packages/haskell.scm (ghc-gnuplot)[inputs]: Add ghc-semigroups.
This commit is contained in:
parent
70fa5899af
commit
1abdefe573
|
@ -8134,6 +8134,7 @@ helper functions for Lists, Maybes, Tuples, Functions.")
|
||||||
("ghc-utility-ht" ,ghc-utility-ht)
|
("ghc-utility-ht" ,ghc-utility-ht)
|
||||||
("ghc-data-accessor-transformers" ,ghc-data-accessor-transformers)
|
("ghc-data-accessor-transformers" ,ghc-data-accessor-transformers)
|
||||||
("ghc-data-accessor" ,ghc-data-accessor)
|
("ghc-data-accessor" ,ghc-data-accessor)
|
||||||
|
("ghc-semigroups" ,ghc-semigroups)
|
||||||
("gnuplot" ,gnuplot)))
|
("gnuplot" ,gnuplot)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in New Issue