diff options
author | Ben Sima <ben@bsima.me> | 2020-11-24 20:51:35 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-11-24 20:51:35 -0500 |
commit | 87f18901ec0929592f94714cbd1f7822163cf1e0 (patch) | |
tree | cd81a4b07e74101a0f521e2953587136a7b080fb /Biz/Bild/Deps | |
parent | f3e200649b04898c474a92ecbebfe44b592c0879 (diff) |
Improve inspekt3d compiles
Diffstat (limited to 'Biz/Bild/Deps')
-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; { |