8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "53eaed412477c836e1b9522c19858a8557d6e595077830146182225613b11a75";
17 NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
19 # Does not include tests
23 description = "A fast implementation of the Cassowary constraint solver";
24 homepage = "https://github.com/nucleic/kiwi";
25 license = lib.licenses.bsd3;