12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-KSGzzYGiKIqvLWPbwM48JtzYgujDicxQXWiGv3qppOs=";
38 export HOME=$(mktemp -d)
39 mkdir -p $HOME/.config/matplotlib
40 echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
41 ln -s $HOME/.config/matplotlib $HOME/.matplotlib
45 "matplotlib_default_colormap_plot"
48 pythonImportsCheck = [
53 description = "Collection of perceptually uniform colormaps";
54 mainProgram = "colorcet";
55 homepage = "https://colorcet.pyviz.org";
56 license = licenses.cc-by-40;
57 maintainers = with maintainers; [ ];