7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "dasm-assembler";
15 sha256 = "1bna0bj503xyn5inwzzsrsgi9qg8p20by4dfk7azj91ynw56pl41";
18 configurePhase = false;
21 install bin/* $out/bin
32 description = "Assembler for 6502 and other 8-bit microprocessors";
33 homepage = "https://dasm-assembler.github.io";
34 license = licenses.gpl2;
35 maintainers = [ maintainers.jwatt ];
36 platforms = platforms.all;