quick-lisp-to-nix: change template to use more double-quotes

This commit is contained in:
Michael Raskin
2021-03-28 23:55:54 +02:00
parent be2cb07963
commit 331bfb7e2b
309 changed files with 1873 additions and 1564 deletions
@@ -1,15 +1,16 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''cl-libuv'';
version = ''20200610-git'';
baseName = "cl-libuv";
version = "20200610-git";
description = ''Low-level libuv bindings for Common Lisp.'';
description = "Low-level libuv bindings for Common Lisp.";
deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."trivial-features" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/cl-libuv/2020-06-10/cl-libuv-20200610-git.tgz'';
sha256 = ''1ywk1z1ibyk3z0irg5azjrjk3x08ixv30fx4qa0p500fmbfhha19'';
url = "http://beta.quicklisp.org/archive/cl-libuv/2020-06-10/cl-libuv-20200610-git.tgz";
sha256 = "1ywk1z1ibyk3z0irg5azjrjk3x08ixv30fx4qa0p500fmbfhha19";
};
packageName = "cl-libuv";