gnu: librecad: Use modular Qt.

* gnu/packages/engineering.scm (librecad)[inputs]: Remove "qt", add "qtbase"
and "qtsvg".
This commit is contained in:
Ricardo Wurmus 2017-05-15 15:36:51 +02:00
parent 6365733555
commit 9fdda0b2f8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -108,7 +108,8 @@ (define-public librecad
`(("boost" ,boost)
("muparser" ,muparser)
("freetype" ,freetype)
("qt" ,qt)))
("qtbase" ,qtbase)
("qtsvg" ,qtsvg)))
(native-inputs
`(("pkg-config" ,pkg-config)
("which" ,which)))