From 582964740fafb42e97aa9b5b74a1a3703317b2da Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Mon, 14 Jun 2021 16:52:02 -0400
Subject: Comment out broken libfive/inspekt3d

---
 Biz/Bild/Deps.nix | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'Biz/Bild/Deps.nix')

diff --git a/Biz/Bild/Deps.nix b/Biz/Bild/Deps.nix
index bf5538e..3511d5b 100644
--- a/Biz/Bild/Deps.nix
+++ b/Biz/Bild/Deps.nix
@@ -55,5 +55,6 @@ in rec
     buildInputs = super.lib.lists.remove super.guile old.buildInputs ++ [super.guile_2_0];
   });
   guile-opengl = super.callPackage ./Deps/guile-opengl.nix {};
-  inspekt3d = super.callPackage ./Deps/inspekt3d.nix {};
+  # The libfive build is broken...
+  #inspekt3d = super.callPackage ./Deps/inspekt3d.nix {};
 }
-- 
cgit v1.2.3