1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-10-05 16:57:13 +03:00

Merge pull request #698 from samueldr-wip/fix/uboot-tools

overlay: Drop now unneeded ubootTools
This commit is contained in:
Samuel Dionne-Riel 2024-03-17 02:08:47 -04:00 committed by GitHub
commit 8c59592e8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,14 +106,6 @@ in
'';
});
ubootTools = super.ubootTools.overrideAttrs({ buildInputs ? [], patches ? [], ... }: {
# Needed for cross-compiling ubootTools
buildInputs = buildInputs ++ [
self.openssl
];
});
# Things specific to mobile-nixos.
# Not necessarily internals, but they probably won't go into <nixpkgs>.
mobile-nixos = {