mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 18:44:07 +00:00
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
"<% @var name %>" = buildLispPackage
|
|
((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 %>
|
|
}));
|