syncstorage-rs: make linux-only

doesn't build on darwin, and apparently never has.
This commit is contained in:
pennae
2022-12-21 10:29:25 +01:00
committed by pennae
parent 4cdcad6b26
commit a97a75a7b7
+1
View File
@@ -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;
};
}