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:
parent
99fe51402d
commit
257427dca5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user