mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
gst_all_1.gst-plugins-good: add missing deps for qt5Support (#176246)
This commit is contained in:
parent
04e8d71513
commit
cf3cb3c272
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user