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,17 +1,18 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''pcall'';
version = ''0.3'';
baseName = "pcall";
version = "0.3";
parasites = [ "pcall-tests" ];
description = ''System lacks description'';
description = "System lacks description";
deps = [ args."alexandria" args."bordeaux-threads" args."fiveam" args."pcall-queue" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz'';
sha256 = ''02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y'';
url = "http://beta.quicklisp.org/archive/pcall/2010-10-06/pcall-0.3.tgz";
sha256 = "02idx1wnv9770fl2nh179sb8njw801g70b5mf8jqhqm2gwsb731y";
};
packageName = "pcall";