gnu: librecad: Use modular Qt.
* gnu/packages/engineering.scm (librecad)[inputs]: Remove "qt", add "qtbase" and "qtsvg".
This commit is contained in:
parent
6365733555
commit
9fdda0b2f8
|
@ -108,7 +108,8 @@
|
||||||
`(("boost" ,boost)
|
`(("boost" ,boost)
|
||||||
("muparser" ,muparser)
|
("muparser" ,muparser)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
("qt" ,qt)))
|
("qtbase" ,qtbase)
|
||||||
|
("qtsvg" ,qtsvg)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("which" ,which)))
|
("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue