openethereum: use buildFeatures

This commit is contained in:
figsoda 2021-11-15 19:09:07 -05:00
parent 2448ef4630
commit ee8e2f8864

View file

@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
++ lib.optionals stdenv.isLinux [ systemd ]
++ lib.optionals stdenv.isDarwin [ darwin.Security ];
cargoBuildFlags = [ "--features final" ];
buildFeatures = [ "final" ];
# Fix tests by preventing them from writing to /homeless-shelter.
preCheck = ''