10 buildPythonPackage rec {
14 src = fetchFromGitLab {
18 sha256 = "1k65iq791k5r08gh2kc6iz0xw1wyzqik19j6iam8ip732r7jm607";
21 # Needed only for the tests
26 propagatedBuildInputs = [
32 ${python.interpreter} test.py
36 description = "A Python interface to conic optimization solvers";
37 homepage = "https://gitlab.com/picos-api/picos";
38 license = licenses.gpl3;
39 maintainers = with maintainers; [ tobiasBora ];