quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''cl-unicode'';
|
||||
version = ''20210228-git'';
|
||||
baseName = "cl-unicode";
|
||||
version = "20210228-git";
|
||||
|
||||
parasites = [ "cl-unicode/base" "cl-unicode/build" "cl-unicode/test" ];
|
||||
|
||||
description = ''Portable Unicode Library'';
|
||||
description = "Portable Unicode Library";
|
||||
|
||||
deps = [ args."cl-ppcre" args."flexi-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/cl-unicode/2021-02-28/cl-unicode-20210228-git.tgz'';
|
||||
sha256 = ''0phy5wppb7m78dixrf2vjq8vas4drfd4qg38al6q8ymkl0yfy5js'';
|
||||
url = "http://beta.quicklisp.org/archive/cl-unicode/2021-02-28/cl-unicode-20210228-git.tgz";
|
||||
sha256 = "0phy5wppb7m78dixrf2vjq8vas4drfd4qg38al6q8ymkl0yfy5js";
|
||||
};
|
||||
|
||||
packageName = "cl-unicode";
|
||||
|
||||
Reference in New Issue
Block a user