mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: ghc-graphviz: Remove unneeded configure flag.
* gnu/packages/haskell.scm (ghc-graphviz)[arguments]: Remove unneeded "--allow-newer=QuickCheck" configure flag.
This commit is contained in:
parent
f9f2877d54
commit
ad91386a27
1 changed files with 0 additions and 2 deletions
|
@ -7382,8 +7382,6 @@ (define-public ghc-graphviz
|
|||
(base32
|
||||
"0kj7ap0gnliviq2p8lscw1m06capnsa90vpvcys24nqy5nw2wrp7"))))
|
||||
(build-system haskell-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags (list "--allow-newer=QuickCheck")))
|
||||
(inputs
|
||||
`(("ghc-quickcheck" ,ghc-quickcheck)
|
||||
("ghc-colour" ,ghc-colour)
|
||||
|
|
Loading…
Reference in a new issue