From 3362213d8789b0aa0716f6ee8a0caa854a269571 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 1 Dec 2022 15:34:11 -0500 Subject: Build gnutls with guile bindings --- Biz/Bild.nix | 1 + Biz/Bild/Deps.nix | 3 +++ 2 files changed, 4 insertions(+) (limited to 'Biz') diff --git a/Biz/Bild.nix b/Biz/Bild.nix index ae3201c..a49f10e 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -41,6 +41,7 @@ rec { # remove this when I switch to all-nix builds bildRuntimeDeps = with nixpkgs; [ pkg-config + gnutls guile_3_0 SDL private.ghcPackageSetBild diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix index c236a0c..a6e31a4 100644 --- a/Biz/Bild/Deps.nix +++ b/Biz/Bild/Deps.nix @@ -34,6 +34,9 @@ in rec autogen = super.autogen.overrideAttrs (old: old // { buildInputs = super.lib.lists.remove super.guile old.buildInputs ++ [super.guile_2_0]; }); + + gnutls = super.gnutls.override { guileBindings = true; }; + guile-opengl = super.callPackage ./Deps/guile-opengl.nix {}; # The libfive build is broken... #inspekt3d = super.callPackage ./Deps/inspekt3d.nix {}; -- cgit v1.2.3