bdc000263a
This is to enable a smooth migration to the new one.
7 lines
343 B
Text
7 lines
343 B
Text
"<% @var filename %>" = buildLispPackage
|
|
((f: x: (x // (f x)))
|
|
(qlOverrides."<% @var filename %>" or (x: {}))
|
|
(import ./quicklisp-to-nix-output/<% @var filename %>.nix {
|
|
inherit fetchurl;<% @loop deps %>
|
|
"<% @var filename %>" = quicklisp-to-nix-packages."<% @var filename %>";<% @endloop %>
|
|
}));
|