summaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: guile-json: Rename "guile2.2-json" to "guile-json".•••* gnu/packages/guile.scm (guile-json)[native-inputs]: Change GUILE-2.0 to GUILE-2.2. (guile2.2-json): Define using 'deprecated-package'. (guile2.0-json): New variable. * gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Update accordingly. * gnu/packages/ci.scm (cuirass)[inputs]: Likewise. * gnu/packages/package-management.scm (guix)[inputs]: Likewise. Ludovic Courtès2017-05-131-2/+5
* gnu: guile-sqlite3: Switch to Guile 2.2.•••* gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1. [inputs]: Use GUILE-2.2 instead of GUILE-2.0. Ludovic Courtès2017-05-101-2/+2
* gnu: guile-sjson: Update to 0.2.1.•••* gnu/packages/guile.scm (guile-sjson): Update to 0.2.1. Christopher Allan Webber2017-05-101-2/+2
* gnu: Add guile-miniadapton.•••* gnu/packages/guile.scm (guile-miniadapton): New variable. Catonano2017-05-101-0/+69
* gnu: guile-bytestructures: Install sld files.•••* gnu/packages/guile.scm (guile-bytestructures): Build and install sld files in r7 repository. It fixes this kind of errors while using guile-bytestructures: ice-9/psyntax.scm:3245:33: ice-9/psyntax.scm:3245:33: Syntax error: /gnu/store/ny9mp091yw51ylv1q59z25z5vdw8bi56-profile/share/guile/site/2.2/bytestructures/guile/base.scm:8:19: include-from-path: file not found in path in subform "bytestructures/r7/base.exports.sld" of (include-from-path "bytestructures/r7/base.exports.sld") Mathieu Othacehe2017-05-041-1/+3
* gnu: guile-git: Update to revision 2.•••* gnu/packages/guile.scm (guile-git): Update to revision 2. [arguments]: remove "ccache -> site-ccache" substitution because it has been ported upstream. Signed-off-by: Kei Kebreau <kei@openmailbox.org> Mathieu Othacehe2017-04-301-8/+4
* gnu: Add guile-sjson.•••* gnu/packages/guile.scm (guile-sjson): Add guile-sjson. Christopher Allan Webber2017-04-251-0/+29
* gnu: guile-bytestructures: Update to 91d042e•••* gnu/packages/guile.scm (guile-bytestructures): Update to 91d042e. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Amirouche2017-04-231-3/+3
* gnu: guile: Update to 2.2.2.•••* gnu/packages/guile.scm (guile-2.2): Update to 2.2.2. Andy Wingo2017-04-211-2/+2
* gnu: guile: Update to 2.2.1.•••* gnu/packages/guile.scm (guile-2.2): Update to 2.2.1. Ludovic Courtès2017-04-191-2/+2
* gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.•••* gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-daemon)[inputs]: Likewise. Alex Kost2017-04-161-2/+2
* gnu: guile-daemon: Update to 0.1.2.•••* gnu/packages/guile.scm (guile-daemon): Update to 0.1.2. Alex Kost2017-04-161-3/+3
* gnu: Add guile-syntax-highlight.•••* gnu/packages/guile.scm (guile-syntax-highlight): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> David Thompson2017-04-141-0/+36
* gnu: guile-ncurses: Switch to Guile 2.2.•••* gnu/packages/guile.scm (guile-ncurses)[inputs]: Switch to GUILE-2.2. [arguments] <fix-libguile-ncurses-file-name>: Ajust accordingly. Ludovic Courtès2017-04-101-2/+2
* gnu: guile-ncurses: Update to 2.2.•••* gnu/packages/guile.scm (guile-ncurses): Update to 2.2. Ludovic Courtès2017-04-101-2/+2
* gnu: guile-aspell: Switch to Guile 2.2.•••* gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with GUILE-2.2. Ludovic Courtès2017-04-061-1/+1
* gnu: guile-aspell: Remove hard-coded "site/2.0" from $(guilesitedir).•••* gnu/packages/guile.scm (guile-aspell)[arguments]: Remove #:configure-flags. Add 'set-guilesitedir' phase. Ludovic Courtès2017-04-061-4/+8
* gnu: guile-aspell: Update to 0.4.•••* gnu/packages/guile.scm (guile-aspell): Update to 0.4. [arguments] <#:phases>: Adjust 'set-libaspell-file-name' to new source tree layout. Ludovic Courtès2017-04-061-3/+3
* gnu: guile-git: Install .go files to /site-ccache.•••* gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change "/ccache" to "/site-ccache" in Makefile.am. Ludovic Courtès2017-04-031-0/+5
* Merge branch 'master' into core-updates•••Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698. Marius Bakke2017-03-301-12/+9
|\
| * gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.•••* gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-git)[inputs]: Likewise. Ludovic Courtès2017-03-301-2/+2
| * gnu: guile-git: Update to latest Git snapshot.•••* gnu/packages/guile.scm (guile-git): Update to 96dfb3b. [arguments]: Remove #:parallel-tests?. Ludovic Courtès2017-03-301-7/+4
| * gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.•••All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS. Tobias Geerinckx-Rice2017-03-301-3/+3
* | gnu: guile-reader: Build with gperf 3.0.•••* gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF. Ludovic Courtès2017-03-291-1/+1
* | Merge branch 'master' into core-updatesLeo Famulari2017-03-271-1/+1
|\|
| * gnu: haunt: Disable test suite.•••* gnu/packages/guile.scm (haunt): Disable test suite. David Thompson2017-03-271-1/+1
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-231-0/+3
|\|
| * gnu: guile: Add 'guile-next' as a deprecated alias.•••This is a followup to f6396d862f9f8ce0c0e6894ce30599773167af0c. * gnu/packages/guile.scm (guile-next): New variable. Ludovic Courtès2017-03-221-0/+3
* | Merge branch 'master' into core-updatesMark H Weaver2017-03-191-33/+40
|\|
| * gnu: guile-commonmark: Default to Guile 2.2.•••* 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. Ludovic Courtès2017-03-191-3/+5
| * gnu: guile-reader: Default to Guile 2.2.•••* 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. Ludovic Courtès2017-03-191-3/+5
| * gnu: haunt: Default to Guile 2.2.•••* 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. Ludovic Courtès2017-03-191-5/+7
| * gnu: Add 'package-for-guile-2.0'.•••* 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. Ludovic Courtès2017-03-191-9/+14
| * gnu: Rename "guile-next" to "guile".•••* 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". Ludovic Courtès2017-03-191-15/+11
| * gnu: guile-8sync: Update to 0.4.2.•••* gnu/packages/guile.scm (guile-8sync): Update to 0.4.2. Christopher Allan Webber2017-03-181-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-161-4/+4
|\|
| * gnu: guile-next: Update to 2.2.0.•••* gnu/packages/guile.scm (guile-next): Update to 2.2.0. Andy Wingo2017-03-151-4/+4
* | Merge branch 'master' into core-updatesMarius Bakke2017-03-151-0/+3
|\|
| * gnu: Add guile2.2-lib.•••* gnu/packages/guile.scm (guile2.2-lib): New variable. Ludovic Courtès2017-03-131-0/+3
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-131-2/+3
|\|
| * gnu: guile-next: Update to 2.1.8.•••* gnu/packages/guile.scm (guile-next): Update to 2.1.8. Andy Wingo2017-03-131-2/+2
| * gnu: guile-next: Increase max-silent-time.•••* gnu/packages/guile.scm (guile-next)[properties]: Add 'max-silent-time'. Ludovic Courtès2017-03-131-0/+1
* | Merge branch 'master' into core-updatesLudovic Courtès2017-03-091-30/+63
|\|
| * gnu: Add guile2.2-haunt.•••* gnu/packages/guile.scm (guile2.2-haunt): New variable. Ludovic Courtès2017-03-081-0/+4
| * gnu: Add guile2.2-reader.•••* gnu/packages/guile.scm (guile2.2-reader): New variable. Ludovic Courtès2017-03-081-0/+3
| * gnu: guile-reader: Update to 0.6.2.•••* gnu/packages/guile.scm (guile-reader): Update to 0.6.2. [arguments]: Remove. Ludovic Courtès2017-03-081-6/+2
| * gnu: guile-lib: Update to 0.2.5•••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> Maxim Cournoyer2017-03-071-22/+19
| * gnu: Add guile-fibers.•••* gnu/packages/guile.scm (guile-fibers): New variable. Christopher Allan Webber2017-02-211-0/+33
| * gnu: guile-next: Update to 2.1.7.•••* gnu/packages/guile.scm (guile-next): Update to 2.1.7. Andy Wingo2017-02-211-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-02-201-35/+152
|\|