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