summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2019-10-10 09:38:35 +0200
committerAntoine Eiche <lewo@abesis.fr>2019-10-10 10:08:35 +0200
commit92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a (patch)
treef880088b746e4ace7353ae36b31bc6c79e03a4be /pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
parent9bf8c96e6ca1d8cb5a8391105536a23cc0a7ff9e (diff)
downloadnixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.tar
nixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.tar.gz
nixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.tar.bz2
nixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.tar.lz
nixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.tar.xz
nixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.tar.zst
nixpkgs-92119cd96aff20b3aa9e35b64f4ed5ae952e1f3a.zip
lispPackages: add cl-prevalence and cl-hooks
Diffstat (limited to 'pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix')
-rw-r--r--pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
index 1e13378b38c..496a0bd4e56 100644
--- a/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
+++ b/pkgs/development/lisp-modules/quicklisp-to-nix-output/cl-project.nix
@@ -1,5 +1,5 @@
 args @ { fetchurl, ... }:
-{
+rec {
   baseName = ''cl-project'';
   version = ''20190521-git'';