9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "950a199911a8d94683a6b10321f9345d5a3a8433ec58b217ace979e18f16e248";
18 NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
24 # Does not include tests
28 description = "A fast implementation of the Cassowary constraint solver";
29 homepage = "https://github.com/nucleic/kiwi";
30 license = lib.licenses.bsd3;