19 stdenv.mkDerivation rec {
23 src = fetchFromGitHub {
27 sha256 = "sha256-A0YasHw5osGrgUPiUPuRBnv1MR/Pth6jVHGEx/klOGY=";
48 chmod +x meson/post_install.py
49 patchShebangs meson/post_install.py
53 updateScript = nix-update-script { };
57 description = "Edit the Pantheon desktop application menu";
58 homepage = "https://github.com/donadigo/appeditor";
59 maintainers = with maintainers; [ xiorcale ] ++ teams.pantheon.members;
60 platforms = platforms.linux;
61 license = licenses.gpl3Plus;
62 mainProgram = "com.github.donadigo.appeditor";