17 stdenv.mkDerivation rec {
21 src = fetchFromGitHub {
25 sha256 = "sha256-A0YasHw5osGrgUPiUPuRBnv1MR/Pth6jVHGEx/klOGY=";
46 chmod +x meson/post_install.py
47 patchShebangs meson/post_install.py
51 updateScript = nix-update-script { };
55 description = "Edit the Pantheon desktop application menu";
56 homepage = "https://github.com/donadigo/appeditor";
57 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
58 platforms = platforms.linux;
59 license = licenses.gpl3Plus;
60 mainProgram = "com.github.donadigo.appeditor";