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 = ''ptester'';
|
||||
version = ''20160929-git'';
|
||||
baseName = "ptester";
|
||||
version = "20160929-git";
|
||||
|
||||
description = ''Portable test harness package'';
|
||||
description = "Portable test harness package";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/ptester/2016-09-29/ptester-20160929-git.tgz'';
|
||||
sha256 = ''04rlq1zljhxc65pm31bah3sq3as24l0sdivz440s79qlnnyh13hz'';
|
||||
url = "http://beta.quicklisp.org/archive/ptester/2016-09-29/ptester-20160929-git.tgz";
|
||||
sha256 = "04rlq1zljhxc65pm31bah3sq3as24l0sdivz440s79qlnnyh13hz";
|
||||
};
|
||||
|
||||
packageName = "ptester";
|
||||
|
||||
Reference in New Issue
Block a user