summaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
Commit message (Collapse)AuthorAge
* gnu: gcl: Ensure gcc and binutils are available at runtime.Kei Kebreau2017-07-25
| | | | | * gnu/packages/lisp.scm (gcl)[arguments]: Add -fgnu89-inline to CFLAGS. Add GCC path to make-flags. Modify 'pre-conf' phase. Add 'wrap' phase.
* gnu: Add uglify-js.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (uglify-js): New variable.
* gnu: Add sbcl-cl-uglify-js.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-cl-uglify-js): New variable.
* gnu: Add sbcl-iterate.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-iterate): New variable.
* gnu: Add sbcl-parse-number.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-parse-number): New variable.
* gnu: Add sbcl-parse-js.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-parse-js): New variable.
* gnu: Add sbcl-cl-ppcre-unicode.Ricardo Wurmus2017-06-01
| | | | * gnu/packages/lisp.scm (sbcl-cl-ppcre-unicode): New variable.
* gnu: sbcl-slynk-boot0: Give the package an appropriate name.Andy Patterson2017-05-16
| | | | | | | | | | * gnu/packages/lisp.scm (sbcl-slynk-boot0)[name]: Change it to reflect the bootstrap status of the package. [arguments]<#:asd-system-name>: Add the appropriate value. (sbcl-slynk-arglists)[arguments]: Set the appropriate #:asd-file and forcibly unset #:asd-system-name. (sbcl-slynk)[name]: Change it to the variable name. (cl-slynk)[name]: Likewise.
* build-system/asdf: Retain references to source files for binary outputs.Andy Patterson2017-05-16
| | | | | | | | | | | | | | | | | In support of long-running programs in which the users would like to be able to jump to the source of a definition of any of the dependencies (itself included) of the program. * guix/build/asdf-build-system.scm (library-outputs): Move from here ... * guix/build/lisp-utils.scm (library-outputs): ... to here. (build-program): Accept dependency-prefixes argument, to allow the caller to specify references which should be retained. Default to the library's output. (build-image): Likewise. (generate-executable): Likewise. * gnu/packages/lisp.scm (sbcl-stumpwm+slynk, sbcl-slynk, sbcl-stumpwm): Adjust accordingly to the new interface. (sbcl-stumpwm+slynk)[native-inputs]: Move to ... [inputs]: ... here.
* gnu: Add cl-unicode.Ricardo Wurmus2017-05-16
| | | | | | | * gnu/packages/lisp.scm (sbcl-cl-unicode-base, sbcl-cl-unicode) (ecl-cl-unicode, cl-unicode): New variables. Co-Authored-By: Andy Patterson <ajpatter@uwarerloo.ca>
* build-system/asdf: Parameterize the lisp type and implementation globally.Andy Patterson2017-05-16
| | | | | | | | | | | | * guix/build-system/asdf.scm (asdf-build)[builder]: Parameterize %lisp-type and %lisp before invoking the build procedure. Don't pass #:lisp-type as an argument to said procedure. * guix/build/asdf-build-system.scm: Adjust accordingly. (source-install-prefix): Rename to %lisp-source-install-prefix. * guix/build/lisp-utils.scm: Adjust accordingly. (%lisp-type): New parameter. (bundle-install-prefix): Rename to %bundle-install-prefix. * gnu/packages/lisp.scm: Adjust accordingly.
* build-system/asdf: Make #:lisp a package argument.Andy Patterson2017-05-16
| | | | | | | | | | | * guix/build-system/asdf.scm (lower): Change argument name to `lisp-type'. (asdf-build): Change argument name to `lisp-type'. Remove `lisp' as an argument to the returned procedure. Change the argument passed to build phases to `lisp-type'. * guix/build/asdf-build-system.scm (copy-source, build, check) (create-asd-file, symlink-asd-files, cleanup-files, strip): Respect `lisp-type` argument. * gnu/packages/lisp.scm (sbcl-stumpwm, sbcl-stumpwm+slynk): Likewise.
* build-system/asdf: Don't rename inputs.Andy Patterson2017-05-16
| | | | | | | | | | | | | * guix/build-system/asdf.scm (package-with-build-system)[transform]: Use updated `new-inputs' procedure for inputs and native-inputs. <rewrite>: Don't rename inputs. <new-propagated-inputs>: Draw from package-inputs and package-native-inputs for source packages. Use the original package's propagated-inputs otherwise. <new-inputs>: Convert into a function to be used to transform inputs and native-inputs. * gnu/packages/lisp.scm (sbcl-fiveam, sbcl-bordeaux-threads) (sbcl-flexi-streams, sbcl-cl-ppcre, sbcl-stumpwm, sbcl-slynk-arglists) (sbcl-slynk-fancy-inspector): Don't prefix input names.
* build-system/asdf: Use asdf to determine dependencies.Andy Patterson2017-05-16
| | | | | | | | | | | | This removes the need for conventions to determine which inputs are run-time dependencies, and also the need to specify "special" dependencies. * guix/build/lisp-utils.scm (patch-asd-file, lisp-dependencies) (wrap-perform-method): Remove them. (inputs->asd-file-map, system-dependencies, generate-system-definition) (generate-dependency-links, make-asd-file): New procedures. (lisp-eval-program): Add an error if no lisp matches. (compile-system): Don't use asdf's in-built asd-file generator.
* gnu: cl-stumpwm: Build the library in "lib" and the program in "bin".Andy Patterson2017-05-16
| | | | | | | * gnu/packages/lisp.scm (sbcl-stumpwm)[outputs]: Remove "bin" and add "lib". [arguments]<#:phases>: Change the target of `build-program' to the "out" output. Likewise, change the target of the desktop file generation. (sbcl-stumpwm+slynk)[inputs]: Use the "lib" output of sbcl-stumpwm.
* gnu: cl-slynk: Explain some naming choices.Andy Patterson2017-05-16
| | | | | * gnu/packages/lisp.scm (sbcl-slynk-boot0): Add comments explaining its purpose and the reason its package-name must differ from its name.
* gnu: cl-slynk: Clarify the description.Andy Patterson2017-05-16
| | | | * gnu/packages/lisp.scm (sbcl-slynk-boot0)[description]: Describe slime.
* gnu: sbcl: Add missing '#:modules' imports.Sergei Trofimovich2017-05-09
| | | | | | | | Fixes <https://bugs.gnu.org/26843>. * gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: femtolisp: Remove aarch64-linux from supported-architectures.Efraim Flashner2017-04-30
| | | | | * gnu/packages/lisp.scm (femtolisp)[supported-systems]: Remove aarch64-linux from supported-systems.
* gnu: gcl: Use 'modify-phases' syntax.Efraim Flashner2017-04-10
| | | | * gnu/packages/lisp.scm (gcl)[arguments]: Use 'modify-phases' syntax.
* gnu: gcl: Clean up inputs.Efraim Flashner2017-04-10
| | | | | | | * gnu/packages/lisp.scm (gcl)[arguments]: Remove readline substitution, correctly substitute '/bin/sh' calls. [inputs]: Add gmp, readline. [native-inputs]: Remove readline.
* gnu: gcl: Build with gcc@4.9.Efraim Flashner2017-04-10
| | | | * gnu/packages/lisp.scm (gcl)[native-inputs]: Add gcc@4.9.
* gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari2017-04-02
| | | | | | | | | * gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
* gnu: ccl: Forcibly set CCL_DEFAULT_DIRECTORY.Andy Patterson2017-03-30
| | | | | | | * gnu/packages/lisp.scm (ccl)[arguments]: Unconditionally set the CCL_DEFAULT_DIRECTORY environment variable in the wrapper script. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ccl: Install included libraries.Andy Patterson2017-03-30
| | | | | | | * gnu/packages/lisp.scm (ccl)[arguments]: Add 'srfi-26' to '#:modules', and copy the included libraries to the output in the 'install' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* gnu: ecl: Update to 16.1.3.Andy Patterson2017-03-12
| | | | | | | * gnu/packages/lisp.scm (ecl): Update to 16.1.3. [arguments]: Use a different method to set the binary used for tests. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add lush2.ng02017-02-28
| | | | | | * gnu/packages/lisp.scm (lush2): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: sbcl-stumpwm: Update to 1.0.0.Ricardo Wurmus2017-01-15
| | | | * gnu/packages/lisp.scm (sbcl-stumpwm): Update to 1.0.0.
* gnu: clisp: Remove timestamps.Ricardo Wurmus2017-01-01
| | | | | * gnu/packages/lisp.scm (clisp)[arguments]: Add "remove-timestamps" phase to remove "__DATE__" and "__TIME__".
* gnu: clisp: Use modify-phases syntax.Ricardo Wurmus2017-01-01
| | | | * gnu/packages/lisp.scm (clisp)[arguments]: Use modify-phases syntax.
* gnu: clisp: Use readline@6.2.Andy Patterson2016-11-13
| | | | | | * gnu/packages/lisp.scm (clisp)[inputs]: Use readline-6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add sbcl-stumpwm-with-slynk.Andy Patterson2016-10-08
| | | | | | * gnu/packages/lisp.scm (sbcl-stumpwm+slynk): New variable. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-slynk.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-slynk, sbcl-slynk, ecl-slynk): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-stumpwm.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-stumpwm, sbcl-stumpwm, ecl-stumpwm): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-clx.Andy Patterson2016-10-08
| | | | | | | | * gnu/packages/lisp.scm (cl-clx, sbcl-clx, ecl-clx): New variables. * gnu/packages/patches/clx-remove-demo.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-ppcre.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-ppcre, sbcl-cl-pprcre, ecl-cl-pprcre): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-flexi-streams.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-flexi-streams, sbcl-flexi-streams) (ecl-flexi-streams): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-trivial-gray-streams.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-trivial-gray-streams) (sbcl-trivial-gray-streams, ecl-trivial-gray-streams): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-bordeaux-threads.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-bordeaux-threads, sbcl-bordeaux-threads) (ecl-bordeaux-threads): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-fiveam.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-fiveam, sbcl-fiveam, ecl-fiveam): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Add cl-alexandria.Andy Patterson2016-10-08
| | | | | | | * gnu/packages/lisp.scm (cl-alexandria, sbcl-alexandria) (ecl-alexandria): New variables. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: ecl: Honour XDG_DATA_DIRS/ecl-bundle-systems.Andy Patterson2016-10-06
| | | | | | | * gnu/packages/lisp.scm (ecl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: sbcl: Honour XDG_DATA_DIRS/sbcl-bundle-systems.Andy Patterson2016-10-06
| | | | | | | | * gnu/packages/lisp.scm (asdf-substitutions): New variable. (sbcl)[source]: Add snippet. [native-search-paths]: Add XDG_DATA_DIRS. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: Remove lispf4.ng02016-10-05
| | | | | | | | | | | | The package in its current state is unusable and documentation with unclear licenses is included. Also, the file 'lispf42.c' (and possible others) is generated C code and thus not "source code" as we define it. * gnu/packages/lisp.scm (lispf4): Delete variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: femtolisp: Don't build on mips64el or armhf.ng02016-09-27
| | | | | | | * gnu/packages/lisp.scm (femtolisp)[supported-systems]: New field, remove support for mips64el and armhf. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: femtolisp: Remove custom "patch-makefile" phase.ng02016-09-21
| | | | | | * gnu/packages/lisp.scm (femtolisp)[arguments]: Remove "patch-makefile" phase; specify test target; build "release" target instead of "default".
* gnu: Add femtolisp.ng02016-09-13
| | | | | | * gnu/packages/lisp.scm (femtolisp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: lispf4: Remove unused inputs key.ng02016-09-13
| | | | | | | | * gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused inputs key from 'install' phase. [source](file-name): Append "-checkout" to the file-name. Signed-off-by: Leo Famulari <leo@famulari.name>
* Merge branch 'core-updates'Mark H Weaver2016-08-04
|\