mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Revert "gst_all_1.gst-plugins-good: add missing deps for qt5Support (#176246)"
This reverts commit cf3cb3c272
.
This commit is contained in:
parent
33392fff69
commit
f8ffee74ce
@ -76,9 +76,6 @@ 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