Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-firmware: fix build when cross-compiling
Using `findutils` in such a way where `callPackage` cannot splice it to use the `buildPlatform`'s package-set breaks building `linux-firmware` when `buildPlatform` != `hostPlatform`. Since `findutils` is already included in all `stdenv.mkDerivation` calls, we can get rid of pulling in the different `findutils` and re-use the one that works on `buildPlatform`. (cherry picked from commit e337131)
- Loading branch information