Loading pkgs/applications/video/openshot-qt/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ , python3 , qtbase , qtsvg , qtwayland , wayland , waylandSupport ? stdenv.isLinux , wrapGAppsHook }: Loading @@ -33,6 +36,9 @@ mkDerivationWith python3.pkgs.buildPythonApplication { buildInputs = [ gtk3 ] ++ lib.optionals waylandSupport [ qtwayland wayland ]; propagatedBuildInputs = with python3.pkgs; [ Loading Loading
pkgs/applications/video/openshot-qt/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,9 @@ , python3 , qtbase , qtsvg , qtwayland , wayland , waylandSupport ? stdenv.isLinux , wrapGAppsHook }: Loading @@ -33,6 +36,9 @@ mkDerivationWith python3.pkgs.buildPythonApplication { buildInputs = [ gtk3 ] ++ lib.optionals waylandSupport [ qtwayland wayland ]; propagatedBuildInputs = with python3.pkgs; [ Loading