mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
riscv-pk: Set correct platforms
This commit is contained in:
parent
8cd005b6fb
commit
a2c37c0700
@ -36,6 +36,7 @@ in stdenv.mkDerivation {
|
||||
description = "RISC-V Proxy Kernel and Bootloader.";
|
||||
homepage = https://github.com/riscv/riscv-pk;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
platforms = [ "riscv-linux" ];
|
||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user