1 { lib, stdenv, fetchFromGitHub, SDL2 }:
4 pname = "oberon-risc-emu";
5 version = "unstable-2020-08-18";
7 src = fetchFromGitHub {
9 repo = "oberon-risc-emu";
10 rev = "26c8ac5737c71811803c87ad51f1f0d6e62e71fe";
11 sha256 = "1iriix3cfcpbkjb5xjb4ysh592xppgprwzp3b6qhwcx44g7kdvxq";
14 buildInputs = [ SDL2 ];
22 homepage = "https://github.com/pdewacht/oberon-risc-emu/";
23 description = "Emulator for the Oberon RISC machine";
24 license = licenses.isc;
25 maintainers = with maintainers; [ siraben ];