9 version = "unstable-2020-02-13";
11 src = fetchFromGitHub {
14 rev = "dc89ca00fc1711dc449d0a594a4727af22fc35a0";
15 sha256 = "sha256-zWYXpvEnViT/8gsdMU9Ymi4Hw+nwkG6FT/3h5sNMCE4=";
27 "CC=${stdenv.cc.targetPrefix}c++"
31 install -D SoliCurses.out $out/bin/solicurses
35 description = "A version of Solitaire written in C++ using the ncurses library";
36 homepage = "https://github.com/KaylaPP/SoliCurses";
37 maintainers = with maintainers; [ laalsaas ];
38 license = licenses.gpl3Only;
39 inherit (ncurses.meta) platforms;