GNU bug report logs - #77467
[PATCH 0/1] netcdf: Fix propagated inputs

Previous Next

Package: guix-patches;

Reported by: Luca Cirrottola <luca.cirrottola <at> inria.fr>

Date: Wed, 2 Apr 2025 17:12:01 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Luca Cirrottola <luca.cirrottola <at> inria.fr>
To: 77467 <at> debbugs.gnu.org
Cc: Luca Cirrottola <luca.cirrottola <at> inria.fr>
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





This bug report was last modified 38 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.