Skip to content

Commit

Permalink
syncthingtray: fix darwin build
Browse files Browse the repository at this point in the history
qtwayland is a Linux-only dependency
  • Loading branch information
davidkna authored and wegank committed Mar 12, 2024
1 parent 9a9a755 commit 4702e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/syncthingtray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
qtbase
qtsvg
qtwayland
cpp-utilities
qtutilities
boost
qtforkawesome
] ++ lib.optionals stdenv.isDarwin [ iconv ]
++ lib.optionals stdenv.isLinux [ qtwayland ]
++ lib.optionals webviewSupport [ qtwebengine ]
++ lib.optionals jsSupport [ qtdeclarative ]
++ lib.optionals kioPluginSupport [ kio ]
Expand Down

0 comments on commit 4702e9d

Please sign in to comment.