bc47794ab5
Escape things by default in derivation names (i.e. digit cannot be the first character etc.) Update Quicklisp (tracking upstream); list new missing dependencies Add some minimal README about ql-to-nix
8 lines
343 B
Plaintext
8 lines
343 B
Plaintext
"<% @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 %>
|
|
}));
|