summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorNikola Knezevic <nikola.knezevic@imc.com>2022-02-21 10:15:29 +0100
committerNikola Knezevic <nikola.knezevic@imc.com>2022-02-21 10:15:29 +0100
commit257427dca5b443c8ccd3ac63891fb29f5f14181d (patch)
treecfe95453213796bcc1d49ab84a42f3f8d049ede2 /pkgs/applications/office
parent99fe51402de8addd86ae7e578a2e1d61bf998afb (diff)
downloadnixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.tar
nixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.tar.gz
nixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.tar.bz2
nixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.tar.lz
nixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.tar.xz
nixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.tar.zst
nixpkgs-257427dca5b443c8ccd3ac63891fb29f5f14181d.zip
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.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/espanso/default.nix1
1 files changed, 1 insertions, 0 deletions
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.