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 = ''rove'';
version = ''20200325-git'';
baseName = "rove";
version = "20200325-git";
description = ''Yet another testing framework intended to be a successor of Prove'';
description = "Yet another testing framework intended to be a successor of Prove";
deps = [ args."bordeaux-threads" args."dissect" args."trivial-gray-streams" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/rove/2020-03-25/rove-20200325-git.tgz'';
sha256 = ''0zn8d3408rgy2nibia5hdfbf80ix1fgssywx01izx7z99l5x50z5'';
url = "http://beta.quicklisp.org/archive/rove/2020-03-25/rove-20200325-git.tgz";
sha256 = "0zn8d3408rgy2nibia5hdfbf80ix1fgssywx01izx7z99l5x50z5";
};
packageName = "rove";