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
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://espanso.org";
|
homepage = "https://espanso.org";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ kimat ];
|
maintainers = with maintainers; [ kimat ];
|
||||||
|
platforms = platforms.linux;
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Espanso detects when you type a keyword and replaces it while you're typing.
|
Espanso detects when you type a keyword and replaces it while you're typing.
|
||||||
|
|
Loading…
Reference in a new issue