Skip to content

Commit 1476962

Browse files
committedNov 22, 2017
pythonPackages.nototools: fix name & evaluation
nototools was renamed by accident to notoTools in #31543 This broke evaluation of noto-fonts. cc @benley
1 parent 4fe5e59 commit 1476962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/python-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -10976,7 +10976,7 @@ in {
1097610976
};
1097710977
};
1097810978

10979-
notoTools = callPackage ../data/fonts/noto-fonts/tools.nix { };
10979+
nototools = callPackage ../data/fonts/noto-fonts/tools.nix { };
1098010980

1098110981
rainbowstream = buildPythonPackage rec {
1098210982
name = "rainbowstream-${version}";

1 commit comments

Comments
 (1)

benley commented on Nov 22, 2017

@benley
Member

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

Please sign in to comment.