13 , oldest-supported-numpy
21 buildPythonPackage rec {
26 disabled = pythonOlder "3.7";
29 inherit pname version;
30 hash = "sha256-7ti0TW9ch70pWySqmi4OTm3GqQXM7gGy1ByPvwp2ez0=";
35 src = ./library-paths.patch;
36 fontconfig = "${fontconfig.lib}/lib/libfontconfig${stdenv.hostPlatform.extensions.sharedLibrary}";
37 gl = "${libGL.out}/lib/libGL${stdenv.hostPlatform.extensions.sharedLibrary}";
43 oldest-supported-numpy
53 propagatedBuildInputs = [
61 doCheck = false; # otherwise runs OSX code on linux.
63 pythonImportsCheck = [
77 description = "Interactive scientific visualization in Python";
78 homepage = "https://vispy.org/index.html";
79 changelog = "https://github.com/vispy/vispy/blob/v${version}/CHANGELOG.md";
80 license = licenses.bsd3;
81 maintainers = with maintainers; [ goertzenator ];