9 stdenv.mkDerivation rec {
10 pname = "yeahconsole";
13 src = fetchFromGitHub {
17 hash = "sha256-Ea6erNF9hEhDHlWLctu1SHFVoXXXsPeWUbvCBSZwn4s=";
26 sed -i "s@PREFIX = /usr/local@PREFIX = $out@g" Makefile
30 description = "Turns an xterm into a gamelike console";
31 homepage = "https://github.com/jceb/yeahconsole";
32 license = lib.licenses.gpl2Only;
33 maintainers = with lib.maintainers; [ jceb ];
34 platforms = lib.platforms.all;