gst_all_1.gst-plugins-good: add missing deps for qt5Support (#176246)

This commit is contained in:
Doron Behar 2022-06-05 12:31:22 +03:00 committed by GitHub
parent 04e8d71513
commit cf3cb3c272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,6 +76,9 @@ stdenv.mkDerivation rec {
qtbase
]) ++ lib.optionals stdenv.isLinux [
wayland-protocols
] ++ lib.optionals qt5Support [
qt5.qttools.dev
qt5.qtbase.dev # For moc-qt5
];
buildInputs = [