mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue