From d86bff271a4e600b4caedb49da141ed0efaa6c72 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 11 Mar 2026 10:28:25 +0100 Subject: 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 --- gnu/packages/simulation.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/simulation.scm') 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 -- cgit v1.3