mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: ghc-gnuplot: Fix build.
* gnu/packages/haskell.scm (ghc-gnuplot)[inputs]: Add ghc-semigroups.
This commit is contained in:
parent
70fa5899af
commit
1abdefe573
1 changed files with 1 additions and 0 deletions
|
@ -8134,6 +8134,7 @@ (define-public ghc-gnuplot
|
|||
("ghc-utility-ht" ,ghc-utility-ht)
|
||||
("ghc-data-accessor-transformers" ,ghc-data-accessor-transformers)
|
||||
("ghc-data-accessor" ,ghc-data-accessor)
|
||||
("ghc-semigroups" ,ghc-semigroups)
|
||||
("gnuplot" ,gnuplot)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue