partio: fix strict deps

move python3 to nativeBuildInputs
This commit is contained in:
Reno Dakota
2024-07-25 07:19:32 +00:00
parent 4bf065f7df
commit 75cfdd39e0
@@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
unzip
cmake
doxygen
python3
];
buildInputs = [
@@ -38,7 +39,6 @@ stdenv.mkDerivation rec {
swig
xorg.libXi
xorg.libXmu
python3
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.Cocoa
darwin.apple_sdk.frameworks.GLUT