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 = ''cl-annot'';
|
||||
version = ''20150608-git'';
|
||||
baseName = "cl-annot";
|
||||
version = "20150608-git";
|
||||
|
||||
description = ''Python-like Annotation Syntax for Common Lisp'';
|
||||
description = "Python-like Annotation Syntax for Common Lisp";
|
||||
|
||||
deps = [ args."alexandria" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-annot/2015-06-08/cl-annot-20150608-git.tgz'';
|
||||
sha256 = ''0ixsp20rk498phv3iivipn3qbw7a7x260x63hc6kpv2s746lpdg3'';
|
||||
url = "http://beta.quicklisp.org/archive/cl-annot/2015-06-08/cl-annot-20150608-git.tgz";
|
||||
sha256 = "0ixsp20rk498phv3iivipn3qbw7a7x260x63hc6kpv2s746lpdg3";
|
||||
};
|
||||
|
||||
packageName = "cl-annot";
|
||||
|
||||
Reference in New Issue
Block a user