Ludovic Courtès
afa181fff4
gnu: python: Build the tkinter module.
...
Fixes <http://bugs.gnu.org/20889 >.
Reported by Federico Beffa <beffa@ieee.org>.
* gnu/packages/python.scm (python-2)[arguments]: Pass
--with-tcltk-includes and --with-tcltk-libs.
[inputs]: Add TCL and TK.
2015-10-07 23:25:25 +02:00
Ludovic Courtès
95288fcc6c
gnu: python: Add "minimal" variants.
...
* gnu/packages/python.scm (python2-minimal, python-minimal): New
variables.
(wrap-python3): New procedure.
(python-wrapper): Use it.
(python-minimal-wrapper): New variable.
* gnu/packages/xml.scm (libxslt)[native-inputs]: Use
PYTHON-MINIMAL-WRAPPER instead of PYTHON-WRAPPER.
* gnu/packages/xorg.scm (xcb-proto, libxcb, xorg-server): Likewise.
2015-10-07 23:25:22 +02:00
Efraim Flashner
d04efa0fff
gnu: camlp4: Remove extra input.
...
* gnu/packages/ocaml.scm (camlp4)[inputs]: Removed duplicate "ocaml"
entry from native-inputs.
2015-10-07 21:22:17 +03:00
Efraim Flashner
751b7aad1e
gnu: gprolog: Remove armhf from supported architectures.
...
* gnu/packages/gprolog.scm (gprolog)[supported-systems]: Remove
armhf-linux from the list of supported systems.
2015-10-07 21:22:17 +03:00
Efraim Flashner
2e13698763
gnu: mosh: Update to 1.2.5.
...
* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
2015-10-07 16:43:40 +03:00
Ludovic Courtès
0d56e3e1bc
gnu: python-wrapper: Improve synopsis and description.
...
* gnu/packages/python.scm (python-wrapper): Add 'synopsis' field; provide
literal 'description' value.
2015-10-07 11:53:01 +02:00
Ludovic Courtès
14f8dae6b1
gnu: python: Do not retain references to build tools.
...
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' and
'do-not-record-configure-flags-in-makefile' phases.
2015-10-07 11:30:41 +02:00
Efraim Flashner
543dbd9859
gnu: enlightenment: Update to 0.19.12.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
2015-10-07 10:44:46 +03:00
Ricardo Wurmus
b1006576d7
gnu: Add r-htmlwidgets.
...
* gnu/packages/web.scm (r-htmlwidgets): New variable.
2015-10-07 09:10:46 +02:00
Ricardo Wurmus
f1a045e266
gnu: Add r-htmltools.
...
* gnu/packages/web.scm (r-htmltools): New variable.
2015-10-07 09:10:45 +02:00
Ricardo Wurmus
dedaf7ac74
gnu: ibus-libpinyin: Add GTK+ and Glib inputs.
...
* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+.
[native-inputs]: Add glib:bin.
2015-10-07 08:55:43 +02:00
Eric Bavier
3cbf1204ef
gnu: imagemagick: Hard-code delegate paths.
...
If --with-frozenpaths is given, then configure will retain absolute paths
discovered for delegate programs, otherwise they are discarded.
* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add
'--with-frozenpaths' to #:configure-flags.
2015-10-06 15:31:23 -05:00
Efraim Flashner
04d1ab3bf5
gnu: elementary: Update to 1.15.2.
...
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
2015-10-06 23:33:03 +03:00
Efraim Flashner
6b3c9db11e
gnu: efl: Update to 1.15.2.
...
* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
2015-10-06 23:13:23 +03:00
Efraim Flashner
2da45ebe56
gnu: libbluray: Remove java as native-input.
...
* gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea"
as native-inputs.
[arguments]: Remove environmental variable "JAVA_HOME". Add configure
flag to disable java.
2015-10-06 20:22:09 +03:00
Ludovic Courtès
42e735dfc7
gnu: gmp: Skip unreliable test.
...
* gnu/packages/patches/gmp-faulty-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/multiprecision.scm (gmp)[source]: Use it.
2015-10-06 15:18:44 +02:00
Ludovic Courtès
18bf40a087
gnu: gawk: Remove unneeded 'install-locale' phase.
...
* gnu/packages/gawk.scm (gawk)[arguments]: Remove now unneeded
'install-locale' phase.
2015-10-06 15:02:27 +02:00
Efraim Flashner
69762e3c92
gnu: libdvdcss: Update to 1.3.99.
...
* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
2015-10-06 15:19:13 +03:00
Efraim Flashner
3f9f176b3a
gnu: libbluray: Upgrade to 0.9.1.
...
* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1.
[inputs]: Add "ant" and "icedtea7" to native-inputs.
[arguments]: Set environment variable "JAVA_HOME".
2015-10-06 15:19:13 +03:00
Ludovic Courtès
85e5721421
gnu: glibc: Look for locale data in versioned sub-directories.
...
Suggested by Mark H Weaver <mhw@netris.org>.
* gnu/packages/patches/glibc-versioned-locpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Use it.
[arguments]: Add explicit version sub-directory to
libc_cv_localedir.
[native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'.
(glibc-locales, glibc-utf8-locales): Write to a VERSION
sub-directory.
2015-10-05 22:34:50 +02:00
Ludovic Courtès
f211b2af67
Revert "gnu: glibc: Honor 'GUIX_LOCPATH'."
...
This reverts commits fbb909ac7e
and 2ebe938c2f
.
2015-10-05 22:34:34 +02:00
宋文武
025cc9a1ed
gnu: wine: Update to 1.7.52, add more inputs.
...
* gnu/packages/wine.scm (wine): Update to 1.7.52.
[inputs]: Add cups, glu and openal.
2015-10-05 18:19:21 +08:00
宋文武
4a30930b84
gnu: feh: Update to 2.14.
...
* gnu/packages/feh.scm (feh): Update to 2.14.
2015-10-05 16:28:30 +08:00
Andreas Enge
1eaeeddfba
gnu: calibre: Update to 2.40.0.
...
* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
2015-10-04 23:04:27 +02:00
Andreas Enge
9c32e1fef1
gnu: qt: Remove bundled copy of sqlite.
...
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled
copy of sqlite.
Partially fixes <http://bugs.gnu.org/21288 >.
2015-10-04 23:04:27 +02:00
Andreas Enge
bc554b43d6
gnu: qt: Compile with system harfbuzz.
...
* gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two
bundled copies of harfbuzz.
[arguments]: Pass a configure flag to use harfbuzz from the system.
Partially fixes <http://bugs.gnu.org/21288 >.
2015-10-04 23:04:27 +02:00
Andreas Enge
14bcc1e1cd
gnu: qt: Remove the sources of qtwebengine.
...
* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine
code, which was already not built anymore, and drop one patch used
previously only for qtwebengine.
[arguments]: Drop the configuration flag "-skip qtwebengine", since
deleted modules cannot be skipped.
* gnu/packages/patches/qt5-runpath.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288 >.
2015-10-04 23:04:26 +02:00
Mathieu Lirzin
2b00a55064
gnu: Add autobuild.
...
* gnu/packages/autotools.scm (autobuild): New variable.
2015-10-04 20:24:40 +02:00
Mark H Weaver
1a400bd589
gnu: linux-libre: Update to 4.2.3.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.2.3.
2015-10-04 12:35:04 -04:00
Alex Kost
9fbd458b8d
gnu: rtorrent: Update to 0.9.6.
...
* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6.
[source]: Use new URL.
2015-10-04 19:22:41 +03:00
Alex Kost
29b4c57bf0
gnu: libtorrent: Update to 0.13.6.
...
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.6.
[source]: Use new URL.
[native-inputs]: Uncomment "cppunit" (for tests).
[argument]: Remove (to enable tests).
2015-10-04 19:22:41 +03:00
Alex Kost
9db04bf542
gnu: libtorrent, rtorrent: Update home pages.
...
* gnu/packages/bittorrent.scm (libtorrent): Update 'home-page'.
(rtorrent): Likewise.
2015-10-04 19:22:40 +03:00
Alex Kost
678932aa70
gnu: lirc: Update to 0.9.3.
...
* gnu/packages/lirc.scm (lirc): Update to 0.9.3.
[native-inputs]: Add "libxslt".
2015-10-04 19:19:21 +03:00
Andreas Enge
7431edea5b
gnu: qt-4: Disable webkit build.
...
* gnu/packages/qt.scm (qt-4)[source]: Add snippet to remove the webkit code
and drop one patch used previously for webkit.
[arguments]: Add configure flag to disable building the webkit module.
* gnu/packages/patches/qt4-tests.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
Partially fixes <http://bugs.gnu.org/21288 >.
2015-10-04 11:09:14 +02:00
Ludovic Courtès
afd3d9316c
Use "normalized codesets" everywhere.
...
In other words, change "xx_YY.UTF-8" to "xx_YY.utf8".
* guix/profiles.scm (ca-certificate-bundle): Use "en_US.utf8" instead of
"en_US.UTF-8".
* guix/packages.scm (patch-and-repack): Likewise.
* guix/build/gnu-build-system.scm (install-locale): Likewise.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Likewise.
* gnu/packages/python.scm (python-ipython): Likewise.
* gnu/packages/gawk.scm (gawk): Likewise.
* build-aux/hydra/demo-os.scm: Likewise.
* gnu/packages/guile.scm (guile-ncurses)[arguments]: Remove
'change-locale' phase.
2015-10-04 00:10:03 +02:00
Ludovic Courtès
8a55e217ad
gnu: glibc-utf8-locales: Use the normalized codeset.
...
* gnu/packages/base.scm (glibc-utf8-locales)[argument]: Use the
normalized codeset by default.
2015-10-04 00:10:03 +02:00
Ludovic Courtès
b6ac54517c
gnu: commencement: Remove the tricky locale compatibility handling.
...
This is made unnecessary by the use of 'GUIX_LOCPATH'.
* gnu/packages/commencement.scm (locale-proof-package): Remove.
(%boot5-inputs): Add on GLIBC-UTF8-LOCALES-FINAL. This reverts parts
of commit 28cbc58
.
* gnu/packages/gawk.scm (gawk): Set 'GUIX_LOCPATH' instead of
'LOCPATH'.
2015-10-04 00:09:29 +02:00
Andreas Enge
f8822418f1
gnu: libqtxdg: Fix download location.
...
* gnu/packages/lxqt.scm (libqtxdg)[source]: Fix download location.
2015-10-03 22:49:12 +02:00
Andreas Enge
250ffe4de1
gnu: liblxqt: Fix download location.
...
* gnu/packages/lxqt.scm (liblxqt)[source]: Fix download location.
[description]: Fix typo.
2015-10-03 22:41:59 +02:00
Andreas Enge
54033a4db6
gnu: Add lxqt-session.
...
* gnu/packages/lxqt.scm (lxqt-session): New variable.
2015-10-03 21:20:41 +02:00
Ludovic Courtès
f2d7bbb537
gnu: glibc: Look for locale data in versioned sub-directories.
...
* gnu/packages/base.scm (glibc)[native-search-paths]: Add
'lib/locale/VERSION' for 'GUIX_LOCPATH'.
(glibc-locales, glibc-utf8-locales): Write to a VERSION
sub-directory.
* guix/profiles.scm (ca-certificate-bundle): Adjust LOCPATH value
accordingly.
2015-10-03 20:17:09 +02:00
Andreas Enge
cfa2e4ad40
gnu: Add lxqt-common.
...
* gnu/packages/lxqt.scm (lxqt-common): New variable.
2015-10-03 19:45:23 +02:00
Andreas Enge
c9f6938033
gnu: liblxqt: Fix download location.
...
* gnu/packages/lxqt.scm (liblxqt)[source]: Use the .tar.xz release
exclusively; drop the alternative URI for .tar.gz and correct the hash.
2015-10-03 19:45:23 +02:00
Ludovic Courtès
fbb909ac7e
gnu: glibc: Honor 'GUIX_LOCPATH'.
...
* gnu/packages/patches/glibc-guix-locpath.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Use it.
[native-search-paths]: Use 'GUIX_LOCPATH' instead of 'LOCPATH'.
* doc/guix.texi (Application Setup): Introduce the term "foreign
distro". Document 'GUIX_LOCPATH'.
2015-10-03 17:55:13 +02:00
David Thompson
293ff8b2f3
gnu: Add file-roller.
...
* gnu/packages/gnome.scm (file-roller): New variable.
2015-10-03 11:17:37 -04:00
Ludovic Courtès
1668dfcd37
gnu: texinfo: Claim 'INFOPATH'.
...
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.
* gnu/packages/texinfo.scm (texinfo)[native-search-paths]: New field.
2015-10-03 14:36:12 +02:00
Ludovic Courtès
29aca449c7
gnu: gettext: Upgrade to 0.19.6.
...
* gnu/packages/gettext.scm (gnu-gettext): Update to 0.19.6.
2015-10-03 14:36:12 +02:00
Ludovic Courtès
e393586161
gnu: coreutils: Use upstream's fix for 'tail'.
...
* gnu/packages/patches/coreutils-racy-tail-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu/packages/base.scm (coreutils)[source]: Replace this patch with
upstream's fix for 'tail'.
2015-10-03 14:36:11 +02:00
Ludovic Courtès
2ae71b746b
gnu: glibc: Do not abort when incompatible locale data is found.
...
* gnu/packages/patches/glibc-locale-incompatibility.patch: New file.
* gnu/packages/base.scm (glibc)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
2015-10-03 14:36:07 +02:00
Ben Woodcroft
6f04e51560
gnu: vsearch: Restrict supported systems to x86_64-linux.
...
* gnu/packages/bioinformatics.scm (vsearch)[supported-systems]: Restrict
to x86_64-linux.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2015-10-03 13:59:11 +02:00
Andreas Enge
b8d953cbbd
gnu: libmicrohttpd: Update to 0.9.44.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.44.
2015-10-02 23:30:20 +02:00
Andreas Enge
4d835808e4
gnu: eigen: Update to 3.2.6.
...
* gnu/packages/algebra.scm (eigen): Update to 3.2.6.
2015-10-02 23:13:20 +02:00
Andreas Enge
5768893ad1
gnu: valgrind: Enable the arm architecture during configuration.
...
* gnu/packages/patches/valgrind-enable-arm.patch: New file.
* gnu/packages/valgrind.scm (valgrind)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Enable patch.
2015-10-02 21:16:02 +02:00
Andreas Enge
2f8fee0623
gnu: valgrind: Update to 3.11.0.
...
* gnu/packages/valgrind.scm (valgrind): Update to 3.11.0.
[source]: Remove the patches
* gnu/packages/patches/valgrind-glibc-2.22.patch,
gnu/packages/patches/valgrind-linux-libre-4.x.patch: Delete files.
* gnu-system.am (dist_patch_DATA): Unregister the patches.
2015-10-02 20:26:45 +02:00
Andreas Enge
127cbd85c0
gnu: glpk: Update to 4.56.
...
* gnu/packages/maths.scm (glpk): Update to 4.56.
2015-10-02 20:07:17 +02:00
Mark H Weaver
93bd4a37ee
gnu: freeimage: Add fix for CVE-2015-0852.
...
* gnu/packages/patches/freeimage-CVE-2015-0852.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (freeimage)[source]: Add patch.
2015-10-02 12:53:21 -04:00
Mark H Weaver
bcc09d9ac1
gnu: freeimage: Update to 3.17.0.
...
* gnu/packages/image.scm (freeimage): Update to 3.17.0.
[source]: Use 'string-concatenate' in URI computation.
2015-10-02 12:53:21 -04:00
Mark H Weaver
b927058237
gnu: openjpeg-2.x: Add fix for use-after-free in opj_j2k_write_mco.
...
* gnu/packages/patches/openjpeg-use-after-free-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/image.scm (openjpeg, openjpeg-2.0)[source]: Add patch.
[home-page]: Update.
2015-10-02 12:33:26 -04:00
Mark H Weaver
9ab5ea449e
gnu: clipper: Add 'file-name' field to source origin.
...
* gnu/packages/bioinformatics.scm (clipper)[source]: Add file-name.
2015-10-02 10:55:57 -04:00
Andreas Enge
71a4b2ab21
gnu: orc: Update to 0.4.24.
...
* gnu/packages/gstreamer.scm (orc): Update to 0.4.24.
2015-10-02 09:51:55 +02:00
Ben Woodcroft
02a8a1876a
gnu: Add python-xlrd.
...
* gnu/packages/python.scm (python-xlrd, python2-xlrd): New variables.
Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
2015-10-01 23:45:32 +02:00
Efraim Flashner
bd60e4e2ef
gnu: powertop: Fix url.
...
* gnu/packages/linux.scm (powertop): Fixed incorrect url.
2015-10-01 22:53:12 +03:00
Andreas Enge
71923a91b1
gnu: openblas: Fix configure flags on armhf and take target system into account for cross building.
...
* gnu/packages/maths.scm (openblas)[arguments]: Make package substitutable
and enable runtime cpu detection only on x86 systems. Take the target
system into account when cross compiling.
2015-10-01 19:35:16 +02:00
Efraim Flashner
cfd745d6bb
gnu: powertop: Update to 2.7.
...
* gnu/packages/linux.scm (powertop): Update to 2.7.
[arguments]: Add "pciutils" to inputs.
2015-10-01 19:39:34 +03:00
Efraim Flashner
88377435ca
gnu: graphviz: Add "doc" output.
...
* gnu/packages/graphviz.scm (graphviz)[outputs, arguments]: New fields.
2015-10-01 19:39:34 +03:00
Efraim Flashner
64cb2de5d0
gnu: graphviz: Update to 2.38.0.
...
* gnu/packages/graphviz.scm (graphviz): Update to 2.38.0.
2015-10-01 19:39:34 +03:00
Efraim Flashner
9e125175fc
gnu: mpg123: Update to 1.22.4.
...
* gnu/packages/mp3.scm (mpg123): Update to 1.22.4.
2015-10-01 19:39:34 +03:00
Efraim Flashner
b2666de0fb
gnu: mpv: Update to 0.11.0.
...
* gnu/packages/video.scm (mpv): Update to 0.11.0.
2015-10-01 19:39:33 +03:00
Efraim Flashner
d1ae7233e3
gnu: youtube-dl: Update to 2015.09.28.
...
* gnu/packages/video.scm (youtube-dl): Update to 2015.09.28.
2015-10-01 19:39:33 +03:00
Efraim Flashner
b4eba7b088
gnu: terminology: Update to 0.9.1.
...
* gnu/packages/enlightenment.scm (terminology): Update to 0.9.1.
2015-10-01 19:39:33 +03:00
Efraim Flashner
b0b3ebf09f
gnu: enlightenment: Update to 0.19.11.
...
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.11.
2015-10-01 19:39:33 +03:00
宋文武
d032d9652f
gnu: Add GNU Unifont.
...
* gnu/packages/fonts.scm (font-gnu-unifont): New variable.
2015-10-01 21:27:44 +08:00
David Thompson
b4aa6d3dcc
gnu: shroud: Update to 0.1.1.
...
* gnu/packages/password-utils.scm (shroud): Update to 0.1.1.
2015-10-01 08:57:14 -04:00
David Thompson
dd24e9063f
gnu: Add shroud.
...
* gnu/packages/password-utils.scm (shroud): New variable.
2015-10-01 07:35:16 -04:00
宋文武
b98ee8b7e1
gnu: xterm: Update to 320.
...
* gnu/packages/xorg.scm (xterm): Update to 320.
2015-10-01 17:50:21 +08:00
Ludovic Courtès
64c9834716
gnu: emacs: Claim 'INFOPATH'.
...
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>.
* gnu/packages/emacs.scm (emacs)[native-search-path]: New field.
2015-10-01 11:28:19 +02:00
Ben Woodcroft
a2950fa4dc
gnu: Add vsearch.
...
* gnu/packages/bioinformatics.scm (vsearch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-01 10:51:28 +02:00
Ben Woodcroft
aae2b445a4
gnu: Add cityhash.
...
* gnu/packages/textutils.scm (cityhash): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2015-10-01 10:36:11 +02:00
Mark H Weaver
b73547e179
gnu: linux-libre: Update to 4.2.2.
...
* gnu/packages/linux.scm (linux-libre): Update to 4.2.2.
2015-09-30 12:48:40 -04:00
Ludovic Courtès
997f86e96b
gnu: pixman: Update to 0.32.8.
...
* gnu/packages/xdisorg.scm (pixman): Update to 0.32.8.
* gnu/packages/patches/pixman-pointer-arithmetic.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2015-09-30 17:19:27 +02:00
Ludovic Courtès
46bd6edd5a
gnu: libc: Look for locale data under /run/current-system/locale/X.Y.
...
* gnu/packages/base.scm (glibc)[arguments]: Append VERSION to
'libc_cv_localedir'.
* gnu/system/locale.scm (localedef-command): Write to the sub-directory
called (package-version libc) in #$output.
(locale-directory): Create said directory.
* doc/guix.texi (Locales): Mention the per-version sub-directory.
2015-09-30 17:06:40 +02:00
Julian Graham
c24fff615b
gnu: Add gzochi.
...
* gnu/packages/game-development.scm (gzochi): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-09-29 23:56:37 +02:00
Jeff Mickey
820dc3f5f1
gnu: Add pigz.
...
* gnu/packages/compression.scm (pigz): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-09-29 23:40:10 +02:00
Ludovic Courtès
0b1f0d36b1
gnu: lsh: 'lsh-authorize' uses the absolute file name of 'sexp-conv'.
...
Fixes <http://bugs.gnu.org/21516 >.
Reported by Andreas Enge <andreas@enge.fr>.
* gnu/packages/lsh.scm (lsh)[arguments]: In 'pre-configure' phase,
change 'src/lsh-authorize' to use the absolute file name of
'sexp-conv'.
2015-09-28 22:54:04 +02:00
Pjotr Prins
b2bddb07ef
gnu: Add bio-blastxmlparser.
...
* gnu/packages/bioinformatics.scm (bio-blastxmlparser): New variable.
2015-09-28 12:22:47 +02:00
Vicente Vera Parra
0e4e03f884
gnu: Add r-data.table.
...
* gnu/packages/statistics.scm (r-data.table): New variable.
2015-09-28 11:07:23 +02:00
Vicente Vera Parra
91312ebed4
gnu: Add r-chron.
...
* gnu/packages/statistics.scm (r-chron): New variable.
2015-09-28 11:07:10 +02:00
Ricardo Wurmus
ea5616e0e6
gnu: Add r-servr.
...
* gnu/packages/web.scm (r-servr): New variable.
2015-09-28 10:35:19 +02:00
Ricardo Wurmus
21d3770e02
gnu: Add r-jsonlite.
...
* gnu/packages/web.scm (r-jsonlite): New variable.
2015-09-28 10:35:19 +02:00
Ricardo Wurmus
a359c9c15c
gnu: Add r-httpuv.
...
* gnu/packages/web.scm (r-httpuv): New variable.
2015-09-28 10:35:19 +02:00
Mathieu Lirzin
ae05b1856f
gnu: Add arandr.
...
* gnu/packages/xdisorg.scm (arandr): New variable.
2015-09-28 00:19:11 +02:00
Andreas Enge
aab56ab7da
gnu: avidemux: Build with Qt 5 instead of Qt 4.
...
* gnu/packages/video.scm (avidemux)[inputs]: Replace qt-4 by qt.
[arguments]: Add build flag.
2015-09-27 00:06:30 +02:00
Andreas Enge
c4c020b781
gnu: global: Update to 6.5.1.
...
* gnu/packages/code.scm (global): Update to 6.5.1.
2015-09-26 22:03:06 +02:00
Andreas Enge
308aa2e795
gnu: libmicrohttpd: Update to 0.9.43.
...
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.43.
2015-09-26 22:03:06 +02:00
Andreas Enge
f799c2820d
gnu: ddrescue: Update to 1.20.
...
* gnu/packages/disk.scm (ddrescue): Update to 1.20.
2015-09-26 22:03:06 +02:00
Andreas Enge
19c34308d6
gnu: sipwitch: Update to 1.9.10.
...
* gnu/packages/telephony.scm (sipwitch): Update to 1.9.10.
2015-09-26 22:03:06 +02:00
Andreas Enge
b32eabe4bf
gnu: ucommon: Update to 6.6.0.
...
* gnu/packages/telephony.scm (ucommon): Update to 6.6.0.
2015-09-26 22:03:06 +02:00
Andreas Enge
fdcb976815
gnu: parallel: Update to 20150922.
...
* gnu/packages/parallel.scm (parallel): Update to 20150922.
2015-09-26 22:03:06 +02:00
Paul van der Walt
b2a222445e
gnu: xapian: Update to 1.2.21.
...
* gnu/packages/search.scm (xapian): Update to 1.2.21.
2015-09-26 21:41:26 +02:00
Paul van der Walt
c284e78fa4
gnu: mu: Update to 0.9.13.
...
* gnu/packages/mail.scm (mu): Update to 0.9.13.
2015-09-26 21:11:30 +02:00