mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: freecad. Use qt-build-system.
* gnu/packages/engineering.scm (freecad)[build-system]: Use qt-build-system. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
parent
3c60d85f31
commit
25b9992181
1 changed files with 2 additions and 1 deletions
|
@ -44,6 +44,7 @@ (define-module (gnu packages engineering)
|
|||
#:use-module (guix build-system cmake)
|
||||
#:use-module (guix build-system gnu)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system qt)
|
||||
#:use-module (gnu packages)
|
||||
#:use-module (gnu packages algebra)
|
||||
#:use-module (gnu packages autotools)
|
||||
|
@ -2256,7 +2257,7 @@ (define-public freecad
|
|||
(sha256
|
||||
(base32
|
||||
"170hk1kgrvsddrwykp24wyj0cha78zzmzbf50gn98x7ngqqs395s"))))
|
||||
(build-system cmake-build-system)
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
`(("doxygen" ,doxygen)
|
||||
("graphviz" ,graphviz)
|
||||
|
|
Loading…
Reference in a new issue