openshot-qt: support wayland
This commit is contained in:
parent
3443d8c40c
commit
6f1a361925
@ -8,6 +8,9 @@
|
|||||||
, python3
|
, python3
|
||||||
, qtbase
|
, qtbase
|
||||||
, qtsvg
|
, qtsvg
|
||||||
|
, qtwayland
|
||||||
|
, wayland
|
||||||
|
, waylandSupport ? stdenv.isLinux
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -33,6 +36,9 @@ mkDerivationWith python3.pkgs.buildPythonApplication {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
gtk3
|
gtk3
|
||||||
|
] ++ lib.optionals waylandSupport [
|
||||||
|
qtwayland
|
||||||
|
wayland
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python3.pkgs; [
|
propagatedBuildInputs = with python3.pkgs; [
|
||||||
|
Loading…
Reference in New Issue
Block a user