summaryrefslogtreecommitdiff
path: root/pkgs/development/lisp-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Do an ASDF build of StumpWM in quicklisp-converted versionMichael Raskin2017-08-181-0/+7
* paper over more dependency issuesMichael Raskin2017-08-171-0/+19
* Merge pull request #27829 from bradleyjensen/update-quicklisp•••Update quicklisp packagesMichael Raskin2017-08-1775-460/+1290
|\
| * Add some new packages and regenerate quicklisp-to-nixBrad Jensen2017-08-0173-457/+1269
| * Use a more recent version of quicklispBrad Jensen2017-08-011-2/+2
| * Work around quicklisp not knowing all dependenciesBrad Jensen2017-08-011-1/+19
* | lispPackages: save more of the require cc-wrapper environmentMichael Raskin2017-08-171-0/+1
|/
* Fresh SBCL is not compatible with not-fresh iolibMichael Raskin2017-06-281-1/+9
* Re-add iolib subsystemsMichael Raskin2017-06-221-0/+3
* quicklispPackages: update•••Escape things by default in derivation names (i.e. digit cannot be the first character etc.) Update Quicklisp (tracking upstream); list new missing dependencies Add some minimal README about ql-to-nix Michael Raskin2017-06-21176-583/+1938
* compile uiop/version with uiop, seems needed for monolithic bundles in some c...Michael Raskin2017-04-162-0/+4
* lispPackage.iolib: missed one systemMichael Raskin2017-04-101-1/+1
* lispPackage.iolib: list the hidden systems to make sure bundles existMichael Raskin2017-04-101-4/+9
* lispPackages: load precompiled asdf; support more implementationsMichael Raskin2017-04-103-8/+37
* lispPackages.iolib: precompile iolib/osMichael Raskin2017-04-091-1/+4
* quicklispPackages: update to fresh QuickLisp•••lispPackages: reduce environment-bombing Michael Raskin2017-04-06162-720/+1391
* quicklispPackages, lispPackages: make all system-loads pass with precompilationMichael Raskin2017-04-01167-510/+2789
* clwrapper, buildLispPackage: compile fasls and store them for all systemsMichael Raskin2017-03-31135-533/+29
* esrap-peg: 20131029 -> 20170320Michael Raskin2017-03-311-3/+3
* lispPackages: migrate to quicklispPackages where possibleMichael Raskin2017-03-3120-569/+553
* lispPackages.clwrapper: fix array expansion to produce no arguments when emptyMichael Raskin2017-03-311-1/+1
* quicklispPackages: add a basic set of packages, make sure that quicklispPacka...Michael Raskin2017-03-30129-334/+2908
* quicklisp-to-nix: check that the package is loadableMichael Raskin2017-03-301-0/+7
* clwrapper: setup-hook: correctly handle multiple additions to registryMichael Raskin2017-03-301-1/+1
* quicklispPackages.iolib: try loading the systemMichael Raskin2017-03-301-0/+5
* clwrapper: better support for ensuring noninteractive executionMichael Raskin2017-03-302-3/+17
* asdf: add pinned versions 2.26, 3.1; provide quicklispPackages with ASDF 3.1Michael Raskin2017-03-302-0/+79
* quicklisp-to-nix: support / in the system name•••Add some more packages Michael Raskin2017-03-3019-4/+334
* lispPackages.clwrapper: allow to replace the code to load ASDFMichael Raskin2017-03-291-1/+1
* Add a couple of quicklisp packagesMichael Raskin2017-03-297-75/+146
* 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. Michael Raskin2017-03-2936-1/+869
* lispPackages.clx: git-20150117 -> git-20170201Michael Raskin2017-02-051-3/+3
* asdf: 3.1.7 -> 3.2.0Michael Raskin2017-02-011-5/+5
* asdf: 3.1.6 -> 3.1.7Michael Raskin2016-09-261-4/+5
* clwrapper: build-with-lisp.sh: asdf/image package is now uiop/imageMichael Raskin2016-09-261-1/+1
* lispPackages.command-line-arguments: git-20141113 -> git-20151120Michael Raskin2016-09-261-3/+3
* treewide: fixup various mysql ocurrences after re-splitVladimír Čunát2016-08-071-3/+3
* Captialize meta.description of all packages•••In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix) Bjørn Forsman2016-06-201-1/+1
* Fix lots of fetchgit hashes (fallout from #15469)Tuomas Tynkkynen2016-06-031-17/+17
* quicklisp (lispPackages.quicklisp): initMichael Raskin2016-03-254-1/+116
* Do not default to SBCL for wrapped non-SBCL lisp implementationMichael Raskin2016-03-252-2/+2
* asdf: 3.1.5 -> 3.1.6Michael Raskin2016-01-011-4/+4
* lisp-packages: git.b9.com moved to git.kpe.ioTomas Hlavaty2015-09-301-4/+4
* ASDF: 3.1.4 -> 3.1.5Michael Raskin2015-08-081-7/+6
* Fix version strings for switch from CVSMichael Raskin2015-07-151-2/+2
* Update cl-smtp sourceMichael Raskin2015-07-151-6/+5
* Update cl-unification sourceMichael Raskin2015-07-151-5/+4
* cacert: store ca-bundle.crt in $out/etc/ssl/certs instead of $outWilliam A. Kennington III2015-06-051-2/+2
* ca-bundle.crt is now in the root irectory of the cacert packageMichael Raskin2015-05-311-2/+2
* Add CLX-XKeayboard; fix downloads for darcs over httpsMichael Raskin2015-05-311-2/+16