diff options
-rw-r--r-- | Biz/Bild/Deps/inspekt3d.nix | 7 |
1 files changed, 4 insertions, 3 deletions
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; { |