mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 17:48:01 +00:00
syncstorage-rs: make linux-only
doesn't build on darwin, and apparently never has.
This commit is contained in:
parent
4cdcad6b26
commit
a97a75a7b7
@ -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 New Issue
Block a user