diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-22 10:58:51 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2023-04-22 12:57:03 +0200 |
commit | 6c91f65d09debbb8578047e4b5669b8ba4c73888 (patch) | |
tree | 08cc96bb297f7c7fabfa76da0df7d4513d8a66e7 | |
parent | 81cef273c055018a2ff8febb447a10af08161a08 (diff) | |
download | guix-6c91f65d09debbb8578047e4b5669b8ba4c73888.tar.gz guix-6c91f65d09debbb8578047e4b5669b8ba4c73888.zip |
gnu: libigl: Fix build.
* gnu/packages/engineering.scm (libigl)[inputs]: Add tbb.
-rw-r--r-- | gnu/packages/engineering.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 77e8c76e17..66f3769e68 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -3454,6 +3454,7 @@ perform various useful functions such as: ("gmp" ,gmp) ("mesa" ,mesa) ("mpfr" ,mpfr) + ("tbb" ,tbb) ("tinyxml2" ,tinyxml2) ;; When updating this package, update commit fields below according to ;; the hashes listed in "cmake/LibiglDownloadExternal.cmake". |