Reaktor: use upstream lentil

This commit is contained in:
tv 2016-02-04 01:32:38 +01:00
parent e2a922dd7d
commit bbfef6bd25

View File

@ -82,7 +82,7 @@ rec {
};
stockholm-issue = buildSimpleReaktorPlugin "stockholm-issue" {
script = ./scripts/random-issue.sh;
path = with pkgs; [ git gnused lentil ];
path = with pkgs; [ git gnused haskellPackages.lentil ];
env = { "origin" = "http://cgit.gum/stockholm"; };
};