quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''nibbles'';
|
||||
version = ''20210124-git'';
|
||||
baseName = "nibbles";
|
||||
version = "20210124-git";
|
||||
|
||||
parasites = [ "nibbles/tests" ];
|
||||
|
||||
description = ''A library for accessing octet-addressed blocks of data in big- and little-endian orders'';
|
||||
description = "A library for accessing octet-addressed blocks of data in big- and little-endian orders";
|
||||
|
||||
deps = [ args."rt" ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/nibbles/2021-01-24/nibbles-20210124-git.tgz'';
|
||||
sha256 = ''0y3h4k7665w7b8ivmql9w6rz3ivfa3h8glk45sn6mwix55xmzp26'';
|
||||
url = "http://beta.quicklisp.org/archive/nibbles/2021-01-24/nibbles-20210124-git.tgz";
|
||||
sha256 = "0y3h4k7665w7b8ivmql9w6rz3ivfa3h8glk45sn6mwix55xmzp26";
|
||||
};
|
||||
|
||||
packageName = "nibbles";
|
||||
|
||||
Reference in New Issue
Block a user