mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: mcrl2: Build with modular qt.
* gnu/packages/maths.scm (mcrl2)[inputs]: Replace qt with qtbase.
This commit is contained in:
parent
6465497fb9
commit
077d66ed42
1 changed files with 1 additions and 1 deletions
|
@ -3968,7 +3968,7 @@ (define-public mcrl2
|
|||
`(("boost" ,boost)
|
||||
("glu" ,glu)
|
||||
("mesa" ,mesa)
|
||||
("qt" ,qt)))
|
||||
("qtbase" ,qtbase)))
|
||||
(build-system cmake-build-system)
|
||||
(synopsis "Toolset for the mCRL2 formal specification language")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue