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,19 +1,20 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''fset'';
version = ''20200925-git'';
baseName = "fset";
version = "20200925-git";
parasites = [ "fset/test" ];
description = ''A functional set-theoretic collections library.
description = "A functional set-theoretic collections library.
See: http://www.ergy.com/FSet.html
'';
";
deps = [ args."misc-extensions" args."mt19937" args."named-readtables" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/fset/2020-09-25/fset-20200925-git.tgz'';
sha256 = ''19fr6ds1a493b0kbsligpn7i771r1yfshbbkdp0hxs4l792l05wv'';
url = "http://beta.quicklisp.org/archive/fset/2020-09-25/fset-20200925-git.tgz";
sha256 = "19fr6ds1a493b0kbsligpn7i771r1yfshbbkdp0hxs4l792l05wv";
};
packageName = "fset";