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,15 +1,16 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''lfarm-server'';
version = ''lfarm-20150608-git'';
baseName = "lfarm-server";
version = "lfarm-20150608-git";
description = ''Server component of lfarm, a library for distributing work across machines.'';
description = "Server component of lfarm, a library for distributing work across machines.";
deps = [ args."alexandria" args."bordeaux-threads" args."cl-store" args."flexi-streams" args."lfarm-common" args."split-sequence" args."trivial-gray-streams" args."usocket" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/lfarm/2015-06-08/lfarm-20150608-git.tgz'';
sha256 = ''1rkjcfam4601yczs13pi2qgi5jql0c150dxja53hkcnqhkyqgl66'';
url = "http://beta.quicklisp.org/archive/lfarm/2015-06-08/lfarm-20150608-git.tgz";
sha256 = "1rkjcfam4601yczs13pi2qgi5jql0c150dxja53hkcnqhkyqgl66";
};
packageName = "lfarm-server";