summary refs log tree commit diff
path: root/pkgs/development/lisp-modules
Commit message (Collapse)AuthorAge
* lispPackages: drop pgloader that leads to a circular depedencyMichael Raskin2018-05-30
|
* lispPackages.quicklisp: 2018-01-31 -> 2018-04-30; regenerate packagesMichael Raskin2018-05-30
|
* asdf: 3.3.1 -> 3.3.2R. RyanTM2018-05-07
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/asdf/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 3.3.2 with grep in /nix/store/mcks1swd685sksr4yjrsyfhphzcrw9nk-asdf-3.3.2 - directory tree listing: https://gist.github.com/3a13d7343736c1454dc2701b3ea3009f
* lispPackages.postmodern: mark as brokenxeji2018-04-12
|
* lispPackages.xembed: initMichael Raskin2018-02-26
|
* lispPackages: add a few more, escape +Michael Raskin2018-02-25
|
* lispPackages: remove trailing colon from {NIX_LISP_,}LD_LIBRARY_PATHMichael Raskin2018-02-25
|
* lispPackages.clwrapper: patching the second shebang, because source builtin ↵Michael Raskin2018-02-17
| | | | is used
* lispPackages.clwrapper: use bash as the wrapper shell to make sure arays are ↵Michael Raskin2018-02-17
| | | | supported
* lispPackages, lispPackages.quicklisp-to-nix: 2017-07-25 -> 2018-01-31Michael Raskin2018-02-12
| | | | | | | | | * update Quicklisp distinfo * regenerate packages * add cl-html-parse and closure-html * add proper mariadb library path to fix cl-mysql * escape memoization filenames for systems * lispPackages.cl-postgres: keep simple-date in the same package
* lispPackages.clwrapper: Fix a typo in dynamic-library-hackMichael Raskin2018-02-01
|
* lispPackages.clwrapper: recognise CCL in setup-hookMichael Raskin2018-02-01
|
* lispPackages.clwrapper: build helper; saving dynamic library search path ↵Michael Raskin2018-01-29
| | | | from NIX_LISP_
* lispPackages: deduplicate dynamical library search pathMichael Raskin2018-01-27
|
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * treewide: Don't use envHook anymoreJohn Ericson2017-12-30
| | | | | | | | | | This commits needs a MAJOR audit as I oftentimes just guessed which of `$hostOffset`, `$targetOffset`, or a fixed offset should be used.
* | lisp-modules: mysql -> mysql.connector-cIzorkin2017-12-29
| |
* | treewide: generalise for both mysql & mariadbRobin Gloster2017-12-29
| |
* | mariadb: replace to connector-cRobin Gloster2017-12-29
| |
* | quicklisp-to-nix: update after fixes to our ASDF handling suggested by upstreamMichael Raskin2017-12-19
| |
* | lispPackages.cl-fuse: compile the small wrapper library manually, because ↵Michael Raskin2017-12-19
|/ | | | for some reason NIX_LDFLAGS get lost with the new binutils wrapper
* lispPackages: A less aggressive way to manipulate ASDF search path, as ↵Michael Raskin2017-11-22
| | | | suggested by Fare
* asdf: 3.3.0 -> 3.3.1Michael Raskin2017-11-20
|
* asdf: 3.2.0 -> 3.3.0Michael Raskin2017-11-11
|
* lispPackages.clwrapper: make sure to patch shebangs in the scripts before ↵Michael Raskin2017-11-04
| | | | using them
* lispPackages.cl-protobufs: init at 20170403-gitBrad Jensen2017-09-27
|
* lispPackages.clsql-sqlite3: initMichael Raskin2017-09-07
|
* lispPackages.query-fs: Kill build-with-lisp.sh referenceMichael Raskin2017-09-04
|
* lispPackages: add clsql-postgresql*Michael Raskin2017-09-04
|
* quicklisp-to-nix: make it possible to run with Nix sandboxing enabledMichael Raskin2017-09-04
|
* Regenerate quicklisp-to-nixBrad Jensen2017-08-31
| | | | Note: Changes to overrides were necessary
* Update the ql-to-nix readmeBrad Jensen2017-08-31
|
* Add ql-to-nix programs to the ql-to-nix shell.nixBrad Jensen2017-08-31
|
* Move esrap-peg into the normally defined packagesBrad Jensen2017-08-31
|
* Move xkeyboard into the normally defined packagesBrad Jensen2017-08-31
|
* Overhaul quicklisp-to-nixBrad Jensen2017-08-31
| | | | | | | | | | | | | | | | | | | 1. Detect (and automatically handle) parasitic systems. 2. Each nix package has only one asd, and (almost) every parasitic package inside it builds. 3. Ensure that parasitic systems are compiled. 4. Remove unnecessary testnames lisp override mechanism (the testnae/testSystem is replaced by parasites/buildSystems). 5. Parasitic systems (if included in the system closure) become aliases to their host package. 6. Support caching fasl files in a known directory (for faster re-generation after modifying quicklisp-to-nix-system-info). 7. Eliminate unnecessary overrides. We're going to determine ALL lisp dependencies correctly. 8. Don't try to "build" lisp packages with make. lispPackages should be about bringing in a lisp library. 9. Eliminate the hand-maintained list of aliases. Parasites should become aliases. Everything else should be a real package.
* Do an ASDF build of StumpWM in quicklisp-converted versionMichael Raskin2017-08-18
|
* paper over more dependency issuesMichael Raskin2017-08-17
|
* Merge pull request #27829 from bradleyjensen/update-quicklispMichael Raskin2017-08-17
|\ | | | | Update quicklisp packages
| * Add some new packages and regenerate quicklisp-to-nixBrad Jensen2017-08-01
| |
| * Use a more recent version of quicklispBrad Jensen2017-08-01
| |
| * Work around quicklisp not knowing all dependenciesBrad Jensen2017-08-01
| |
* | lispPackages: save more of the require cc-wrapper environmentMichael Raskin2017-08-17
|/
* Fresh SBCL is not compatible with not-fresh iolibMichael Raskin2017-06-28
|
* Re-add iolib subsystemsMichael Raskin2017-06-22
|
* quicklispPackages: updateMichael Raskin2017-06-21
| | | | | | | | | 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
* compile uiop/version with uiop, seems needed for monolithic bundles in some ↵Michael Raskin2017-04-16
| | | | cases
* lispPackage.iolib: missed one systemMichael Raskin2017-04-10
|
* lispPackage.iolib: list the hidden systems to make sure bundles existMichael Raskin2017-04-10
|
* lispPackages: load precompiled asdf; support more implementationsMichael Raskin2017-04-10
|