fix build flags

This commit is contained in:
foosinn 2020-10-21 11:35:41 +02:00
parent c65b69115c
commit 8327fd061b

View file

@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
./Cargo.lock.patch
];
cargoSha256 = "0kgjxq2319l2gh1xc0f3ir1pa6z7p62z3fccswwxrz7gbn7nc07c";
cargoBuildFlags = ["--feature=standalone"];
cargoBuildFlags = ["--features=standalone"];
buildInputs = [
bash