guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#77467] [PATCH 1/1] gnu: netcdf: Fix propagated inputs.


From: Luca Cirrottola
Subject: [bug#77467] [PATCH 1/1] gnu: netcdf: Fix propagated inputs.
Date: Wed, 2 Apr 2025 19:13:05 +0200

---
 gnu/packages/maths.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6910b32dae..279a5eb39d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2286,13 +2286,14 @@ (define-public netcdf
     (native-inputs
      (list m4 doxygen graphviz))
     (inputs
-     (list curl
-           hdf4-alt
-           hdf5
+     (list hdf5
            libjpeg-turbo
-           libxml2
            unzip
            zlib))
+    (propagated-inputs
+     (list curl
+           hdf4-alt
+           libxml2))
     (arguments
      (list #:configure-flags
            #~'("--enable-doxygen" "--enable-dot"
-- 
2.34.1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]