7 stdenv.mkDerivation rec {
12 url = "https://han.de/~werner/${pname}-${version}.tar.gz";
13 sha256 = "sha256-WDqnFVLRNH4Oq+OaI2+loXS/Z93piHGFO5/iojO8rvE=";
21 # don't save timestamp, in order to improve reproducibility
23 substituteInPlace Makefile --replace 'gzip' 'gzip -n'
26 installFlags = [ "DESTDIR=${placeholder "out"}" ];
29 mkdir -p $out/bin $out/share/man/man1
33 description = "A curses-based file manager similar to DOS Xtree(TM)";
34 homepage = "https://www.han.de/~werner/ytree.html";
35 license = licenses.gpl2Plus;
36 maintainers = with maintainers; [ AndersonTorres ];
37 platforms = with platforms; unix;