23 stdenv.mkDerivation rec {
27 src = fetchFromGitHub {
28 owner = "Philip-Scott";
31 sha256 = "sha256-t9BCtdWd2JLrKTcmri1Lgl5RLBYD2xWCtMxoVXz0XPk=";
57 chmod +x meson/post_install.py
58 patchShebangs meson/post_install.py
62 updateScript = nix-update-script { };
66 description = "Markdown notes editor and manager designed for elementary OS";
67 homepage = "https://github.com/Philip-Scott/Notes-up";
68 license = licenses.gpl2Only;
69 maintainers = with maintainers; [ ] ++ teams.pantheon.members;
70 platforms = platforms.linux;
71 mainProgram = "com.github.philip_scott.notes-up";