Unverified Commit ea126f64 authored by Zexin Yuan's avatar Zexin Yuan
Browse files

python3Packages.openusd: add `meta.changelog`, remove duplicate inputs

parent 8f72df78
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -143,10 +143,7 @@ buildPythonPackage rec {
    ]
    ++ lib.optionals withOsl [ osl ]
    ++ lib.optionals withUsdView [ qt6.qtbase ]
    ++ lib.optionals (withUsdView && stdenv.hostPlatform.isLinux) [
      qt6.qtbase
      qt6.qtwayland
    ];
    ++ lib.optionals (withUsdView && stdenv.hostPlatform.isLinux) [ qt6.qtwayland ];

  propagatedBuildInputs =
    [
@@ -186,6 +183,7 @@ buildPythonPackage rec {
      for interchange between graphics applications.
    '';
    homepage = "https://openusd.org/";
    changelog = "https://github.com/PixarAnimationStudios/OpenUSD/${src.tag}/CHANGELOG.md";
    license = lib.licenses.tost;
    maintainers = with lib.maintainers; [
      shaddydc