31 stdenv.mkDerivation rec {
35 src = fetchFromGitHub {
39 hash = "sha256-bmp0IZ4uAqDpe2e8UeIDUdFaaocx4OBIYuhnaHirqGc=";
83 wrapProgram $out/bin/therion \
84 --prefix PATH : ${lib.makeBinPath [ survex texliveTeTeX ]}
85 wrapProgram $out/bin/xtherion \
86 --prefix PATH : ${lib.makeBinPath [ tk ]}
91 description = "Therion – cave surveying software";
92 homepage = "https://therion.speleo.sk/";
93 changelog = "https://github.com/therion/therion/blob/${src.rev}/CHANGES";
94 license = licenses.gpl2Only;
95 maintainers = with maintainers; [ matthewcroughan ];