Commit 694debe6 authored by John Titor's avatar John Titor Committed by Masum Reza
Browse files

opensubdiv: move python3 to nativeBuildInputs



opensubdiv requires the python interpreter in order to generate a few things, but no python libraries so this can be a native dependency

Signed-off-by: default avatarJohn Titor <50095635+JohnRTitor@users.noreply.github.com>
parent 974b11fd
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -38,15 +38,13 @@ stdenv.mkDerivation rec {
    [
      cmake
      pkg-config
      python3
    ]
    ++ lib.optional cudaSupport [
      cudaPackages.cuda_nvcc
    ];
  buildInputs =
    [
      python3
    ]
    ++ lib.optionals stdenv.hostPlatform.isUnix [
    lib.optionals stdenv.hostPlatform.isUnix [
      libGLU
      libGL
      # FIXME: these are not actually needed, but the configure script wants them.