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,16 +1,17 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''pythonic-string-reader'';
version = ''20180711-git'';
baseName = "pythonic-string-reader";
version = "20180711-git";
description = ''A simple and unintrusive read table modification that allows for
simple string literal definition that doesn't require escaping characters.'';
description = "A simple and unintrusive read table modification that allows for
simple string literal definition that doesn't require escaping characters.";
deps = [ args."named-readtables" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/pythonic-string-reader/2018-07-11/pythonic-string-reader-20180711-git.tgz'';
sha256 = ''0gr6sbkmfwca9r0xa5vczjm4s9psbrqy5hvijkp5g42b0b7x5myx'';
url = "http://beta.quicklisp.org/archive/pythonic-string-reader/2018-07-11/pythonic-string-reader-20180711-git.tgz";
sha256 = "0gr6sbkmfwca9r0xa5vczjm4s9psbrqy5hvijkp5g42b0b7x5myx";
};
packageName = "pythonic-string-reader";