1 {lib, stdenv, fetchFromGitHub, cmake}:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
10 rev = "v${version}-fix";
11 sha256 = "0sz1vqafl7ii3z1710sk0ilvczv8pb4b6lkmg9pr7hqj3kaxndii";
16 install binaries/* $out/bin
19 nativeBuildInputs = [ cmake ];
22 homepage = "https://www.villehelin.com/wla.html";
23 description = "Yet Another GB-Z80/Z80/6502/65C02/6510/65816/HUC6280/SPC-700 Multi Platform Cross Assembler Package";
24 license = licenses.gpl2;
25 maintainers = with maintainers; [ matthewbauer ];
26 platforms = platforms.all;