aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
AgeCommit message (Collapse)Author
2017-03-30gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-git)[inputs]: Likewise.
2017-03-30gnu: guile-git: Update to latest Git snapshot.Ludovic Courtès
* gnu/packages/guile.scm (guile-git): Update to 96dfb3b. [arguments]: Remove #:parallel-tests?.
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice
All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
2017-03-27gnu: haunt: Disable test suite.David Thompson
* gnu/packages/guile.scm (haunt): Disable test suite.
2017-03-22gnu: guile: Add 'guile-next' as a deprecated alias.Ludovic Courtès
This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c. * gnu/packages/guile.scm (guile-next): New variable.
2017-03-19gnu: guile-commonmark: Default to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-commonmark)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile2.0-commonmark): New variable. (guile2.2-commonmark): Mark as deprecated. (haunt)[propagated-inputs]: Use GUILE-COMMONMARK.
2017-03-19gnu: guile-reader: Default to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-reader)[inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.0-reader): New variable. (guile2.2-reader): Mark as deprecated. (haunt)[propagated-inputs]: Use GUILE-READER instead of GUILE2.2-READER.
2017-03-19gnu: haunt: Default to Guile 2.2.Ludovic Courtès
* gnu/packages/guile.scm (haunt)[inputs]: Replace GUILE-2.0 with GUILE-2.2. [propagated-inputs]: Replace GUILE-READER and GUILE-COMMONMARK with their 2.2 variant. (guile2.0-haunt): New variable. (guile2.2-haunt): Mark as deprecated.
2017-03-19gnu: Add 'package-for-guile-2.0'.Ludovic Courtès
* gnu/packages/guile.scm (guile-2.2-package-name): Rename to... (guile-variant-package-name): ... this. Change to return a lambda. (package-for-guile-2.2): Adjust accordingly. (package-for-guile-2.0): New procedure.
2017-03-19gnu: Rename "guile-next" to "guile".Ludovic Courtès
* gnu/packages/guile.scm (guile-next): Rename to... (guile-2.2): ... this. Update users. [name]: Change to "guile". [synopsis]: Remove. [properties]: Remove 'upstream-name', 'ftp-server', and 'ftp-directory'. * gnu/packages/bioinformatics.scm (rcas-web): Update accordingly. * gnu/packages/tls.scm (gnutls/guile-2.2): Likewise. * tests/guix-build.sh: Use 'guile@2.2' instead of 'guile-next'. * doc/guix.texi (Package Transformation Options): Update examples that referred to "guile-next".
2017-03-18gnu: guile-8sync: Update to 0.4.2.Christopher Allan Webber
* gnu/packages/guile.scm (guile-8sync): Update to 0.4.2.
2017-03-15gnu: guile-next: Update to 2.2.0.Andy Wingo
* gnu/packages/guile.scm (guile-next): Update to 2.2.0.
2017-03-13gnu: Add guile2.2-lib.Ludovic Courtès
* gnu/packages/guile.scm (guile2.2-lib): New variable.
2017-03-13gnu: guile-next: Update to 2.1.8.Andy Wingo
* gnu/packages/guile.scm (guile-next): Update to 2.1.8.
2017-03-13gnu: guile-next: Increase max-silent-time.Ludovic Courtès
* gnu/packages/guile.scm (guile-next)[properties]: Add 'max-silent-time'.
2017-03-08gnu: Add guile2.2-haunt.Ludovic Courtès
* gnu/packages/guile.scm (guile2.2-haunt): New variable.
2017-03-08gnu: Add guile2.2-reader.Ludovic Courtès
* gnu/packages/guile.scm (guile2.2-reader): New variable.
2017-03-08gnu: guile-reader: Update to 0.6.2.Ludovic Courtès
* gnu/packages/guile.scm (guile-reader): Update to 0.6.2. [arguments]: Remove.
2017-03-07gnu: guile-lib: Update to 0.2.5Maxim Cournoyer
The build was broken since the URL of version 0.2.3 was changed. The archive was moved into an "old" subdirectory of the original location. * gnu/packages/guile.scm (guile-lib): Update to 0.2.5. [make-flags]: Add GUILE_AUTO_COMPILE to prevent guild errors. [phases]: Remove 'check replacement since it is no longer needed. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-02-21gnu: Add guile-fibers.Christopher Allan Webber
* gnu/packages/guile.scm (guile-fibers): New variable.
2017-02-21gnu: guile-next: Update to 2.1.7.Andy Wingo
* gnu/packages/guile.scm (guile-next): Update to 2.1.7.
2017-02-14gnu: Add guildhall.Ricardo Wurmus
* gnu/packages/guile.scm (guildhall): New variable.
2017-02-14guile-gdbm-ffi: Write to correct guile output directory and use guild.Christopher Allan Webber
* gnu/packages/guile.scm (guile-gdbm-ffi): Check guile for effective version before writing to output path. Also fixes a bug where the guild command was not getting called, and instead was calling the internal guile compile-file procedure. This meant that the package produced was dependent on whatever version of guile was powering Guix at the time. Also set GUILE_AUTO_COMPILE to 0 to avoid gnarly looking warnings during build.
2017-02-11gnu: Add Guile-Git.Ludovic Courtès
* gnu/packages/guile.scm (guile-git): New variable.
2017-02-11gnu: Use 'license:' prefix in (gnu packages guile).Ludovic Courtès
* gnu/packages/guile.scm: Import (guix licenses) with the 'license:' prefix.
2017-02-10gnu: Add guile2.2-gdbm-ffi.Christopher Allan Webber
* gnu/packages/guile.scm (guile2.2-gdbm-ffi): New variable.
2017-02-03gnu: guile-json: Texinfoify description.Ludovic Courtès
* gnu/packages/guile.scm (guile-json)[description]: Use Texinfo markup.
2017-01-24gnu: haunt: Update to 0.2.1humanitiesNerd
* gnu/packages/guile.scm (haunt): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-17gnu: guile-json: Update to 0.6.0.Ludovic Courtès
* gnu/packages/guile.scm (guile-json): Update to 0.6.0.
2017-01-16gnu: guile-sqlite3: Provide a new source URL.Ludovic Courtès
* gnu/packages/guile.scm (guile-sqlite3)[home-page]: Change.
2017-01-09gnu: guile-8sync: Add #t at end of setenv phase.Christopher Allan Webber
* gnu/packages/guile.scm: Add #t at end of setenv phase.
2017-01-09gnu: Add guile-8sync.Christopher Allan Webber
* gnu/packages/guile.scm (guile-8sync): New variable.
2017-01-09gnu: Add Guile-ICS.Alex Sassmannshausen
* gnu/packages/guile.scm (guile-ics): New variable.
2017-01-04gnu: Add Guile-Bash.Ludovic Courtès
* gnu/packages/guile.scm (guile-bash): New variable.
2016-12-20gnu: Fix load-extension path in packaging of guile-ncurses.John Darrington
* gnu/packages/guile.scm (guile-ncurses) [arguments]: Install shared object before attempting to build the package. Patch load-extension path before building instead of after.
2016-12-15gnu: guile-irregex: Update to 0.9.6 [fixes CVE-2016-9954].Leo Famulari
* gnu/packages/guile.scm (guile-irregex): Update to 0.9.6.
2016-12-14gnu: guile-next: Update to 2.1.5.Ludovic Courtès
* gnu/packages/guile.scm (guile-next): Update to 2.1.5. [properties]: Add 'upstream-name', 'ftp-server', and 'ftp-directory'.
2016-12-07gnu: guile-2.0: support mingw.Jan Nieuwenhuizen
* gnu/packages/guile.scm (guile-2.0): Support MinGW.
2016-11-18gnu: guile@2.0.13: Fix non-determinism issue in REPL server test.Ludovic Courtès
* gnu/packages/patches/guile-repl-server-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile.scm (guile-2.0.13)[source]: Use it.
2016-11-13gnu: guile-ncurses: Update to 2.1.Efraim Flashner
* gnu/packages/guile.scm (guile-ncurses): Update to 2.1. [home-page]: Use https.
2016-11-13Merge branch 'core-updates'Ludovic Courtès
2016-11-11gnu: Add guile-aspell.Ludovic Courtès
* gnu/packages/guile.scm (guile-aspell): New variable.
2016-10-26Merge branch 'master' into core-updatesLeo Famulari
2016-10-24gnu: Add guile-bytestructuresAmirouche
* gnu/packages/guile.scm (guile-bytestructures): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-10-23Merge branch 'master' into core-updatesMark H Weaver
2016-10-22gnu: guile-ncurses: Update to version 2.0.John Darrington
* gnu/packages/guile.scm (guile-ncurses): Update version to 2.0.
2016-10-17Merge branch 'master' into core-updatesMark H Weaver
2016-10-17gnu: guile-lib: Update to 0.2.3.Ludovic Courtès
* gnu/packages/guile.scm (guile-lib): Update to 0.2.3. [arguments]: Adjust 'patch-module-dir' to change both 'moddir' and 'godir'; use '@GUILE_EFFECTIVE_VERSION@' instead of a hard-coded "2.0". Add 'check' phase. [native-inputs]: New field.
2016-10-17gnu: guile-lib: Use 'modify-phases'.Ludovic Courtès
* gnu/packages/guile.scm (guile-lib)[arguments]: Use 'modify-phases'.
2016-10-17gnu: artanis: Remove implied $(DESTDIR) usage.Adonay Felipe Nogueira
* gnu/packages/patches/artanis-fix-Makefile.in.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patch. * gnu/packages/guile.scm (artanis)[source]: Use patch. [arguments]: Remove DESTDIR from #:make-flags. Signed-off-by: Marius Bakke <mbakke@fastmail.com>