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,17 +1,18 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''stefil'';
version = ''20181210-git'';
baseName = "stefil";
version = "20181210-git";
parasites = [ "stefil-test" ];
description = ''Stefil - Simple Test Framework In Lisp'';
description = "Stefil - Simple Test Framework In Lisp";
deps = [ args."alexandria" args."iterate" args."metabang-bind" args."swank" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/stefil/2018-12-10/stefil-20181210-git.tgz'';
sha256 = ''10dr8yjrjc2pyx55knds5llh9k716khlvbkmpxh0vn8rdmxmz96g'';
url = "http://beta.quicklisp.org/archive/stefil/2018-12-10/stefil-20181210-git.tgz";
sha256 = "10dr8yjrjc2pyx55knds5llh9k716khlvbkmpxh0vn8rdmxmz96g";
};
packageName = "stefil";