mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
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 a new issue