rx: restrict builds to x86 targets
This commit is contained in:
parent
d8623a2137
commit
6885a05192
@ -40,6 +40,6 @@ rustPlatform.buildRustPackage rec {
|
||||
homepage = "https://cloudhead.io/rx/";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ minijackson filalex77 ];
|
||||
platforms = platforms.all;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user