10 url = "https://release.everdo.net/${version}/Everdo-${version}.AppImage";
11 hash = "sha256-0yxAzM+qmgm4E726QDYS9QwMdp6dUcuvjZzWYEZx7kU=";
14 appimageContents = appimageTools.extractType2 {inherit pname version src;};
16 appimageTools.wrapType2 {
17 inherit pname version src;
19 extraInstallCommands = ''
20 install -Dm444 ${appimageContents}/everdo.desktop -t $out/share/applications
21 substituteInPlace $out/share/applications/everdo.desktop \
22 --replace-fail 'Exec=AppRun --no-sandbox %U' 'Exec=everdo %u'
23 cp -r ${appimageContents}/usr/share/icons $out/share
27 description = "Cross-platform GTD app with focus on privacy";
28 homepage = "https://everdo.net/";
29 license = lib.licenses.unfree;
30 maintainers = [lib.maintainers.luftmensch-luftmensch];
31 mainProgram = "everdo";
32 platforms = ["x86_64-linux"];