Loading pkgs/by-name/f3/f3d/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ cmake, help2man, gzip, libXt, openusd, tbb, # There is a f3d overridden with EGL enabled vtk in top-level/all-packages.nix # compiling with EGL enabled vtk will result in f3d running in headless mode # See https://github.com/NixOS/nixpkgs/pull/324022. This may change later. Loading @@ -17,6 +20,7 @@ fontconfig, withManual ? !stdenv.hostPlatform.isDarwin, withPythonBinding ? false, withUsd ? openusd.meta.available, }: stdenv.mkDerivation rec { Loading Loading @@ -66,6 +70,11 @@ stdenv.mkDerivation rec { python3Packages.python # Using C++ header files, not Python import python3Packages.pybind11 ] ++ lib.optionals withUsd [ libXt openusd tbb ]; cmakeFlags = Loading @@ -84,6 +93,9 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withPythonBinding [ "-DF3D_BINDINGS_PYTHON=ON" ] ++ lib.optionals withUsd [ "-DF3D_PLUGIN_BUILD_USD=ON" ]; meta = with lib; { Loading Loading
pkgs/by-name/f3/f3d/package.nix +12 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ cmake, help2man, gzip, libXt, openusd, tbb, # There is a f3d overridden with EGL enabled vtk in top-level/all-packages.nix # compiling with EGL enabled vtk will result in f3d running in headless mode # See https://github.com/NixOS/nixpkgs/pull/324022. This may change later. Loading @@ -17,6 +20,7 @@ fontconfig, withManual ? !stdenv.hostPlatform.isDarwin, withPythonBinding ? false, withUsd ? openusd.meta.available, }: stdenv.mkDerivation rec { Loading Loading @@ -66,6 +70,11 @@ stdenv.mkDerivation rec { python3Packages.python # Using C++ header files, not Python import python3Packages.pybind11 ] ++ lib.optionals withUsd [ libXt openusd tbb ]; cmakeFlags = Loading @@ -84,6 +93,9 @@ stdenv.mkDerivation rec { ] ++ lib.optionals withPythonBinding [ "-DF3D_BINDINGS_PYTHON=ON" ] ++ lib.optionals withUsd [ "-DF3D_PLUGIN_BUILD_USD=ON" ]; meta = with lib; { Loading