diff options
Diffstat (limited to 'Biz')
-rw-r--r-- | Biz/Bild.nix | 4 | ||||
-rw-r--r-- | Biz/Bild/Deps.nix | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Biz/Bild.nix b/Biz/Bild.nix index 798a0dc..a3584ae 100644 --- a/Biz/Bild.nix +++ b/Biz/Bild.nix @@ -153,8 +153,8 @@ in rec { ] ++ lib.optional nixpkgs.stdenv.isLinux [ # scheme deps (i think these are broken on macOS) guile - inspekt3d - libfive + #inspekt3d + #libfive ccze ]; 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 {}; } |