From b3e1ae7a5b90fea1773657faf673a67020d076d8 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 16 Oct 2024 22:23:49 +0800 Subject: [PATCH] tiled: add qtwayland to buildInputs --- pkgs/applications/editors/tiled/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/editors/tiled/default.nix b/pkgs/applications/editors/tiled/default.nix index a93a25b886d6..afa42fc767ac 100644 --- a/pkgs/applications/editors/tiled/default.nix +++ b/pkgs/applications/editors/tiled/default.nix @@ -8,6 +8,7 @@ , qtbase , qtdeclarative , qttools +, qtwayland , qtsvg , zlib , zstd @@ -15,7 +16,7 @@ }: let - qtEnv = env "tiled-qt-env" [ qtbase qtdeclarative qtsvg qttools ]; + qtEnv = env "tiled-qt-env" [ qtbase qtdeclarative qtsvg qttools qtwayland ]; in stdenv.mkDerivation rec {