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 = ''xpath'';
|
||||
version = ''plexippus-20190521-git'';
|
||||
baseName = "xpath";
|
||||
version = "plexippus-20190521-git";
|
||||
|
||||
parasites = [ "xpath/test" ];
|
||||
|
||||
description = ''An implementation of the XML Path Language (XPath) Version 1.0'';
|
||||
description = "An implementation of the XML Path Language (XPath) Version 1.0";
|
||||
|
||||
deps = [ args."alexandria" args."babel" args."cl-ppcre" args."closure-common" args."cxml" args."parse-number" args."puri" args."trivial-features" args."trivial-gray-streams" args."yacc" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/plexippus-xpath/2019-05-21/plexippus-xpath-20190521-git.tgz'';
|
||||
sha256 = ''15357w1rlmahld4rh8avix7m40mwiiv7n2vlyc57ldw2k1m0n7xa'';
|
||||
url = "http://beta.quicklisp.org/archive/plexippus-xpath/2019-05-21/plexippus-xpath-20190521-git.tgz";
|
||||
sha256 = "15357w1rlmahld4rh8avix7m40mwiiv7n2vlyc57ldw2k1m0n7xa";
|
||||
};
|
||||
|
||||
packageName = "xpath";
|
||||
|
||||
Reference in New Issue
Block a user