[bug#77812,3/4] gnu: opencascade-occt: Move doxygen from inputs to native-inputs.

Message ID 20250415011509.2138157-3-nomike@nomike.com
State New
Headers
Series [bug#77810,1/4] gnu: opencascade-occt: Fix new version detection |

Commit Message

nomike April 15, 2025, 1:15 a.m. UTC
  Change-Id: I5382f1a1552afebb286d01ffc292dc8cbfbb75af
---
 gnu/packages/maths.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
  

Comments

Andreas Enge April 15, 2025, 8:16 p.m. UTC | #1
Applied as well, after sorting the native-inputs alphabetically.

Thanks,

Andreas
  

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 56309ebb98..5461650e3e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3376,11 +3376,11 @@  (define-public opencascade-occt
               "-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON"
               "-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON"
               "-UCMAKE_INSTALL_LIBDIR")))
-    (native-inputs (list fontconfig))
+    (native-inputs (list fontconfig
+                         doxygen))
     (inputs
-     (list doxygen
+     (list freetype
            ;("freeimage" ,freeimage)
-           freetype
            glu
            libxext
            libxi