quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,18 +1,19 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''named-readtables'';
|
||||
version = ''20210124-git'';
|
||||
baseName = "named-readtables";
|
||||
version = "20210124-git";
|
||||
|
||||
parasites = [ "named-readtables/test" ];
|
||||
|
||||
description = ''Library that creates a namespace for named readtable
|
||||
akin to the namespace of packages.'';
|
||||
description = "Library that creates a namespace for named readtable
|
||||
akin to the namespace of packages.";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/named-readtables/2021-01-24/named-readtables-20210124-git.tgz'';
|
||||
sha256 = ''00lbcv1qdb9ldq2kbf1rkn5sh657px9dgqrcynbwjzvla4czadl4'';
|
||||
url = "http://beta.quicklisp.org/archive/named-readtables/2021-01-24/named-readtables-20210124-git.tgz";
|
||||
sha256 = "00lbcv1qdb9ldq2kbf1rkn5sh657px9dgqrcynbwjzvla4czadl4";
|
||||
};
|
||||
|
||||
packageName = "named-readtables";
|
||||
|
||||
Reference in New Issue
Block a user