lisp-modules.polyclot: init from trunk

Polyclot is a McCLIM-based "Grammar of Graphics" plotting library.

This package is not yet in Quicklisp.
This commit is contained in:
Luke Gorrie 2023-04-14 14:51:44 +02:00
parent f6b48239e4
commit 3bce72b7e9

View file

@ -579,6 +579,18 @@ let
];
};
polyclot = build-asdf-system {
pname = "polyclot";
version = "trunk";
src = pkgs.fetchfossil {
url = "https://fossil.turtleware.eu/polyclot";
rev = "e678b3c3e002f53b446780406c9ed13f8451309d22a1dc50ced4dbeedf08a1ec";
sha256 = "sha256-J08bU9HSVbzEivYtQsyIYPZJTrugj+jJSa4LglS0Olg=";
};
systems = [ "eu.turtleware.polyclot" "eu.turtleware.polyclot/demo" ];
lispLibs = with super; [ clim mcclim mcclim-layouts ];
};
});
in packages