16 stdenv.mkDerivation (finalAttrs: {
20 src = fetchFromGitHub {
23 rev = "89f50bcba953c410caf459b0a4bfbd09018010b7"; # not tagged yet (why??)
24 hash = "sha256-xMXvc8gt3nfKWbU+WoS24wCUTGDQRhG0Q9m7yDhY5/w=";
29 src = ./000-fix-zip-paths.diff;
30 zipPath = "${zip}/bin/zip";
31 unzipPath = "${unzip}/bin/unzip";
48 "--prefix PATH : ${lib.makeBinPath [ unzip zip ]}"
52 homepage = "http://www.insilmaril.de/vym/";
53 description = "A mind-mapping software";
55 VYM (View Your Mind) is a tool to generate and manipulate maps which show
56 your thoughts. Such maps can help you to improve your creativity and
57 effectivity. You can use them for time management, to organize tasks, to
58 get an overview over complex contexts, to sort your ideas etc.
60 Maps can be drawn by hand on paper or a flip chart and help to structure
61 your thoughs. While a tree like structure like shown on this page can be
62 drawn by hand or any drawing software vym offers much more features to
65 license = licenses.gpl2Plus;
66 maintainers = [ maintainers.AndersonTorres ];
67 platforms = platforms.linux;