summaryrefslogtreecommitdiff
path: root/Biz/Bild
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2023-04-24 17:14:17 -0400
committerBen Sima <ben@bsima.me>2023-04-28 08:05:28 -0400
commitfb88a09b7da9ed1cc8e17856db501781e7ab7b9d (patch)
treeb10e5e1843515b88f42dd1b0af4b03bcefbcbce7 /Biz/Bild
parent02b2d3fa43bbfd8002fc6271f54a3d09e74b7cc4 (diff)
Default to Guile 3.0 everywhere
Without this, Guile libraries like SDL2 will use Guile 2.0 instead.
Diffstat (limited to 'Biz/Bild')
-rw-r--r--Biz/Bild/Deps.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix
index 3947910..ce8362e 100644
--- a/Biz/Bild/Deps.nix
+++ b/Biz/Bild/Deps.nix
@@ -44,6 +44,8 @@ in rec
gnutls = super.gnutls.override { guileBindings = true; };
+ guile = super.guile_3_0;
+
guile-opengl = super.callPackage ./Deps/guile-opengl.nix {};
# The libfive build is broken...
#inspekt3d = super.callPackage ./Deps/inspekt3d.nix {};