lol

lifeograph: add mainProgram

authored by

P. R. d. O and committed by
Anderson Torres
83e0b3df 714e527a

+2 -1
+2 -1
pkgs/applications/editors/lifeograph/default.nix
··· 8 8 src = fetchgit { 9 9 url = "https://git.launchpad.net/lifeograph"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-RotbTdTtpwXmo+UKOyp93IAC6CCstv++KtnX2doN+nM="; 11 + hash = "sha256-RotbTdTtpwXmo+UKOyp93IAC6CCstv++KtnX2doN+nM="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ ··· 36 36 description = "Lifeograph is an off-line and private journal and note taking application"; 37 37 license = licenses.gpl3Only; 38 38 maintainers = with maintainers; [ wolfangaukang ]; 39 + mainProgram = "lifeograph"; 39 40 platforms = platforms.linux; 40 41 }; 41 42 }