about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-03-28 23:55:54 +0200
committerMichael Raskin <7c6f434c@mail.ru>2021-03-28 23:55:54 +0200
commit331bfb7e2b743369127779cab122138ad59810b5 (patch)
treedc5e5975314a685c115eac3942121a3796666441 /pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
parentbe2cb0796390205701ad69f7e0e775f8cc1b9187 (diff)
quick-lisp-to-nix: change template to use more double-quotes
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
index 9d7999b750c12..8bb1327d91d33 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/fast-io.nix
@@ -1,15 +1,16 @@
+/* Generated file. */
 args @ { fetchurl, ... }:
 rec {
-  baseName = ''fast-io'';
-  version = ''20200925-git'';
+  baseName = "fast-io";
+  version = "20200925-git";
 
-  description = ''Alternative I/O mechanism to a stream or vector'';
+  description = "Alternative I/O mechanism to a stream or vector";
 
   deps = [ args."alexandria" args."babel" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."static-vectors" args."trivial-features" args."trivial-gray-streams" ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/fast-io/2020-09-25/fast-io-20200925-git.tgz'';
-    sha256 = ''1rgyr6y20fp3jqnx5snpjf9lngzalip2a28l04ssypwagmhaa975'';
+    url = "http://beta.quicklisp.org/archive/fast-io/2020-09-25/fast-io-20200925-git.tgz";
+    sha256 = "1rgyr6y20fp3jqnx5snpjf9lngzalip2a28l04ssypwagmhaa975";
   };
 
   packageName = "fast-io";