Commit 6deb86f6 authored by Adam Joseph's avatar Adam Joseph
Browse files

all-packages.nix: expose arm-trusted-firmware

This commit exposes

```
  arm-trusted-firmware = callPackage ../misc/arm-trusted-firmware { }
```

at the top level.  Without this it is impossible for downstream
users like [ownerboot](https://git.sr.ht/~amjoseph/ownerboot) to
override options like `unfreeIncludeHDCPBlob` and dependencies like
`openssl`.
parent 83ca2cd7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -26148,7 +26148,8 @@ with pkgs;
    alsa-ucm-conf
    alsa-utils;
  inherit (callPackage ../misc/arm-trusted-firmware {})
  arm-trusted-firmware = callPackage ../misc/arm-trusted-firmware { };
  inherit (arm-trusted-firmware)
    buildArmTrustedFirmware
    armTrustedFirmwareTools
    armTrustedFirmwareAllwinner