nushell: use buildFeatures
This commit is contained in:
parent
314d6b8c35
commit
009c1d5b6d
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ rustPlatform.buildRustPackage rec {
|
|||
++ lib.optionals (withExtraFeatures && stdenv.isLinux) [ xorg.libX11 ]
|
||||
++ lib.optionals (withExtraFeatures && stdenv.isDarwin) [ AppKit nghttp2 libgit2 ];
|
||||
|
||||
cargoBuildFlags = lib.optional withExtraFeatures "--features=extra";
|
||||
buildFeatures = lib.optional withExtraFeatures "extra";
|
||||
|
||||
# Since 0.34, nu has an indirect dependency on `zstd-sys` (via `polars` and
|
||||
# `parquet`, for dataframe support), which by default has an impure build
|
||||
|
|
Loading…
Reference in a new issue