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 = ''lack-component'';
|
||||
version = ''lack-20201016-git'';
|
||||
baseName = "lack-component";
|
||||
version = "lack-20201016-git";
|
||||
|
||||
description = ''System lacks description'';
|
||||
description = "System lacks description";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/lack/2020-10-16/lack-20201016-git.tgz'';
|
||||
sha256 = ''124c3k8116m5gc0rp4vvkqcvz35lglrbwdq4i929hbq65xyx5gan'';
|
||||
url = "http://beta.quicklisp.org/archive/lack/2020-10-16/lack-20201016-git.tgz";
|
||||
sha256 = "124c3k8116m5gc0rp4vvkqcvz35lglrbwdq4i929hbq65xyx5gan";
|
||||
};
|
||||
|
||||
packageName = "lack-component";
|
||||
|
||||
Reference in New Issue
Block a user