Skip to content

Commit

Permalink
riscv-pk: Set correct platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Mar 23, 2018
1 parent 8cd005b commit a2c37c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/misc/riscv-pk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit a2c37c0

Please sign in to comment.