From 257427dca5b443c8ccd3ac63891fb29f5f14181d Mon Sep 17 00:00:00 2001 From: Nikola Knezevic Date: Mon, 21 Feb 2022 10:15:29 +0100 Subject: [PATCH] espanso: set platform to linux only The current build is linux only, so enforce that via meta. This avoids a weird error message that one of the dependencies is not supported on darwin, for example. --- pkgs/applications/office/espanso/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/office/espanso/default.nix b/pkgs/applications/office/espanso/default.nix index adeb087ae8b..e4b46c5bc2d 100644 --- a/pkgs/applications/office/espanso/default.nix +++ b/pkgs/applications/office/espanso/default.nix @@ -55,6 +55,7 @@ rustPlatform.buildRustPackage rec { homepage = "https://espanso.org"; license = licenses.gpl3Plus; maintainers = with maintainers; [ kimat ]; + platforms = platforms.linux; longDescription = '' Espanso detects when you type a keyword and replaces it while you're typing.