rkbin: set platforms to lib.platforms.all

This commit is contained in:
matthewcroughan 2024-04-11 15:57:01 +01:00
parent 8463dad6c8
commit 27843dd410
1 changed files with 1 additions and 1 deletions

View File

@ -31,6 +31,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/rockchip-linux/rkbin";
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ thefossguy ];
platforms = [ "aarch64-linux" ];
platforms = lib.platforms.all;
};
}