buildRustPackage: remove platform.all from packages

This commit is contained in:
zowoq
2020-08-16 12:48:18 +10:00
parent 4789d6feaf
commit 473536e3b5
123 changed files with 0 additions and 123 deletions
@@ -26,6 +26,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/google/evcxr";
license = licenses.asl20;
maintainers = with maintainers; [ protoben ma27 ];
platforms = platforms.all;
};
}
@@ -35,6 +35,5 @@ rustPlatform.buildRustPackage rec {
homepage = "https://wasmer.io/";
license = licenses.mit;
maintainers = with maintainers; [ filalex77 ];
platforms = platforms.all;
};
}