15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitHub {
20 owner = "crossbowerbt";
22 rev = "v${finalAttrs.version}";
23 hash = "sha256-NLerc1GXTdzuGVshXn7faK4vOu7wDVMiQNTljOF7OhA=";
43 "DOWNLOADER_TOOL=${lib.getExe wget}"
48 description = "Lightweight web browser based on Dillo but with many improvements, such as: support for http, https, gemini, gopher, epub, reader mode and more";
49 homepage = "https://github.com/crossbowerbt/dillo-plus";
50 changelog = "https://github.com/crossbowerbt/dillo-plus/blob/main/ChangeLog";
51 license = lib.licenses.gpl3Plus;
52 maintainers = with lib.maintainers; [ fgaz ];
53 mainProgram = "dillo";
54 platforms = lib.platforms.all;