1 { lib, buildPythonPackage, fetchPypi
6 buildPythonPackage rec {
11 pname = "MutatorMath";
13 sha256 = "0r1qq45np49x14zz1zwkaayqrn7m8dn2jlipjldg2ihnmpzw29w1";
17 propagatedBuildInputs = [ fontmath unicodedata2 defcon ];
18 nativeCheckInputs = [ unicodedata2 fs ];
21 description = "Piecewise linear interpolation in multiple dimensions with multiple, arbitrarily placed, masters";
22 homepage = "https://github.com/LettError/MutatorMath";
23 license = licenses.bsd3;
24 maintainers = [ maintainers.sternenseemann ];