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.";
|
description = "RISC-V Proxy Kernel and Bootloader.";
|
||||||
homepage = https://github.com/riscv/riscv-pk;
|
homepage = https://github.com/riscv/riscv-pk;
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
|
platforms = [ "riscv-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user