sage: fix threejs integration (#63375)

Before this it didn't find the correct files. Unfortunately, the
interactive parts of sage are hard to test automatically.
This commit is contained in:
Timo Kaufmann
2019-06-18 11:50:41 +02:00
committed by GitHub
parent abf2c876d6
commit 6e74109b13
4 changed files with 73 additions and 2 deletions
@@ -33,7 +33,7 @@ let
# `sagelib`, i.e. all of sage except some wrappers and runtime dependencies
sagelib = self.callPackage ./sagelib.nix {
inherit flint ecl arb;
inherit sage-src pynac singular;
inherit sage-src env-locations pynac singular;
linbox = pkgs.linbox.override { withSage = true; };
pkg-config = pkgs.pkgconfig; # not to confuse with pythonPackages.pkgconfig
};