partio: fix strict deps
move python3 to nativeBuildInputs
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user