From 9322d29ea9660d9ec2b24ab494efd7d4cee6780f Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sun, 19 Nov 2023 22:42:45 +0200 Subject: chore(third_party/nixpkgs): add more patches to crate2nix Change-Id: I2c2c3d4722a69a1ce5a4f144d0c450d88f40856a Reviewed-on: https://cl.tvl.fyi/c/depot/+/10082 Autosubmit: flokli Reviewed-by: raitobezarius Tested-by: BuildkiteCI --- third_party/overlays/tvl.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'third_party/overlays/tvl.nix') diff --git a/third_party/overlays/tvl.nix b/third_party/overlays/tvl.nix index c194e5005faa..fd060214cfaf 100644 --- a/third_party/overlays/tvl.nix +++ b/third_party/overlays/tvl.nix @@ -118,6 +118,9 @@ depot.nix.readTree.drvTargets { # https://github.com/nix-community/crate2nix/pull/309 ./patches/crate2nix-take-lndir-from-buildPackages.patch ./patches/crate2nix-skip-running-tests-when-cross-compiling.patch + + # https://github.com/nix-community/crate2nix/pull/307 + ./patches/crate2nix-fix-resolve-missing-target-features-to-null.patch ]; }); -- cgit 1.4.1