summary refs log tree commit diff
path: root/pkgs/development/lisp-modules/from-quicklisp
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-03-26 04:15:42 +0200
committerMichael Raskin <7c6f434c@mail.ru>2017-03-29 00:40:01 +0200
commit13007957e5bf8bf31f7c99a054e2f0bdb395e860 (patch)
treefe8e83ef8d0ce5e5dc44595edf7e2811f9aea05a /pkgs/development/lisp-modules/from-quicklisp
parenteb70ae34b1da2894bc60ed0064efd2de068d28ad (diff)
downloadnixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.tar
nixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.tar.gz
nixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.tar.bz2
nixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.tar.lz
nixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.tar.xz
nixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.tar.zst
nixpkgs-13007957e5bf8bf31f7c99a054e2f0bdb395e860.zip
quicklispPackages: init
The idea is to have an almost-automatic conversion from QuickLisp, the
definitive Common Lisp package repository, to Nix. The benefit over just
using lispPackages.quicklisp is automatic installation of non-Lisp
dependencies from NixPkgs (and integration with Nix package management).
The benefit over lispPackages for normal Lisp packages is packaging just
a snapshot of QuickLisp which is known to be tested for version
compatibility between libraries.

There are some packages in lispPackages that are not from QuickLisp (for
example, the installable wrapper of QuickLisp itself). My hope is to
replace the rest with the expressions converted from QuickLisp.

Note that the current commit is a mere addition.
Diffstat (limited to 'pkgs/development/lisp-modules/from-quicklisp')
-rwxr-xr-xpkgs/development/lisp-modules/from-quicklisp/barebones-quicklisp-expression.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/lisp-modules/from-quicklisp/barebones-quicklisp-expression.sh b/pkgs/development/lisp-modules/from-quicklisp/barebones-quicklisp-expression.sh
index 8693a304899..d2d846b78f2 100755
--- a/pkgs/development/lisp-modules/from-quicklisp/barebones-quicklisp-expression.sh
+++ b/pkgs/development/lisp-modules/from-quicklisp/barebones-quicklisp-expression.sh
@@ -34,7 +34,7 @@ url="${ql_src##* }"
 
 [ "$ql_src_type" = "kmr-git" ] && {
   ql_src_type=git
-  url="http://git.b9.com/$url.git"
+  url="http://git.kpe.io/$url.git"
   export NIX_PREFETCH_GIT_DEEP_CLONE=1
 }