diff options
Diffstat (limited to 'Biz/Bild.nix')
-rw-r--r-- | Biz/Bild.nix | 4 |
1 files changed, 2 insertions, 2 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 ]; |