From d823feac3d4a0e05d1c452a0caeaeb528cb01587 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Fri, 1 Jan 2021 15:24:54 +0100 Subject: [PATCH 5/6] gnu: freecad: move python-pyside-2-tools to native-inputs * gnu/packages/engineering.scm (freecad): [inputs]: Remove python-pyside-2-tools. [native-inputs]: Add python-pyside-2-tools. --- gnu/packages/engineering.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 4bb7f68939..113766d453 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -2453,6 +2453,7 @@ full programmatic control over your models.") ("graphviz" ,graphviz) ("qttools" ,qttools) ("pkg-config" ,pkg-config) + ("python-pyside-2-tools" ,python-pyside-2-tools) ("swig" ,swig))) (inputs `(("boost" ,boost) @@ -2470,7 +2471,6 @@ full programmatic control over your models.") ("opencascade-occt" ,opencascade-occt) ("python-matplotlib" ,python-matplotlib) ("python-pyside-2" ,python-pyside-2) - ("python-pyside-2-tools" ,python-pyside-2-tools) ("python-shiboken-2" ,python-shiboken-2) ("python-pivy" ,python-pivy) ("python-wrapper" ,python-wrapper) -- 2.29.2