We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e3408 commit 5c54aeaCopy full SHA for 5c54aea
1 file changed
pkgs/development/python-modules/fontfeatures/default.nix
@@ -1,11 +1,9 @@
1
{
2
lib,
3
+ babelfont,
4
buildPythonPackage,
5
fetchPypi,
- beziers,
6
fonttools,
7
- fs,
8
- glyphtools,
9
lxml,
10
pytestCheckHook,
11
youseedee,
@@ -25,12 +23,13 @@ buildPythonPackage rec {
25
23
hash = "sha256-3PpUgaTXyFcthJrFaQqeUOvDYYFosJeXuRFnFrwp0R8=";
26
24
};
27
28
- propagatedBuildInputs = [
29
- beziers
+ dependencies = [
30
fonttools
31
- fs
32
- glyphtools
33
lxml
+ ];
+
+ optional-dependencies.shaper = [
+ babelfont
34
youseedee
35
];
36
0 commit comments