gnu: mcrl2: Build with modular qt.

* gnu/packages/maths.scm (mcrl2)[inputs]: Replace qt with qtbase.
master
Efraim Flashner 2018-07-29 15:32:22 +03:00
parent 6465497fb9
commit 077d66ed42
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View File

@ -3968,7 +3968,7 @@ reduction.")
`(("boost" ,boost)
("glu" ,glu)
("mesa" ,mesa)
("qt" ,qt)))
("qtbase" ,qtbase)))
(build-system cmake-build-system)
(synopsis "Toolset for the mCRL2 formal specification language")
(description