summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix11
1 files changed, 6 insertions, 5 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix
index eb240954b835c..58009dee0d791 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/eager-future2.nix
@@ -1,15 +1,16 @@
+/* Generated file. */
 args @ { fetchurl, ... }:
 rec {
-  baseName = ''eager-future2'';
-  version = ''20191130-git'';
+  baseName = "eager-future2";
+  version = "20191130-git";
 
-  description = ''Parallel programming library providing the futures/promises synchronization mechanism'';
+  description = "Parallel programming library providing the futures/promises synchronization mechanism";
 
   deps = [ args."alexandria" args."bordeaux-threads" args."trivial-garbage" ];
 
   src = fetchurl {
-    url = ''http://beta.quicklisp.org/archive/eager-future2/2019-11-30/eager-future2-20191130-git.tgz'';
-    sha256 = ''01pvgcp6d4hz1arpvsv73m8xnbv8qm2d0qychpxc72d0m71p6ks0'';
+    url = "http://beta.quicklisp.org/archive/eager-future2/2019-11-30/eager-future2-20191130-git.tgz";
+    sha256 = "01pvgcp6d4hz1arpvsv73m8xnbv8qm2d0qychpxc72d0m71p6ks0";
   };
 
   packageName = "eager-future2";