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 = ''clump'';
version = ''20160825-git'';
baseName = "clump";
version = "20160825-git";
description = ''Library for operations on different kinds of trees'';
description = "Library for operations on different kinds of trees";
deps = [ args."acclimation" args."clump-2-3-tree" args."clump-binary-tree" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/clump/2016-08-25/clump-20160825-git.tgz'';
sha256 = ''1mngxmwklpi52inihkp4akzdi7y32609spfi70yamwgzc1wijbrl'';
url = "http://beta.quicklisp.org/archive/clump/2016-08-25/clump-20160825-git.tgz";
sha256 = "1mngxmwklpi52inihkp4akzdi7y32609spfi70yamwgzc1wijbrl";
};
packageName = "clump";