quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''utilities_dot_print-tree'';
|
||||
version = ''20200325-git'';
|
||||
baseName = "utilities_dot_print-tree";
|
||||
version = "20200325-git";
|
||||
|
||||
parasites = [ "utilities.print-tree/test" ];
|
||||
|
||||
description = ''This system provides simple facilities for printing tree structures.'';
|
||||
description = "This system provides simple facilities for printing tree structures.";
|
||||
|
||||
deps = [ args."alexandria" args."fiveam" args."uiop" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/utilities.print-tree/2020-03-25/utilities.print-tree-20200325-git.tgz'';
|
||||
sha256 = ''1nam8g2ppzkzpkwwhmil9y68is43ljpvc7hd64zxp4zsaqab5dww'';
|
||||
url = "http://beta.quicklisp.org/archive/utilities.print-tree/2020-03-25/utilities.print-tree-20200325-git.tgz";
|
||||
sha256 = "1nam8g2ppzkzpkwwhmil9y68is43ljpvc7hd64zxp4zsaqab5dww";
|
||||
};
|
||||
|
||||
packageName = "utilities.print-tree";
|
||||
|
||||
Reference in New Issue
Block a user