Skip to content

Commit

Permalink
pythonPackages.nototools: fix name & evaluation
Browse files Browse the repository at this point in the history
nototools was renamed by accident to notoTools in #31543
This broke evaluation of noto-fonts.

cc @benley
  • Loading branch information
Mic92 committed Nov 22, 2017
1 parent 4fe5e59 commit 1476962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/python-packages.nix
Expand Up @@ -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}";
Expand Down

1 comment on commit 1476962

@benley
Copy link
Member

@benley benley commented on 1476962 Nov 22, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack, thank you for fixing that. I don't know how I managed to screw it up without noticing.

Please sign in to comment.