Add a couple of quicklisp packages

This commit is contained in:
Michael Raskin
2017-03-29 19:40:42 +02:00
parent 30449c5e36
commit 1af70c331c
7 changed files with 148 additions and 77 deletions
@@ -2,7 +2,6 @@
((f: x: (x // (f x)))
(qlOverrides."<% @var name %>" or (x: {}))
(import ./quicklisp-to-nix-output/<% @var name %>.nix {
inherit fetchurl;
<% @loop deps %>"<% @var name %>" = quicklisp-to-nix-packages."<% @var name %>";
<% @endloop %>
inherit fetchurl;<% @loop deps %>
"<% @var name %>" = quicklisp-to-nix-packages."<% @var name %>";<% @endloop %>
}));