pythonPackages.nototools: fix name & evaluation

nototools was renamed by accident to notoTools in #31543
This broke evaluation of noto-fonts.

cc @benley
This commit is contained in:
Joerg Thalheim 2017-11-22 08:56:52 +00:00
parent 4fe5e59fd6
commit 14769628bf

View File

@ -10976,7 +10976,7 @@ in {
};
};
notoTools = callPackage ../data/fonts/noto-fonts/tools.nix { };
nototools = callPackage ../data/fonts/noto-fonts/tools.nix { };
rainbowstream = buildPythonPackage rec {
name = "rainbowstream-${version}";