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 = ''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";
|
||||
|
||||
Reference in New Issue
Block a user