10 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-UUVaIDU9EvrJH5U3cthAnyR05qDbGvP6T3AF9AWiSAs=";
19 propagatedBuildInputs = [
30 export HOME=$(mktemp -d)
31 mkdir -p $HOME/.config/matplotlib
32 echo "backend: ps" > $HOME/.config/matplotlib/matplotlibrc
33 ln -s $HOME/.config/matplotlib $HOME/.matplotlib
37 "matplotlib_default_colormap_plot"
40 pythonImportsCheck = [
45 description = "Collection of perceptually uniform colormaps";
46 homepage = "https://colorcet.pyviz.org";
47 license = licenses.cc-by-40;
48 maintainers = with maintainers; [ ];