17 , hicolor-icon-theme # for setup-hook
26 stdenv.mkDerivation rec {
30 src = fetchFromGitHub {
34 sha256 = "sha256-1r2PbBYw4mmiScKbX9BGqe4i+emSvismJfPm3opLlOg=";
64 chmod +x meson/post_install.py
65 patchShebangs meson/post_install.py
69 for x in $out/bin/*; do
70 ln -vrs $x "$out/bin/''${x##*.}"
75 description = "Mind-mapping application for elementary OS";
76 homepage = "https://github.com/phase1geo/Minder";
77 license = licenses.gpl3Plus;
78 platforms = platforms.linux;
79 maintainers = with maintainers; [ dtzWill ] ++ teams.pantheon.members;
80 mainProgram = "com.github.phase1geo.minder";