From 29baf5ff293f0246e4a11492d50692ff5d1f21ae Mon Sep 17 00:00:00 2001 From: Sachi King Date: Wed, 7 Aug 2024 12:28:55 +1000 Subject: [PATCH] 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. --- pkgs/by-name/rk/rkbin/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/rk/rkbin/package.nix b/pkgs/by-name/rk/rkbin/package.nix index 5579703daca0..2aad09d08bf0 100644 --- a/pkgs/by-name/rk/rkbin/package.nix +++ b/pkgs/by-name/rk/rkbin/package.nix @@ -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; };