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:
parent
4fe5e59fd6
commit
14769628bf
@ -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}";
|
||||
|
Loading…
Reference in New Issue
Block a user