Loading pkgs/development/python-modules/openusd/default.nix +2 −15 Original line number Diff line number Diff line Loading @@ -51,14 +51,14 @@ in buildPythonPackage rec { pname = "openusd"; version = "24.11"; version = "25.02a"; pyproject = false; src = fetchFromGitHub { owner = "PixarAnimationStudios"; repo = "OpenUSD"; tag = "v${version}"; hash = "sha256-ugTb28DAn8D3URxCyGeptf7F3YpL7bX4++lyVN+apas="; hash = "sha256-QFwG6kOLM+R+QIAozk/Dbldj8LRt9kCJv0W/EGHkq6Q="; }; stdenv = python.stdenv; Loading @@ -72,19 +72,6 @@ buildPythonPackage rec { url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/a07a6b4d1da19bfc499db49641d74fb7c1a71e9b.patch?full_index=1"; hash = "sha256-Gww6Ll2nKwpcxMY9lnf5BZ3eqUWz1rik9P3mPKDOf+Y="; }) # https://github.com/PixarAnimationStudios/OpenUSD/issues/3442 # https://github.com/PixarAnimationStudios/OpenUSD/pull/3434 commit 1 (fetchpatch { name = "explicitly-adding-template-keyword.patch"; url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/274cf7c6fe1c121d095acd38dd1a33214e0c8448.patch?full_index=1"; hash = "sha256-nlw7o2jVWV9f1Lzl32UXcRVXcWnfyMNv9Mp4SVgFvyw="; }) # https://github.com/PixarAnimationStudios/OpenUSD/pull/3434 commit 2 (fetchpatch { name = "fix-removes-unused-path.patch"; url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/5a6437e44269534bfde0c35cc2c7bdef087b70e8.patch?full_index=1"; hash = "sha256-X2v14U0pJjd4IMD8viXK2/onVFqUabJTXwDGRFKDZ+g="; }) ]; env.OSL_LOCATION = "${osl}"; Loading Loading
pkgs/development/python-modules/openusd/default.nix +2 −15 Original line number Diff line number Diff line Loading @@ -51,14 +51,14 @@ in buildPythonPackage rec { pname = "openusd"; version = "24.11"; version = "25.02a"; pyproject = false; src = fetchFromGitHub { owner = "PixarAnimationStudios"; repo = "OpenUSD"; tag = "v${version}"; hash = "sha256-ugTb28DAn8D3URxCyGeptf7F3YpL7bX4++lyVN+apas="; hash = "sha256-QFwG6kOLM+R+QIAozk/Dbldj8LRt9kCJv0W/EGHkq6Q="; }; stdenv = python.stdenv; Loading @@ -72,19 +72,6 @@ buildPythonPackage rec { url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/a07a6b4d1da19bfc499db49641d74fb7c1a71e9b.patch?full_index=1"; hash = "sha256-Gww6Ll2nKwpcxMY9lnf5BZ3eqUWz1rik9P3mPKDOf+Y="; }) # https://github.com/PixarAnimationStudios/OpenUSD/issues/3442 # https://github.com/PixarAnimationStudios/OpenUSD/pull/3434 commit 1 (fetchpatch { name = "explicitly-adding-template-keyword.patch"; url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/274cf7c6fe1c121d095acd38dd1a33214e0c8448.patch?full_index=1"; hash = "sha256-nlw7o2jVWV9f1Lzl32UXcRVXcWnfyMNv9Mp4SVgFvyw="; }) # https://github.com/PixarAnimationStudios/OpenUSD/pull/3434 commit 2 (fetchpatch { name = "fix-removes-unused-path.patch"; url = "https://github.com/PixarAnimationStudios/OpenUSD/commit/5a6437e44269534bfde0c35cc2c7bdef087b70e8.patch?full_index=1"; hash = "sha256-X2v14U0pJjd4IMD8viXK2/onVFqUabJTXwDGRFKDZ+g="; }) ]; env.OSL_LOCATION = "${osl}"; Loading