syncstorage-rs: make linux-only
doesn't build on darwin, and apparently never has.
This commit is contained in:
parent
4cdcad6b26
commit
a97a75a7b7
1 changed files with 1 additions and 0 deletions
|
@ -59,5 +59,6 @@ rustPlatform.buildRustPackage rec {
|
|||
homepage = "https://github.com/mozilla-services/syncstorage-rs";
|
||||
license = lib.licenses.mpl20;
|
||||
maintainers = with lib.maintainers; [ pennae ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue