riscv-pk: Set platforms properly

This commit is contained in:
Shea Levy
2018-03-24 08:44:26 -04:00
parent 1b27260a0b
commit 20f51922c0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -36,7 +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" ];
platforms = stdenv.lib.platforms.riscv;
maintainers = [ stdenv.lib.maintainers.shlevy ];
};
}