9 stdenv.mkDerivation rec {
11 version = "2019-12-21";
14 url = "https://bellard.org/tinyemu/${pname}-${version}.tar.gz";
15 hash = "sha256-voNR8hIYGbMXL87c5csYJvoSyH2ht+2Y8mnT6AKgVVU=";
36 homepage = "https://bellard.org/tinyemu/";
37 description = "A system emulator for the RISC-V and x86 architectures";
39 TinyEMU is a system emulator for the RISC-V and x86 architectures. Its
40 purpose is to be small and simple while being complete.
42 license = with licenses; [ mit bsd2 ];
43 maintainers = with maintainers; [ jhhuh AndersonTorres ];
44 platforms = platforms.linux;