diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-11 10:28:25 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-03-13 10:05:40 +0100 |
| commit | d86bff271a4e600b4caedb49da141ed0efaa6c72 (patch) | |
| tree | 1e9d7705f2bef2beeeb7122325f3ae948296d897 /gnu/packages | |
| parent | 007741a6f758f01c69ba97d2a8cf82d7e99dc905 (diff) | |
gnu: openfoam-org: Fix build.
* gnu/packages/simulation.scm (openfoam-org)[inputs]: Replace vtk by
vtk-9.5, which fixes the build; and fmt-11 by fmt, which are the same.
Merges guix/guix!7052
Fixes: guix/guix#3783
Change-Id: Ifac2256ce0f3541fb79a4d89c9affeee22d73fe1
Signed-off-by: Cayetano Santos <csantosb@inventati.org>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/simulation.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm index 8be2ac72bb2..9b6e80696eb 100644 --- a/gnu/packages/simulation.scm +++ b/gnu/packages/simulation.scm @@ -119,7 +119,7 @@ expat ffmpeg findutils - fmt-11 + fmt freetype gdal gl2ps @@ -161,7 +161,7 @@ readline trilinos-zoltan utfcpp - vtk + vtk-9.5 xz zlib)) (outputs '("debug" ;~60MB |
