about summary refs log tree commit diff
path: root/pkgs/by-name/ne
diff options
context:
space:
mode:
authorToma <62384384+TomaSajt@users.noreply.github.com>2024-05-23 00:06:20 +0200
committerGitHub <noreply@github.com>2024-05-22 22:06:20 +0000
commit04d3e02586729663610bf982dfff433d9a8f6d5e (patch)
treed9bea5d2e730574d688c2c138645fc86f7e3eb21 /pkgs/by-name/ne
parente168d257c1ad9b60585138e2864235acaf9c5041 (diff)
nekoray: add qtwayland to buildInputs (#313170)
Diffstat (limited to 'pkgs/by-name/ne')
-rw-r--r--pkgs/by-name/ne/nekoray/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/by-name/ne/nekoray/package.nix b/pkgs/by-name/ne/nekoray/package.nix
index 1fda18056a6eb..5b648feddb1cc 100644
--- a/pkgs/by-name/ne/nekoray/package.nix
+++ b/pkgs/by-name/ne/nekoray/package.nix
@@ -96,6 +96,7 @@ stdenv.mkDerivation (finalAttrs: {
   buildInputs = [
     libsForQt5.qtbase
     libsForQt5.qttools
+    libsForQt5.qtwayland
     libsForQt5.qtx11extras
     protobuf
     yaml-cpp