11 stdenv.mkDerivation rec {
14 src = fetchFromGitHub {
18 hash = "sha256-rSPYnbZjCoAKJBNCJCKsLBenolOzS78Zm850BJ8mKhA=";
25 buildInputs = [ libpng ];
27 patchShebangs --host src/bison.sh
29 installFlags = [ "PREFIX=${placeholder "out"}" ];
32 homepage = "https://rgbds.gbdev.io/";
33 description = "Free assembler/linker package for the Game Boy and Game Boy Color";
34 license = licenses.mit;
36 RGBDS (Rednex Game Boy Development System) is a free assembler/linker package for the Game Boy and Game Boy Color. It consists of:
40 - rgbfix (checksum/header fixer)
41 - rgbgfx (PNG‐to‐Game Boy graphics converter)
43 This is a fork of the original RGBDS which aims to make the programs more like other UNIX tools.
45 maintainers = with maintainers; [
49 platforms = platforms.all;