chore(third_party/nixpkgs): add more patches to crate2nix

Change-Id: I2c2c3d4722a69a1ce5a4f144d0c450d88f40856a
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10082
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-11-19 22:42:45 +02:00 committed by clbot
parent a5749fada5
commit 9322d29ea9
2 changed files with 56 additions and 0 deletions

View file

@ -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
];
});