Merge pull request #313954 from NixOS/backport-313170-to-release-24.05

[Backport release-24.05] nekoray: add qtwayland to buildInputs
This commit is contained in:
Weijia Wang 2024-05-23 14:15:29 +02:00 committed by GitHub
commit 69b8ae783b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -96,6 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
libsForQt5.qtbase
libsForQt5.qttools
libsForQt5.qtwayland
libsForQt5.qtx11extras
protobuf
yaml-cpp