summaryrefslogtreecommitdiff
path: root/gnu/packages/guile.scm
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' into core-updatesLeo Famulari2017-07-23
|\|
| * gnu: Update g-wrap to use guile-2.2.Theodoros Foradis2017-07-20
| | | | | | | | | | | | | | * gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2. [arguments]: Add "--disable-Werror" to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add guile-ncurses-with-gpm.Danny Milosavljevic2017-07-15
| | | | | | | | * gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
* | gnu: guile-bash: Add dependency on the "full" Bash.Ludovic Courtès2017-07-19
| | | | | | | | | | | | | | Fixes a regression introduced in 704243e0c6ec5ac86e2f45aaa469717e60b89124. * gnu/packages/guile.scm (guile-bash)[native-inputs]: Add BASH.
* | Merge branch 'master' into core-updatesLeo Famulari2017-07-10
|\|
| * gnu: artanis: Update source URL.Ludovic Courtès2017-07-06
| | | | | | | | * gnu/packages/guile.scm (artanis)[source]: Change URL to mirror://gnu.
| * packages: Mark 'replacement' as an "innate" field.Ludovic Courtès2017-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Mark H Weaver at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00355.html>. * guix/packages.scm (<package>)[replacement]: Mark as "innate". * gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24) (glibc-2.23, glibc-2.22, glibc-2.21, glibc-locales): Remove 'replacement' field, which was set to #f. * gnu/packages/commencement.scm (perl-boot0): Likewise. * gnu/packages/fontutils.scm (graphite2/fixed): Likewise. * gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise. * gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise. * gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise. * gnu/packages/icu4c.scm (icu4c/fixed): Likewise. * gnu/packages/image.scm (libpng-apng): Likewise. * gnu/packages/make-bootstrap.scm (%guile-static): Likewise. * gnu/packages/pcre.scm (pcre/fixed): Likewise. * gnu/packages/perl.scm (perl/fixed): Likewise. * gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1) (ruby-1.8): Likewise. * gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise. * gnu/packages/xml.scm (expat-2.2.1): Likewise.
| * gnu: Switch guile-cairo and dependents to Guile 2.2 again.Ludovic Courtès2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/27551>. Reported by Leo Famulari <leo@famulari.name>. This reinstates the following commits: e3ddb1e83 * gnu: guile-cairo: Switch to Guile 2.2. ae5c6ef39 * gnu: guile-gnome: Update to 2.16.5. 0fd8013fc * gnu: guile-rsvg: Update to commit 05c6a2fd. 66b9183c4 * gnu: guile-lib: Switch to Guile 2.2. and adds the following changes: * gnu/bootloader/grub.scm (svg->png): Add 'package->derivation' call for GUILE-2.2. Pass #:guile-for-build to 'gexp->derivation'. * gnu/build/svg.scm (svg->png): Add 'em' and 'ex' to the 'let-values' form to account for all the values returned by 'rsvg-handle-get-dimensions', which Guile 2.2 does not truncate.
| * Revert "gnu: guile-lib: Switch to Guile 2.2."Leo Famulari2017-07-01
| | | | | | | | This reverts commit 66b9183c4f634d9b2ae41176e4eddf0ebb218532.
| * gnu: guile-git: Update source URL.Leo Famulari2017-07-01
| | | | | | | | * gnu/packages/guile.scm (guile-git)[source]: Update URL.
| * gnu: guile-lib: Switch to Guile 2.2.Ludovic Courtès2017-06-30
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-lib)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile2.0-lib): New variable. (guile2.2-lib): Mark as deprecated. * gnu/packages/guile.scm (guile-ics): Use GUILE2.0-LIB. * gnu/packages/gtk.scm (guile-cairo, guile-rsvg) (guile-present, guile-gnome): Likewise. * gnu/packages/skribilo.scm (skribilo): Likewise.
| * gnu: guile-lib: Update to 0.2.5.1.Ludovic Courtès2017-06-30
| | | | | | | | * gnu/packages/guile.scm (guile-lib): Update to 0.2.5.1.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-26
|\|
| * gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* | gnu: guile-2.2/fixed: Increase timeout and max-silent-time.Mark H Weaver2017-06-20
| | | | | | | | | | * gnu/packages/guile.scm (guile-2.2/fixed)[properties]: Add 'timeout' and 'max-silent-time' properties.
* | Merge branch 'master' into core-updatesMark H Weaver2017-06-20
|\|
| * gnu: guile@2.2: Increase max-silent-time to 10 hours.Mark H Weaver2017-06-20
| | | | | | | | | | * gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 10 hours.
* | Merge branch 'master' into core-updatesMarius Bakke2017-06-10
|\|
| * gnu: artanis: Update to 0.2.1.Ludovic Courtès2017-06-08
| | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (artanis): Update to 0.2.1. [inputs]: Switch to GUILE-2.2. [arguments]: Adjust #:make-flags for Guile 2.2. Take .go files from lib/guile/2.2. Add 'wrap-art' phase. * gnu/packages/patches/artanis-fix-Makefile.in.patch: Remove. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: guile-2.2: Increase max-silent-time to 6 hours.Mark H Weaver2017-06-07
| | | | | | | | | | * gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to 6 hours.
* | gnu: guile: Depend on 'bash-minimal' rather than 'bash'.Ludovic Courtès2017-06-02
| | | | | | | | | | * gnu/packages/guile.scm (guile-2.0)[inputs]: Depend on BASH-MINIMAL instead of BASH.
* | Merge branch 'master' into core-updatesRicardo Wurmus2017-05-24
|\|
| * gnu: guile-json: Rename "guile2.2-json" to "guile-json".Ludovic Courtès2017-05-13
| | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: guile-sqlite3: Switch to Guile 2.2.Ludovic Courtès2017-05-10
| | | | | | | | | | * gnu/packages/guile.scm (guile-sqlite3)[version]: Set revision to 1. [inputs]: Use GUILE-2.2 instead of GUILE-2.0.
| * gnu: guile-sjson: Update to 0.2.1.Christopher Allan Webber2017-05-10
| | | | | | | | * gnu/packages/guile.scm (guile-sjson): Update to 0.2.1.
| * gnu: Add guile-miniadapton.Catonano2017-05-10
| | | | | | | | * gnu/packages/guile.scm (guile-miniadapton): New variable.
| * gnu: guile-bytestructures: Install sld files.Mathieu Othacehe2017-05-04
| | | | | | | | | | | | | | | | | | | | * 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")
| * gnu: guile-git: Update to revision 2.Mathieu Othacehe2017-04-30
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add guile-sjson.Christopher Allan Webber2017-04-25
| | | | | | | | * gnu/packages/guile.scm (guile-sjson): Add guile-sjson.
| * gnu: guile-bytestructures: Update to 91d042eAmirouche2017-04-23
| | | | | | | | | | | | * gnu/packages/guile.scm (guile-bytestructures): Update to 91d042e. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: guile: Update to 2.2.2.Andy Wingo2017-04-21
| | | | | | | | * gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.
| * gnu: guile: Update to 2.2.1.Ludovic Courtès2017-04-19
| | | | | | | | * gnu/packages/guile.scm (guile-2.2): Update to 2.2.1.
| * gnu: guile-xosd, guile-daemon: Switch to Guile 2.2.Alex Kost2017-04-16
| | | | | | | | | | | | * gnu/packages/guile.scm (guile-xosd)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-daemon)[inputs]: Likewise.
| * gnu: guile-daemon: Update to 0.1.2.Alex Kost2017-04-16
| | | | | | | | * gnu/packages/guile.scm (guile-daemon): Update to 0.1.2.
| * gnu: Add guile-syntax-highlight.David Thompson2017-04-14
| | | | | | | | | | | | * gnu/packages/guile.scm (guile-syntax-highlight): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: guile-ncurses: Switch to Guile 2.2.Ludovic Courtès2017-04-10
| | | | | | | | | | * gnu/packages/guile.scm (guile-ncurses)[inputs]: Switch to GUILE-2.2. [arguments] <fix-libguile-ncurses-file-name>: Ajust accordingly.
| * gnu: guile-ncurses: Update to 2.2.Ludovic Courtès2017-04-10
| | | | | | | | * gnu/packages/guile.scm (guile-ncurses): Update to 2.2.
| * gnu: guile-aspell: Switch to Guile 2.2.Ludovic Courtès2017-04-06
| | | | | | | | | | * gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with GUILE-2.2.
| * gnu: guile-aspell: Remove hard-coded "site/2.0" from $(guilesitedir).Ludovic Courtès2017-04-06
| | | | | | | | | | * gnu/packages/guile.scm (guile-aspell)[arguments]: Remove #:configure-flags. Add 'set-guilesitedir' phase.
| * gnu: guile-aspell: Update to 0.4.Ludovic Courtès2017-04-06
| | | | | | | | | | | | * gnu/packages/guile.scm (guile-aspell): Update to 0.4. [arguments] <#:phases>: Adjust 'set-libaspell-file-name' to new source tree layout.
* | gnu: Build derivations with Guile 2.2 by default.Ludovic Courtès2017-04-08
|/ | | | | | | | | * gnu/packages/guile.scm (guile-2.0/fixed): Remove. (guile-2.2)[source]: Switch from tar.lz to tar.xz. (guile-2.2/fixed): New variable. * gnu/packages/commencement.scm (guile-final): Use GUILE-2.2/FIXED instead of GUILE-2.2/FIXED. (canonical-package): Mention 2.2 instead of 2.0.
* gnu: guile-git: Install .go files to /site-ccache.Ludovic Courtès2017-04-03
| | | | | * gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change "/ccache" to "/site-ccache" in Makefile.am.
* Merge branch 'master' into core-updatesMarius Bakke2017-03-30
|\ | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * gnu: guile-git, guile-bytestructures: Switch to Guile 2.2.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/guile.scm (guile-bytestructures)[inputs]: Replace GUILE-2.0 with GUILE-2.2. (guile-git)[inputs]: Likewise.
| * gnu: guile-git: Update to latest Git snapshot.Ludovic Courtès2017-03-30
| | | | | | | | | | * gnu/packages/guile.scm (guile-git): Update to 96dfb3b. [arguments]: Remove #:parallel-tests?.
| * 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: guile-reader: Build with gperf 3.0.Ludovic Courtès2017-03-29
| | | | | | | | | | * gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF.
* | Merge branch 'master' into core-updatesLeo Famulari2017-03-27
|\|
| * gnu: haunt: Disable test suite.David Thompson2017-03-27
| | | | | | | | * gnu/packages/guile.scm (haunt): Disable test suite.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-23
|\|