quick-lisp-to-nix: change template to use more double-quotes
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
/* Generated file. */
|
||||
args @ { fetchurl, ... }:
|
||||
rec {
|
||||
baseName = ''fare-utils'';
|
||||
version = ''20170124-git'';
|
||||
baseName = "fare-utils";
|
||||
version = "20170124-git";
|
||||
|
||||
description = ''Basic functions and macros, interfaces, pure and stateful datastructures'';
|
||||
description = "Basic functions and macros, interfaces, pure and stateful datastructures";
|
||||
|
||||
deps = [ ];
|
||||
|
||||
src = fetchurl {
|
||||
url = ''http://beta.quicklisp.org/archive/fare-utils/2017-01-24/fare-utils-20170124-git.tgz'';
|
||||
sha256 = ''0jhb018ccn3spkgjywgd0524m5qacn8x15fdiban4zz3amj9dapq'';
|
||||
url = "http://beta.quicklisp.org/archive/fare-utils/2017-01-24/fare-utils-20170124-git.tgz";
|
||||
sha256 = "0jhb018ccn3spkgjywgd0524m5qacn8x15fdiban4zz3amj9dapq";
|
||||
};
|
||||
|
||||
packageName = "fare-utils";
|
||||
|
||||
Reference in New Issue
Block a user