mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: freecad: Use same version of tbb as dependencies.
Fixes <https://issues.guix.gnu.org/54011>. * gnu/packages/engineering.scm (freecad)[inputs]: Replace tbb by tbb-2020.
This commit is contained in:
parent
33ce3f1c86
commit
27a91b2f57
1 changed files with 1 additions and 1 deletions
|
@ -2463,7 +2463,7 @@ (define-public freecad
|
|||
qtx11extras
|
||||
qtxmlpatterns
|
||||
sqlite
|
||||
tbb
|
||||
tbb-2020 ; Same version as opencascade-occt
|
||||
vtk
|
||||
xerces-c
|
||||
zlib))
|
||||
|
|
Loading…
Reference in a new issue