quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user