summary refs log tree commit diff
path: root/pkgs/applications/blockchains/openethereum
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-11-15 19:09:07 -0500
committerfigsoda <figsoda@pm.me>2021-11-16 08:11:49 -0500
commitee8e2f886414ee8a897fe853e8ff8c47a04cf586 (patch)
tree8619814bfca73f467877e0d0804a88fe5efeb48a /pkgs/applications/blockchains/openethereum
parent2448ef46307a8935dbe2d217b7d093a981aa8efe (diff)
downloadnixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.tar
nixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.tar.gz
nixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.tar.bz2
nixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.tar.lz
nixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.tar.xz
nixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.tar.zst
nixpkgs-ee8e2f886414ee8a897fe853e8ff8c47a04cf586.zip
openethereum: use buildFeatures
Diffstat (limited to 'pkgs/applications/blockchains/openethereum')
-rw-r--r--pkgs/applications/blockchains/openethereum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/blockchains/openethereum/default.nix b/pkgs/applications/blockchains/openethereum/default.nix
index 39f35f211f9..79ab37c7adb 100644
--- a/pkgs/applications/blockchains/openethereum/default.nix
+++ b/pkgs/applications/blockchains/openethereum/default.nix
@@ -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 = ''