Commit 3bce72b7 authored by Luke Gorrie's avatar Luke Gorrie
Browse files

lisp-modules.polyclot: init from trunk

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

This package is not yet in Quicklisp.
parent f6b48239
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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