From 87f18901ec0929592f94714cbd1f7822163cf1e0 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 24 Nov 2020 20:51:35 -0500 Subject: Improve inspekt3d compiles --- Biz/Bild/Deps/inspekt3d.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Biz/Bild/Deps/inspekt3d.nix') diff --git a/Biz/Bild/Deps/inspekt3d.nix b/Biz/Bild/Deps/inspekt3d.nix index 728342d..f891ca3 100644 --- a/Biz/Bild/Deps/inspekt3d.nix +++ b/Biz/Bild/Deps/inspekt3d.nix @@ -12,12 +12,12 @@ stdenv.mkDerivation { - name = "inspekt3d-master"; + name = "inspekt3d-unstable"; src = sources.inspekt3d; - version = "master"; + version = "unstable-2018-10-17"; - nativeBuildInputs = [ pkgconfig guile autoreconfHook ]; + nativeBuildInputs = [ pkgconfig autoreconfHook ]; buildInputs = [ guile glibcLocales mesa ]; propagatedBuildInputs = [ guile-opengl libfive ]; @@ -27,6 +27,7 @@ stdenv.mkDerivation { --replace '"libfive"' '"${libfive}/lib/libfive.so"' ''; + GUILE_AUTO_COMPILE = 0; preConfigure = "./bootstrap"; meta = with stdenv.lib; { -- cgit v1.2.3