jujutsu: use default features

Since 0.10.0, the watchman feature (which was previously enabled by
the "packaging" feature) is included by default.  That feature now
does nothing, and the `buildNoDefaultFeatures = true` now in fact
disables it.  Fixes #259950.
This commit is contained in:
Josh Holland 2023-10-09 22:54:19 +01:00 committed by Austin Seipp
parent 8a0223ec08
commit 8932e615b8

View File

@ -31,13 +31,6 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-fs1cWhBFp2u3HiEx/mMnbwvgwKo97KmftA/sr4dGsiM=";
buildNoDefaultFeatures = true;
buildFeatures = [
# enable 'packaging' feature, which enables extra features such as support
# for watchman
"packaging"
];
cargoBuildFlags = [ "--bin" "jj" ]; # don't install the fake editors
useNextest = true; # nextest is the upstream integration framework
ZSTD_SYS_USE_PKG_CONFIG = "1"; # disable vendored zlib