quick-lisp-to-nix: change template to use more double-quotes

This commit is contained in:
Michael Raskin
2021-03-28 23:55:54 +02:00
parent be2cb07963
commit 331bfb7e2b
309 changed files with 1873 additions and 1564 deletions
@@ -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";