Marius Bakke
aa9780daf9
Merge branch 'master' into core-updates
2017-08-01 23:42:28 +02:00
Adonay Felipe Nogueira
12235a124f
gnu: artanis: Unbundled guile-json and version according to documentation.
...
* gnu/packages/guile.scm (artanis): Unbundled guile-json and version
according to documentation.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01 15:32:07 +02:00
Ludovic Courtès
f0732ee485
gnu: guile-bytestructures: Install .go files to lib/guile/X.Y.
...
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Install .go
files to OBJECT-DIR, defined as OUT/lib/guile/X.Y/site-ccache.
2017-07-31 17:36:24 +02:00
Ludovic Courtès
44b0faee6b
gnu: guile-git: Skip faulty tests on non-x86_64.
...
Reported by Mark H Weaver.
* gnu/packages/guile.scm (guile-git)[arguments]: Add 'skip-tests' phase
unless on x86_64-linux.
2017-07-31 15:23:06 +02:00
Ludovic Courtès
3a53759807
gnu: guile-git: Update snapshot.
...
* gnu/packages/guile.scm (guile-git): Update to commit e156a10.
[native-inputs]: Add TEXINFO.
2017-07-28 18:09:43 +02:00
Marius Bakke
e0b9e377f1
Merge branch 'master' into core-updates
2017-07-28 00:34:13 +02:00
Ludovic Courtès
70bc608503
gnu: Add guile2.0-git.
...
* gnu/packages/guile.scm (guile2.0-git): New variable.
2017-07-25 17:46:17 +02:00
Ludovic Courtès
726ecfeb3a
gnu: Add guile2.0-bytestructures.
...
* gnu/packages/patches/guile-bytestructures-name-clash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-bytestructures)[source]: Use it.
[arguments]: Unpack the source.
[native-inputs]: New field.
(guile2.0-bytestructures): New variable.
2017-07-25 17:46:17 +02:00
Leo Famulari
6c1a317e29
Merge branch 'master' into core-updates
2017-07-23 03:42:12 -04:00
Theodoros Foradis
6158309450
gnu: Update g-wrap to use guile-2.2.
...
* 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>
2017-07-20 11:57:12 +02:00
Ludovic Courtès
b7158b767b
gnu: guile-bash: Add dependency on the "full" Bash.
...
Fixes a regression introduced in
704243e0c6
.
* gnu/packages/guile.scm (guile-bash)[native-inputs]: Add BASH.
2017-07-19 22:59:18 +02:00
Danny Milosavljevic
4d02e9ff90
gnu: Add guile-ncurses-with-gpm.
...
* gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
2017-07-15 10:14:42 +02:00
Leo Famulari
c8eb2b8c60
Merge branch 'master' into core-updates
2017-07-10 14:37:53 -04:00
Ludovic Courtès
ad01c7aa14
gnu: artanis: Update source URL.
...
* gnu/packages/guile.scm (artanis)[source]: Change URL to mirror://gnu.
2017-07-06 00:02:41 +02:00
Ludovic Courtès
d5ec5ed719
packages: Mark 'replacement' as an "innate" field.
...
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.
2017-07-03 23:51:22 +02:00
Ludovic Courtès
1b0f266e40
gnu: Switch guile-cairo and dependents to Guile 2.2 again.
...
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.
2017-07-02 22:52:30 +02:00
Leo Famulari
5ace0919c2
Revert "gnu: guile-lib: Switch to Guile 2.2."
...
This reverts commit 66b9183c4f
.
2017-07-01 16:08:47 -04:00
Leo Famulari
dc03f32dea
gnu: guile-git: Update source URL.
...
* gnu/packages/guile.scm (guile-git)[source]: Update URL.
2017-07-01 15:25:21 -04:00
Ludovic Courtès
66b9183c4f
gnu: guile-lib: Switch to Guile 2.2.
...
* 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.
2017-06-30 23:20:33 +02:00
Ludovic Courtès
30f17d73d6
gnu: guile-lib: Update to 0.2.5.1.
...
* gnu/packages/guile.scm (guile-lib): Update to 0.2.5.1.
2017-06-30 23:20:33 +02:00
Mark H Weaver
ed068b960e
Merge branch 'master' into core-updates
2017-06-26 00:00:58 -04:00
Arun Isaac
148585c240
gnu: Move contents of zip module into compression module.
...
* 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.
2017-06-20 18:10:35 +05:30
Mark H Weaver
a9308efec6
gnu: guile-2.2/fixed: Increase timeout and max-silent-time.
...
* gnu/packages/guile.scm (guile-2.2/fixed)[properties]: Add 'timeout' and
'max-silent-time' properties.
2017-06-20 00:29:31 -04:00
Mark H Weaver
9815739e9b
Merge branch 'master' into core-updates
2017-06-20 00:25:59 -04:00
Mark H Weaver
16b0f205cf
gnu: guile@2.2: Increase max-silent-time to 10 hours.
...
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to
10 hours.
2017-06-20 00:23:00 -04:00
Marius Bakke
ea45e2c500
Merge branch 'master' into core-updates
2017-06-10 02:57:50 +02:00
Ludovic Courtès
dfcd02c0f6
gnu: artanis: Update to 0.2.1.
...
* 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.
2017-06-08 23:54:56 +02:00
Mark H Weaver
1577a65809
gnu: guile-2.2: Increase max-silent-time to 6 hours.
...
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time
to 6 hours.
2017-06-07 19:13:59 -04:00
Ludovic Courtès
baf549df14
gnu: guile: Depend on 'bash-minimal' rather than 'bash'.
...
* gnu/packages/guile.scm (guile-2.0)[inputs]: Depend on BASH-MINIMAL
instead of BASH.
2017-06-02 17:22:06 +02:00
Ricardo Wurmus
d1a914082b
Merge branch 'master' into core-updates
2017-05-24 12:05:47 +02:00
Ludovic Courtès
2252f087d4
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.
2017-05-13 22:25:22 +02:00
Ludovic Courtès
99bde93b83
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.
2017-05-10 22:09:13 +02:00
Christopher Allan Webber
a62a16a4d3
gnu: guile-sjson: Update to 0.2.1.
...
* gnu/packages/guile.scm (guile-sjson): Update to 0.2.1.
2017-05-10 09:30:08 -05:00
Catonano
28a1041fa5
gnu: Add guile-miniadapton.
...
* gnu/packages/guile.scm (guile-miniadapton): New variable.
2017-05-10 08:54:38 +02:00
Mathieu Othacehe
e8e1ace039
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")
2017-05-04 13:47:23 +02:00
Mathieu Othacehe
b3542d77fe
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>
2017-04-30 19:07:09 -04:00
Christopher Allan Webber
d26ae96c3d
gnu: Add guile-sjson.
...
* gnu/packages/guile.scm (guile-sjson): Add guile-sjson.
2017-04-25 22:44:52 -05:00
Amirouche
946742e3e5
gnu: guile-bytestructures: Update to 91d042e
...
* gnu/packages/guile.scm (guile-bytestructures): Update to 91d042e.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-23 01:00:39 +02:00
Andy Wingo
031e6087c4
gnu: guile: Update to 2.2.2.
...
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.2.
2017-04-21 16:58:13 +02:00
Ludovic Courtès
87e3210178
gnu: guile: Update to 2.2.1.
...
* gnu/packages/guile.scm (guile-2.2): Update to 2.2.1.
2017-04-19 23:43:51 +02:00
Alex Kost
c6726a5f88
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.
2017-04-16 12:18:24 +03:00
Alex Kost
5245399f47
gnu: guile-daemon: Update to 0.1.2.
...
* gnu/packages/guile.scm (guile-daemon): Update to 0.1.2.
2017-04-16 12:18:24 +03:00
David Thompson
f252d6df8b
gnu: Add guile-syntax-highlight.
...
* gnu/packages/guile.scm (guile-syntax-highlight): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-04-14 12:29:20 +02:00
Ludovic Courtès
81eaa3f857
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.
2017-04-10 23:54:46 +02:00
Ludovic Courtès
958d357a38
gnu: guile-ncurses: Update to 2.2.
...
* gnu/packages/guile.scm (guile-ncurses): Update to 2.2.
2017-04-10 23:54:46 +02:00
Ludovic Courtès
34d624cef5
gnu: Build derivations with Guile 2.2 by default.
...
* 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.
2017-04-08 23:27:08 +02:00
Ludovic Courtès
cb5be6df91
gnu: guile-aspell: Switch to Guile 2.2.
...
* gnu/packages/guile.scm (guile-aspell)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
2017-04-06 10:45:55 +02:00
Ludovic Courtès
7295087eb1
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.
2017-04-06 10:42:51 +02:00
Ludovic Courtès
234ea3d653
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.
2017-04-06 10:37:52 +02:00
Ludovic Courtès
245575eaf3
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.
2017-04-03 00:12:51 +02:00