summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-03-28 14:38:38 +0200
committerMichael Raskin <7c6f434c@mail.ru>2021-03-28 14:57:54 +0200
commitfad53e29615e9cac2b00c455a5c21b8efdeaacf7 (patch)
tree1e0ed820c0ec374850348184b22010d436344af8 /pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix
parente96cae7e3c201cb2003a63ef1bd9c1c9fc4093fe (diff)
downloadnixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.tar
nixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.tar.gz
nixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.tar.bz2
nixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.tar.lz
nixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.tar.xz
nixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.tar.zst
nixpkgs-fad53e29615e9cac2b00c455a5c21b8efdeaacf7.zip
quicklispPackages: regenerate
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix
index 18d22d1cf32..5d7f3f2dd10 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/buildnode-xhtml.nix
@@ -1,15 +1,15 @@
 args @ { fetchurl, ... }:
 rec {
-  baseName = "buildnode-xhtml";
-  version = "buildnode-20170403-git";
+  baseName = ''buildnode-xhtml'';
+  version = ''buildnode-20170403-git'';
 
-  description = "Tool for building up an xml dom of an excel spreadsheet nicely.";
+  description = ''Tool for building up an xml dom of an excel spreadsheet nicely.'';
 
   deps = [ args."alexandria" args."babel" args."buildnode" args."cl-interpol" args."cl-ppcre" args."cl-unicode" args."closer-mop" args."closure-common" args."closure-html" args."collectors" args."cxml" args."flexi-streams" args."iterate" args."named-readtables" args."puri" args."split-sequence" args."swank" args."symbol-munger" args."trivial-features" args."trivial-gray-streams" ];
 
   src = fetchurl {
-    url = "http://beta.quicklisp.org/archive/buildnode/2017-04-03/buildnode-20170403-git.tgz";
-    sha256 = "1gb3zsp4g31iscvvhvb99z0i7lfn1g3493q6sgpr46fmn2vdwwb6";
+    url = ''http://beta.quicklisp.org/archive/buildnode/2017-04-03/buildnode-20170403-git.tgz'';
+    sha256 = ''1gb3zsp4g31iscvvhvb99z0i7lfn1g3493q6sgpr46fmn2vdwwb6'';
   };
 
   packageName = "buildnode-xhtml";