tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
openethereum: use buildFeatures
figsoda
4 years ago
ee8e2f88
2448ef46
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
blockchains
openethereum
default.nix
+1
-1
pkgs/applications/blockchains/openethereum/default.nix
···
29
29
++ lib.optionals stdenv.isLinux [ systemd ]
30
30
++ lib.optionals stdenv.isDarwin [ darwin.Security ];
31
31
32
32
-
cargoBuildFlags = [ "--features final" ];
32
32
+
buildFeatures = [ "final" ];
33
33
34
34
# Fix tests by preventing them from writing to /homeless-shelter.
35
35
preCheck = ''