about summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2021-03-28 23:55:54 +0200
committerMichael Raskin <7c6f434c@mail.ru>2021-03-28 23:55:54 +0200
commit331bfb7e2b743369127779cab122138ad59810b5 (patch)
treedc5e5975314a685c115eac3942121a3796666441 /pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix
parentbe2cb0796390205701ad69f7e0e775f8cc1b9187 (diff)
quick-lisp-to-nix: change template to use more double-quotes
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix13
1 files changed, 7 insertions, 6 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix
index 27b43beaf26a7..d970f413bee98 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/calispel.nix
@@ -1,18 +1,19 @@
+/* Generated file. */
 args @ { fetchurl, ... }:
 rec {
-  baseName = ''calispel'';
-  version = ''20170830-git'';
+  baseName = "calispel";
+  version = "20170830-git";
 
   parasites = [ "calispel-test" ];
 
-  description = ''Thread-safe message-passing channels, in the style of
-the occam programming language.'';
+  description = "Thread-safe message-passing channels, in the style of
+the occam programming language.";
 
   deps = [ args."alexandria" args."bordeaux-threads" args."eager-future2" args."jpl-queues" args."jpl-util" ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/calispel/2017-08-30/calispel-20170830-git.tgz'';
-    sha256 = ''0qwmzmyh63jlw5bdv4wf458n1dz9k77gd5b4ix1kd6xrzx247k7i'';
+    url = "http://beta.quicklisp.org/archive/calispel/2017-08-30/calispel-20170830-git.tgz";
+    sha256 = "0qwmzmyh63jlw5bdv4wf458n1dz9k77gd5b4ix1kd6xrzx247k7i";
   };
 
   packageName = "calispel";