13 buildPythonPackage rec {
19 inherit pname version;
20 hash = "sha256-KSGzzYGiKIqvLWPbwM48JtzYgujDicxQXWiGv3qppOs=";
39 export HOME=$(mktemp -d)
40 mkdir -p $HOME/.config/matplotlib
41 echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
42 ln -s $HOME/.config/matplotlib $HOME/.matplotlib
45 disabledTests = [ "matplotlib_default_colormap_plot" ];
47 pythonImportsCheck = [ "colorcet" ];
50 description = "Collection of perceptually uniform colormaps";
51 mainProgram = "colorcet";
52 homepage = "https://colorcet.pyviz.org";
53 license = licenses.cc-by-40;