commit e98485f5382ae87530250d608085bc449958448c
parent 7ea2e5ec330b5ceef0cc02c9b91d17a444aee143
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Mon, 8 May 2023 00:48:19 +0400
gmi2html: fix build
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/pkgs/default.nix b/pkgs/default.nix
@@ -161,7 +161,9 @@ lib.makeScope newScope (
inherit (darwin.apple_sdk.frameworks) Security;
};
gloggery = callPackage ./gemini/gloggery { };
- gmi2html = callPackage ./gemini/gmi2html { };
+ gmi2html = callPackage ./gemini/gmi2html {
+ zig = pkgs.zig_0_9;
+ };
gmnhg = callPackage ./gemini/gmnhg { };
gmnigit = callPackage ./gemini/gmnigit { };
gplaces = callPackage ./gemini/gplaces { };