1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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;
};
}