From 2448ef46307a8935dbe2d217b7d093a981aa8efe Mon Sep 17 00:00:00 2001 From: figsoda Date: Mon, 15 Nov 2021 19:08:39 -0500 Subject: [PATCH] elan: use buildFeatures --- pkgs/applications/science/logic/elan/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/logic/elan/default.nix b/pkgs/applications/science/logic/elan/default.nix index cc4f0680de3e..4326c5b0d6b9 100644 --- a/pkgs/applications/science/logic/elan/default.nix +++ b/pkgs/applications/science/logic/elan/default.nix @@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec { buildInputs = [ curl zlib openssl ] ++ lib.optional stdenv.isDarwin libiconv; - cargoBuildFlags = [ "--features no-self-update" ]; + buildFeatures = [ "no-self-update" ]; patches = lib.optionals stdenv.isLinux [ # Run patchelf on the downloaded binaries.