10 stdenv.mkDerivation rec {
15 url = "http://pessimization.com/software/wyrd/wyrd-${version}.tar.gz";
16 sha256 = "0zlrg602q781q8dij62lwdprpfliyy9j1rqfqcz8p2wgndpivddj";
20 substituteInPlace curses/curses.ml --replace 'pp gcc' "pp $CC"
33 preferLocalBuild = true;
36 description = "Text-based front-end to Remind";
38 Wyrd is a text-based front-end to Remind, a sophisticated
39 calendar and alarm program. Remind's power lies in its
40 programmability, and Wyrd does not hide this capability behind
41 flashy GUI dialogs. Rather, Wyrd is designed to make you more
42 efficient at editing your reminder files directly.
44 homepage = "http://pessimization.com/software/wyrd/";
45 downloadPage = "http://pessimization.com/software/wyrd/";
46 license = licenses.gpl2Only;
47 maintainers = [ maintainers.prikhi ];
48 platforms = platforms.unix;