riscv-pk: Set correct platforms

This commit is contained in:
Tuomas Tynkkynen 2018-03-23 20:05:00 +02:00
parent 8cd005b6fb
commit a2c37c0700

View File

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