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 = ''yason'';
|
||||
version = ''v0.7.8'';
|
||||
baseName = "yason";
|
||||
version = "v0.7.8";
|
||||
|
||||
description = ''JSON parser/encoder'';
|
||||
description = "JSON parser/encoder";
|
||||
|
||||
deps = [ args."alexandria" args."trivial-gray-streams" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/yason/2019-12-27/yason-v0.7.8.tgz'';
|
||||
sha256 = ''11d51i2iw4nxsparwbh3s6w9zyms3wi0z0fprwz1d3sqlf03j6f1'';
|
||||
url = "http://beta.quicklisp.org/archive/yason/2019-12-27/yason-v0.7.8.tgz";
|
||||
sha256 = "11d51i2iw4nxsparwbh3s6w9zyms3wi0z0fprwz1d3sqlf03j6f1";
|
||||
};
|
||||
|
||||
packageName = "yason";
|
||||
|
||||
Reference in New Issue
Block a user