summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Holland <josh@inv.alid.pw>2023-10-09 22:54:19 +0100
committerAustin Seipp <aseipp@pobox.com>2023-10-09 19:14:39 -0500
commit8932e615b8035255600ce9238a56f11c7751ecd0 (patch)
tree312d77bd8ba51ff1982195d09e0c4044de441c8a
parent8a0223ec08595383ae66cb8de67b70ec28bbb270 (diff)
downloadnixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.tar
nixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.tar.gz
nixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.tar.bz2
nixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.tar.lz
nixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.tar.xz
nixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.tar.zst
nixpkgs-8932e615b8035255600ce9238a56f11c7751ecd0.zip
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.
-rw-r--r--pkgs/applications/version-management/jujutsu/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/version-management/jujutsu/default.nix b/pkgs/applications/version-management/jujutsu/default.nix
index ed8e486681e..c86cd6e6b30 100644
--- a/pkgs/applications/version-management/jujutsu/default.nix
+++ b/pkgs/applications/version-management/jujutsu/default.nix
@@ -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