syncstorage-rs: make linux-only
doesn't build on darwin, and apparently never has.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user