quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''html-encode'';
|
||||
version = ''1.2'';
|
||||
baseName = "html-encode";
|
||||
version = "1.2";
|
||||
|
||||
description = ''A library for encoding text in various web-savvy encodings.'';
|
||||
description = "A library for encoding text in various web-savvy encodings.";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/html-encode/2010-10-06/html-encode-1.2.tgz'';
|
||||
sha256 = ''06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf'';
|
||||
url = "http://beta.quicklisp.org/archive/html-encode/2010-10-06/html-encode-1.2.tgz";
|
||||
sha256 = "06mf8wn95yf5swhmzk4vp0xr4ylfl33dgfknkabbkd8n6jns8gcf";
|
||||
};
|
||||
|
||||
packageName = "html-encode";
|
||||
|
||||
Reference in New Issue
Block a user