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.
This commit is contained in:
Nikola Knezevic 2022-02-21 10:15:29 +01:00
parent 99fe51402d
commit 257427dca5

View file

@ -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.