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