fix arm-trusted-firmware eval after apparent upstream refactoring to buildArmTrustedFirmware

This commit is contained in:
2025-09-01 11:23:18 +00:00
parent e7a1ff8b3d
commit 7e7cac8ecd

View File

@@ -23,7 +23,7 @@ in
# DISABLE HDCP BLOB in pinephone pro.
# this is used by u-boot; requires redeploying the bootloader (the SPL, specifically).
# i can see that nixpkgs does process this option, but the hash of bl31.elf doesn't actually change
arm-trusted-firmware = super.arm-trusted-firmware.override {
buildArmTrustedFirmware = super.buildArmTrustedFirmware.override {
unfreeIncludeHDCPBlob = false;
};