openethereum: use buildFeatures

figsoda ee8e2f88 2448ef46

+1 -1
+1 -1
pkgs/applications/blockchains/openethereum/default.nix
··· 29 ++ lib.optionals stdenv.isLinux [ systemd ] 30 ++ lib.optionals stdenv.isDarwin [ darwin.Security ]; 31 32 - cargoBuildFlags = [ "--features final" ]; 33 34 # Fix tests by preventing them from writing to /homeless-shelter. 35 preCheck = ''
··· 29 ++ lib.optionals stdenv.isLinux [ systemd ] 30 ++ lib.optionals stdenv.isDarwin [ darwin.Security ]; 31 32 + buildFeatures = [ "final" ]; 33 34 # Fix tests by preventing them from writing to /homeless-shelter. 35 preCheck = ''