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 = ''lparallel'';
|
||||
version = ''20160825-git'';
|
||||
baseName = "lparallel";
|
||||
version = "20160825-git";
|
||||
|
||||
description = ''Parallelism for Common Lisp'';
|
||||
description = "Parallelism for Common Lisp";
|
||||
|
||||
deps = [ args."alexandria" args."bordeaux-threads" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/lparallel/2016-08-25/lparallel-20160825-git.tgz'';
|
||||
sha256 = ''0wwwwszbj6m0b2rsp8mpn4m6y7xk448bw8fb7gy0ggmsdfgchfr1'';
|
||||
url = "http://beta.quicklisp.org/archive/lparallel/2016-08-25/lparallel-20160825-git.tgz";
|
||||
sha256 = "0wwwwszbj6m0b2rsp8mpn4m6y7xk448bw8fb7gy0ggmsdfgchfr1";
|
||||
};
|
||||
|
||||
packageName = "lparallel";
|
||||
|
||||
Reference in New Issue
Block a user