elan: use buildFeatures

figsoda 2448ef46 cc0e2338

+1 -1
+1 -1
pkgs/applications/science/logic/elan/default.nix
··· 20 20 buildInputs = [ curl zlib openssl ] 21 21 ++ lib.optional stdenv.isDarwin libiconv; 22 22 23 - cargoBuildFlags = [ "--features no-self-update" ]; 23 + buildFeatures = [ "no-self-update" ]; 24 24 25 25 patches = lib.optionals stdenv.isLinux [ 26 26 # Run patchelf on the downloaded binaries.