Commit 29baf5ff authored by Sachi King's avatar Sachi King
Browse files

rkbin: Update license to unfreeRedistributableFirmware

rkbin packages the firmware required for initialisation of rockchip
SoC's.  There is a minor difference between unfreeRedistributable and
unfreeRedistributableFirmware, in that nixpkgs considers the firmware
variant "free" to allow it to be used to build images and channel
releases.

This change will allow uboot to be built and cached for rockchip devices.
parent 957d95fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
  meta = with lib; {
    description = "Rockchip proprietary bootloader blobs";
    homepage = "https://github.com/rockchip-linux/rkbin";
    license = licenses.unfreeRedistributable;
    license = licenses.unfreeRedistributableFirmware;
    maintainers = with maintainers; [ thefossguy ];
    platforms = lib.platforms.all;
  };