fix build flags
This commit is contained in:
parent
c65b69115c
commit
8327fd061b
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ rustPlatform.buildRustPackage rec {
|
|||
./Cargo.lock.patch
|
||||
];
|
||||
cargoSha256 = "0kgjxq2319l2gh1xc0f3ir1pa6z7p62z3fccswwxrz7gbn7nc07c";
|
||||
cargoBuildFlags = ["--feature=standalone"];
|
||||
cargoBuildFlags = ["--features=standalone"];
|
||||
|
||||
buildInputs = [
|
||||
bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue