me
/
guix
Archived
1
0
Fork 0

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.
Guillaume Le Vaillant 2022-02-18 16:51:44 +01:00
parent 33ce3f1c86
commit 27a91b2f57
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 1 additions and 1 deletions

View File

@ -2463,7 +2463,7 @@ comments.")))
qtx11extras
qtxmlpatterns
sqlite
tbb
tbb-2020 ; Same version as opencascade-occt
vtk
xerces-c
zlib))