1 { buildPythonPackage, isPy3k, fetchFromGitHub, lib,
2 z3, ply, python-igraph, oset, ordered-set, dictionaries, setuptools }:
9 propagatedBuildInputs = [
10 setuptools z3 ply python-igraph oset ordered-set dictionaries
13 src = fetchFromGitHub {
14 owner = "CozySynthesizer";
17 sha256 = "1jhr5gzihj8dkg0yc5dmi081v2isxharl0ph7v2grqj0bwqzl40j";
20 # Yoink the Z3 dependency name, because our Z3 package doesn't provide it.
22 sed -i -e '/z3-solver/d' -e 's/^dictionaries.*$/dictionaries/' requirements.txt
25 # Tests are not correctly set up in the source tree.
27 pythonImportsCheck = [ "cozy" ];
29 # There is some first-time-run codegen that we will force to happen.
36 description = "The collection synthesizer";
37 homepage = "https://cozy.uwplse.org/";
38 license = lib.licenses.asl20;
39 maintainers = [ lib.maintainers.MostAwesomeDude ];