| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: Add qtxmlpatterns.•••* gnu/packages/qt.scm (qtxmlpatterns): New variable.
| Efraim Flashner | 2016-06-15 | 1 | -0/+16 |
* | gnu: Add qtx11extras.•••* gnu/packages/qt.scm (qtx11extras): New variable.
| Efraim Flashner | 2016-06-15 | 1 | -0/+18 |
* | gnu: Add qtimageformats.•••* gnu/packages/qt.scm (qtimageformats): New variable.
| Efraim Flashner | 2016-06-15 | 1 | -0/+22 |
* | gnu: Add qtsvg.•••* gnu/packages/qt.scm (qtsvg): New variable.
| Efraim Flashner | 2016-06-15 | 1 | -0/+34 |
* | import: pypi: read requirements from wheels.•••* doc/guix.tex (Invoking guix import): Mention that the pypi importer
works better with "unzip".
* guix/import/pypi.scm (latest-wheel-release,
wheel-url->extracted-directory): New procedures.
* tests/pypi.scm (("pypi->guix-package, wheels"): New test.
| Cyril Roelandt | 2016-06-14 | 3 | -29/+166 |
* | gnu: julia: Use unbundled release tarball.•••* gnu/packages/julia.scm (julia)[source]: Use smaller tarball without
bundled sources.
[inputs]: Add inputs for rmath-julia, suitesparse, objconv, dsfmt, and
virtualenv.
[arguments]: Add phase "prepare-deps" to copy tarballs to their expected
locations.
| Ricardo Wurmus | 2016-06-14 | 1 | -3/+59 |
* | gnu: perl-dbi: Update to 1.636.•••* gnu/packages/databases.scm (perl-dbi): Update to 1.636.
[home-page]: Update it.
| Efraim Flashner | 2016-06-14 | 1 | -3/+3 |
* | gnu: perl-exporter-lite: Update to 0.08.•••* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08.
[home-page]: Update it.
| Efraim Flashner | 2016-06-14 | 1 | -4/+3 |
* | gnu: perl-image-exiftool: Update to 10.20.•••* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20.
[home-page]: Update it.
| Efraim Flashner | 2016-06-14 | 1 | -4/+3 |
* | gnu: perl-test-deep: Update to 1.120.•••* gnu/packages/perl.scm (perl-test-deep): Update to 1.120.
[home-page]: Update it.
| Efraim Flashner | 2016-06-14 | 1 | -4/+4 |
* | gnu: perl-xml-libxml: Update to 2.0125.•••* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
| Efraim Flashner | 2016-06-14 | 1 | -3/+3 |
* | gnu: perl-xml-simple: Update to 2.22.•••* gnu/packages/xml.scm (perl-xml-simple): Update to 2.22.
[propagated-inputs]: Add perl-xml-sax.
[home-page]: Update it.
| Efraim Flashner | 2016-06-14 | 1 | -5/+6 |
* | gnu: parallel: Update to 20160522.•••* gnu/packages/parallel.scm (parallel): Update to 20160522.
| Efraim Flashner | 2016-06-14 | 1 | -3/+3 |
* | gnu: youtube-dl: Update to 2016.06.14.•••* gnu/packages/video.scm (youtube-dl): Update to 2016.06.14.
[source]: Use https.
[home-page]: Use https.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Alex Vong | 2016-06-14 | 1 | -4/+4 |
* | gnu: Add gnome-shell-extensions.•••* gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
| David Thompson | 2016-06-13 | 1 | -0/+27 |
* | gnu: Add ruby-bio-kseq.•••* gnu/packages/bioinformatics.scm (ruby-bio-kseq): New variable.
| Ben Woodcroft | 2016-06-14 | 1 | -0/+28 |
* | gnu: wget: Update to 1.18.•••* gnu/packages/wget.scm (wget): Update to 1.18.
| Ludovic Courtès | 2016-06-13 | 1 | -2/+2 |
* | gnu: wayland: Update to 1.11.0.•••* gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
| Efraim Flashner | 2016-06-13 | 1 | -2/+2 |
* | gnu: python-pykafka: Change uri.•••* gnu/packages/python.scm (python-pykafka)[source]: Update pypi uri.
| Efraim Flashner | 2016-06-13 | 1 | -1/+4 |
* | gnu: giac-xcas: Update to 1.2.2-59•••* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Goaziou | 2016-06-13 | 1 | -2/+2 |
* | gnu: asymptote: Update to 2.38•••* gnu/packages/plotutils.scm (asymptote): Update to 2.38.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nicolas Goaziou | 2016-06-13 | 1 | -2/+2 |
* | utils: 'with-atomic-file-output' closes the port upon exception.•••Previously it could have left the file descriptor open.
* guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
| Ludovic Courtès | 2016-06-13 | 1 | -1/+2 |
* | syscalls: Use 'syscall->procedure' everywhere.•••* guix/build/syscalls.scm (mkdtemp!, setns, %ioctl, network-interfaces):
(free-ifaddrs): Use 'syscall->procedure'.
| Ludovic Courtès | 2016-06-13 | 1 | -11/+5 |
* | utils: 'with-atomic-file-output' calls 'fdatasync'.•••Suggested by Danny Milosavljevic <dannym@scratchpost.org>
at <https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00456.html>.
* guix/build/syscalls.scm (fdatasync): New procedure.
* guix/utils.scm (with-atomic-file-output): Use it. Use 'close-port'
instead of 'close'.
| Ludovic Courtès | 2016-06-13 | 2 | -2/+18 |
* | gnu: Add python-tables.•••* gnu/packages/python.scm (python-tables, python2-tables): New
variables.
| Ricardo Wurmus | 2016-06-13 | 1 | -0/+57 |
* | gnu: piranha: Update to 1.2.1.•••* gnu/packages/bioinformatics.scm (piranha): Update to 1.2.1.
| Ricardo Wurmus | 2016-06-13 | 1 | -58/+61 |
* | serialization: Add #:select? parameter to 'write-file'.•••* guix/serialization.scm (write-file): Add #:select? parameter and honor it.
* tests/nar.scm ("write-file #:select? + restore-file"): New test.
| Ludovic Courtès | 2016-06-12 | 2 | -38/+82 |
* | gnu: unison: Install unison-fsmonitor.•••* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor'
phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Orivej Desh | 2016-06-12 | 1 | -1/+7 |
* | profiles: Make sure hook derivations fail upon error.•••Reported at
<https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00368.html>.
* guix/profiles.scm (info-dir-file)[build]: Add explicit call to
'exit'.
* guix/profiles.scm (ghc-package-cache-file)[build]: Likewise.
* guix/profiles.scm (xdg-desktop-database)[build]: Likewise.
* guix/profiles.scm (xdg-mime-database)[build]: Likewise.
| Ludovic Courtès | 2016-06-12 | 1 | -6/+6 |
* | doc: Fix default value of #:recursive? for 'local-file'.•••* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.
| Ludovic Courtès | 2016-06-12 | 1 | -1/+1 |
* | gnu: Add emacs-rainbow-identifiers.•••* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
| Roel Janssen | 2016-06-12 | 1 | -0/+23 |
* | gnu: imagemagick: Update to 6.9.4-9.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
| Leo Famulari | 2016-06-12 | 1 | -2/+2 |
* | gnu: manaplus: Update to 1.6.6.4.•••* gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
| Alex Kost | 2016-06-12 | 1 | -2/+2 |
* | gnu: Add arc-icon-theme.•••* gnu/packages/gnome.scm (arc-icon-theme): New variable.
| David Thompson | 2016-06-11 | 1 | -0/+32 |
* | gnu: Add moka-icon-theme.•••* gnu/packages/gnome.scm (moka-icon-theme): New variable.
| David Thompson | 2016-06-11 | 1 | -0/+35 |
* | gnu: Add arc-theme.•••* gnu/packages/gnome.scm (arc-theme): New variable.
| David Thompson | 2016-06-11 | 1 | -0/+33 |
* | gnu: wireshark: Update to 2.0.4 [security fixes].•••Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}.
* gnu/packages/networking.scm (wireshark): Update to 2.0.4.
| Leo Famulari | 2016-06-11 | 1 | -2/+2 |
* | gnu: libmicrohttpd: Update to 0.9.50.•••* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50.
Signed-off-by: Leo Famulari <leo@famulari.name>
| ng0 | 2016-06-11 | 1 | -2/+3 |
* | gnu: signify: Update to 18.•••* gnu/packages/crypto.scm (signify): Update to 18.
| Leo Famulari | 2016-06-11 | 1 | -2/+2 |
* | gnu: higan: Update to v099.•••This release removes the "balanced" emulation core (aka profile).
| Taylan Ulrich Bayırlı/Kammer | 2016-06-12 | 1 | -3/+2 |
* | gnu: gnucash: Add support for AqBanking.•••* gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking.
[arguments]: Add configure flag to enable aqbanking.
| Ricardo Wurmus | 2016-06-11 | 1 | -1/+3 |
* | gnu: Add AqBanking.•••* gnu/packages/gnucash.scm (aqbanking): New variable.
| Ricardo Wurmus | 2016-06-11 | 1 | -0/+43 |
* | gnu: Add gwenhywfar.•••* gnu/packages/gnucash.scm (gwenhywfar): New variable.
| Ricardo Wurmus | 2016-06-11 | 1 | -0/+43 |
* | gnu: xmlsec: Enable gnutls support.•••* gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config.
| Ricardo Wurmus | 2016-06-11 | 1 | -2/+5 |
* | gnu: gnucash: Add "license:" prefix.•••* gnu/packages/gnucash.scm: Import licenses with "license:" prefix.
(gnucash)[license]: Add prefix.
| Ricardo Wurmus | 2016-06-11 | 1 | -3/+3 |
* | gnu: Add python-pykafka and python2-pykafka.•••* gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables.
| 宋文武 | 2016-06-11 | 1 | -0/+30 |
* | gnu: Add python-kazoo and python2-kazoo.•••* gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables.
| 宋文武 | 2016-06-11 | 1 | -0/+27 |
* | gnu: Add python-tabulate and python2-tabulate.•••* gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables.
| 宋文武 | 2016-06-11 | 1 | -0/+32 |
* | gnu: Add librdkafka.•••* gnu/packages/networking.scm (librdkafka): New variable.
| 宋文武 | 2016-06-11 | 1 | -0/+37 |
* | gnu: fish: Update to 2.3.0.•••* gnu/packages/fish.scm (fish): Update to 2.3.0.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
| Peter | 2016-06-11 | 1 | -2/+2 |