Commit 8932e615 authored by Josh Holland's avatar Josh Holland Committed by Austin Seipp
Browse files

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.
parent 8a0223ec
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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