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,17 +1,18 @@
/* Generated file. */
args @ { fetchurl, ... }:
rec {
baseName = ''xkeyboard'';
version = ''clx-20120811-git'';
baseName = "xkeyboard";
version = "clx-20120811-git";
parasites = [ "xkeyboard-test" ];
description = ''XKeyboard is X11 extension for clx of the same name.'';
description = "XKeyboard is X11 extension for clx of the same name.";
deps = [ args."clx" ];
src = fetchurl {
url = ''http://beta.quicklisp.org/archive/clx-xkeyboard/2012-08-11/clx-xkeyboard-20120811-git.tgz'';
sha256 = ''11q70drx3xn7rvk528qlnzpnxd6hg6801kc54ys3jz1l7074458n'';
url = "http://beta.quicklisp.org/archive/clx-xkeyboard/2012-08-11/clx-xkeyboard-20120811-git.tgz";
sha256 = "11q70drx3xn7rvk528qlnzpnxd6hg6801kc54ys3jz1l7074458n";
};
packageName = "xkeyboard";