From 9fd601e53d4a1bc778087316548cdc086186e160 Mon Sep 17 00:00:00 2001 From: Ilan Joselevich Date: Mon, 17 Jun 2024 18:14:23 +0300 Subject: chore(tvix): patch crate2nix to drop darwin dontStrip This patch has already been applied on upstream but there hasn't been an official release yet so we patch it ourselves. Upstreamed patch: https://github.com/nix-community/crate2nix/commit/0209f258cda8a9972a785e26d92fb477ce4d1b0e Follow-up of: https://cl.tvl.fyi/c/depot/+/11856 Change-Id: If56071ce5753fd26e2b4c203cd831bbe5d329009 Reviewed-on: https://cl.tvl.fyi/c/depot/+/11858 Reviewed-by: flokli Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index a203866d3b4e..f2260be8b8fb 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -101,6 +101,8 @@ depot.nix.readTree.drvTargets { patches = old.patches or [ ] ++ [ # https://github.com/nix-community/crate2nix/pull/301 ./patches/crate2nix-tests-debug.patch + # TODO(Kranzes): drop on next release + ./patches/crate2nix-drop-darwin-explicit-dontstrip.patch ]; }); -- cgit 1.4.1