mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: boolector: Fix build.
gnu/packages/maths.scm (boolector)[inputs]: Add gmp. Change-Id: I008360baed99d02d55bff76d683136ff505e2742
This commit is contained in:
parent
142be256d4
commit
ec1dffc2c1
1 changed files with 2 additions and 1 deletions
|
|
@ -7672,7 +7672,8 @@ find_package(louvain_communities)")
|
|||
(substitute* (find-files "." "\\.c$")
|
||||
(("\"btor2parser/btor2parser\\.h\"") "<btor2parser.h>")))))))
|
||||
(inputs (list btor2tools
|
||||
boost cryptominisat louvain-community sqlite))
|
||||
boost cryptominisat louvain-community sqlite
|
||||
gmp))
|
||||
(native-inputs (list googletest pkg-config python-wrapper))
|
||||
(home-page "https://boolector.github.io")
|
||||
(synopsis "Bitvector-based theory solver")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue