diff options
author | Ben Sima <ben@bsima.me> | 2021-06-14 16:52:02 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:36 -0500 |
commit | 582964740fafb42e97aa9b5b74a1a3703317b2da (patch) | |
tree | 895504c1dae03811ca5071d74c2b260babda7a4e /Biz/Bild/Deps.nix | |
parent | b484f952ff0a87f03caf0d993735090149f469b4 (diff) |
Comment out broken libfive/inspekt3d
Diffstat (limited to 'Biz/Bild/Deps.nix')
-rw-r--r-- | Biz/Bild/Deps.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 {}; } |