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 = ''vom'';
|
||||
version = ''20160825-git'';
|
||||
baseName = "vom";
|
||||
version = "20160825-git";
|
||||
|
||||
description = ''A tiny logging utility.'';
|
||||
description = "A tiny logging utility.";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/vom/2016-08-25/vom-20160825-git.tgz'';
|
||||
sha256 = ''0mvln0xx8qnrsmaj7c0f2ilgahvf078qvhqag7qs3j26xmamjm93'';
|
||||
url = "http://beta.quicklisp.org/archive/vom/2016-08-25/vom-20160825-git.tgz";
|
||||
sha256 = "0mvln0xx8qnrsmaj7c0f2ilgahvf078qvhqag7qs3j26xmamjm93";
|
||||
};
|
||||
|
||||
packageName = "vom";
|
||||
|
||||
Reference in New Issue
Block a user