13 stdenv.mkDerivation rec {
14 pname = "black-hole-solver";
18 url = "https://fc-solve.shlomifish.org/downloads/fc-solve/${pname}-${version}.tar.xz";
19 sha256 = "sha256-0y8yU291cykliPQbsNha5C1WE3bCGNxKtrrf5JBKN6c=";
35 patchShebangs ./scripts
39 description = "Solver for Solitaire variants Golf, Black Hole, and All in a Row";
40 mainProgram = "black-hole-solve";
41 homepage = "https://www.shlomifish.org/open-source/projects/black-hole-solitaire-solver/";
42 license = licenses.mit;