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 = ''jpl-queues'';
version = ''0.1'';
baseName = "jpl-queues";
version = "0.1";
description = ''A few different kinds of queues, with optional
multithreading synchronization.'';
description = "A few different kinds of queues, with optional
multithreading synchronization.";
deps = [ args."alexandria" args."bordeaux-threads" args."jpl-util" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/jpl-queues/2010-10-06/jpl-queues-0.1.tgz'';
sha256 = ''1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96'';
url = "http://beta.quicklisp.org/archive/jpl-queues/2010-10-06/jpl-queues-0.1.tgz";
sha256 = "1wvvv7j117h9a42qaj1g4fh4mji28xqs7s60rn6d11gk9jl76h96";
};
packageName = "jpl-queues";