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 = ''fiasco'';
version = ''20200610-git'';
baseName = "fiasco";
version = "20200610-git";
parasites = [ "fiasco-self-tests" ];
description = ''A Common Lisp test framework that treasures your failures, logical continuation of Stefil.'';
description = "A Common Lisp test framework that treasures your failures, logical continuation of Stefil.";
deps = [ args."alexandria" args."trivial-gray-streams" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/fiasco/2020-06-10/fiasco-20200610-git.tgz'';
sha256 = ''1wb0ibw6ka9fbsb40zjipn7vh3jbzyfsvcc9gq19nqhbqa8gy9r4'';
url = "http://beta.quicklisp.org/archive/fiasco/2020-06-10/fiasco-20200610-git.tgz";
sha256 = "1wb0ibw6ka9fbsb40zjipn7vh3jbzyfsvcc9gq19nqhbqa8gy9r4";
};
packageName = "fiasco";