summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: pypi: read requirements from wheels.Cyril Roelandt2016-06-14
| | | | | | | | * 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.
* gnu: julia: Use unbundled release tarball.Ricardo Wurmus2016-06-14
| | | | | | | | | * 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.
* gnu: perl-dbi: Update to 1.636.Efraim Flashner2016-06-14
| | | | | * gnu/packages/databases.scm (perl-dbi): Update to 1.636. [home-page]: Update it.
* gnu: perl-exporter-lite: Update to 0.08.Efraim Flashner2016-06-14
| | | | | * gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08. [home-page]: Update it.
* gnu: perl-image-exiftool: Update to 10.20.Efraim Flashner2016-06-14
| | | | | * gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20. [home-page]: Update it.
* gnu: perl-test-deep: Update to 1.120.Efraim Flashner2016-06-14
| | | | | * gnu/packages/perl.scm (perl-test-deep): Update to 1.120. [home-page]: Update it.
* gnu: perl-xml-libxml: Update to 2.0125.Efraim Flashner2016-06-14
| | | | * gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
* gnu: perl-xml-simple: Update to 2.22.Efraim Flashner2016-06-14
| | | | | | * gnu/packages/xml.scm (perl-xml-simple): Update to 2.22. [propagated-inputs]: Add perl-xml-sax. [home-page]: Update it.
* gnu: parallel: Update to 20160522.Efraim Flashner2016-06-14
| | | | * gnu/packages/parallel.scm (parallel): Update to 20160522.
* gnu: youtube-dl: Update to 2016.06.14.Alex Vong2016-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>
* gnu: Add gnome-shell-extensions.David Thompson2016-06-13
| | | | * gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
* gnu: Add ruby-bio-kseq.Ben Woodcroft2016-06-14
| | | | * gnu/packages/bioinformatics.scm (ruby-bio-kseq): New variable.
* gnu: wget: Update to 1.18.Ludovic Courtès2016-06-13
| | | | * gnu/packages/wget.scm (wget): Update to 1.18.
* gnu: wayland: Update to 1.11.0.Efraim Flashner2016-06-13
| | | | * gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
* gnu: python-pykafka: Change uri.Efraim Flashner2016-06-13
| | | | * gnu/packages/python.scm (python-pykafka)[source]: Update pypi uri.
* gnu: giac-xcas: Update to 1.2.2-59Nicolas Goaziou2016-06-13
| | | | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: asymptote: Update to 2.38Nicolas Goaziou2016-06-13
| | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.38. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* utils: 'with-atomic-file-output' closes the port upon exception.Ludovic Courtès2016-06-13
| | | | | | Previously it could have left the file descriptor open. * guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
* syscalls: Use 'syscall->procedure' everywhere.Ludovic Courtès2016-06-13
| | | | | * guix/build/syscalls.scm (mkdtemp!, setns, %ioctl, network-interfaces): (free-ifaddrs): Use 'syscall->procedure'.
* utils: 'with-atomic-file-output' calls 'fdatasync'.Ludovic Courtès2016-06-13
| | | | | | | | | 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'.
* gnu: Add python-tables.Ricardo Wurmus2016-06-13
| | | | | * gnu/packages/python.scm (python-tables, python2-tables): New variables.
* gnu: piranha: Update to 1.2.1.Ricardo Wurmus2016-06-13
| | | | * gnu/packages/bioinformatics.scm (piranha): Update to 1.2.1.
* serialization: Add #:select? parameter to 'write-file'.Ludovic Courtès2016-06-12
| | | | | * guix/serialization.scm (write-file): Add #:select? parameter and honor it. * tests/nar.scm ("write-file #:select? + restore-file"): New test.
* gnu: unison: Install unison-fsmonitor.Orivej Desh2016-06-12
| | | | | | | * gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor' phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* profiles: Make sure hook derivations fail upon error.Ludovic Courtès2016-06-12
| | | | | | | | | | | 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.
* doc: Fix default value of #:recursive? for 'local-file'.Ludovic Courtès2016-06-12
| | | | | * doc/guix.texi (G-Expressions): The #:recursive? parameter of 'local-file' defaults to #f.
* gnu: Add emacs-rainbow-identifiers.Roel Janssen2016-06-12
| | | | * gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
* gnu: imagemagick: Update to 6.9.4-9.Leo Famulari2016-06-12
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
* gnu: manaplus: Update to 1.6.6.4.Alex Kost2016-06-12
| | | | * gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
* gnu: Add arc-icon-theme.David Thompson2016-06-11
| | | | * gnu/packages/gnome.scm (arc-icon-theme): New variable.
* gnu: Add moka-icon-theme.David Thompson2016-06-11
| | | | * gnu/packages/gnome.scm (moka-icon-theme): New variable.
* gnu: Add arc-theme.David Thompson2016-06-11
| | | | * gnu/packages/gnome.scm (arc-theme): New variable.
* gnu: wireshark: Update to 2.0.4 [security fixes].Leo Famulari2016-06-11
| | | | | | Fixes CVE-2016-{5350, 5351, 5352, 5353, 5354, 5355, 5356, 5357, 5358, 5359}. * gnu/packages/networking.scm (wireshark): Update to 2.0.4.
* gnu: libmicrohttpd: Update to 0.9.50.ng02016-06-11
| | | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.50. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: signify: Update to 18.Leo Famulari2016-06-11
| | | | * gnu/packages/crypto.scm (signify): Update to 18.
* gnu: higan: Update to v099.Taylan Ulrich Bayırlı/Kammer2016-06-12
| | | | This release removes the "balanced" emulation core (aka profile).
* gnu: gnucash: Add support for AqBanking.Ricardo Wurmus2016-06-11
| | | | | * gnu/packages/gnucash.scm (gnucash)[inputs]: Add aqbanking. [arguments]: Add configure flag to enable aqbanking.
* gnu: Add AqBanking.Ricardo Wurmus2016-06-11
| | | | * gnu/packages/gnucash.scm (aqbanking): New variable.
* gnu: Add gwenhywfar.Ricardo Wurmus2016-06-11
| | | | * gnu/packages/gnucash.scm (gwenhywfar): New variable.
* gnu: xmlsec: Enable gnutls support.Ricardo Wurmus2016-06-11
| | | | * gnu/packages/xml.scm (xmlsec)[native-inputs]: Add pkg-config.
* gnu: gnucash: Add "license:" prefix.Ricardo Wurmus2016-06-11
| | | | | * gnu/packages/gnucash.scm: Import licenses with "license:" prefix. (gnucash)[license]: Add prefix.
* gnu: Add python-pykafka and python2-pykafka.宋文武2016-06-11
| | | | * gnu/packages/python.scm (python-pykafka, python2-pykafka): New variables.
* gnu: Add python-kazoo and python2-kazoo.宋文武2016-06-11
| | | | * gnu/packages/python.scm (python-kazoo, python2-kazoo): New variables.
* gnu: Add python-tabulate and python2-tabulate.宋文武2016-06-11
| | | | * gnu/packages/python.scm (python-tabulate, python2-tabulate): New variables.
* gnu: Add librdkafka.宋文武2016-06-11
| | | | * gnu/packages/networking.scm (librdkafka): New variable.
* gnu: fish: Update to 2.3.0.Peter2016-06-11
| | | | | | * gnu/packages/fish.scm (fish): Update to 2.3.0. Signed-off-by: 宋文武 <iyzsong@gmail.com>
* gnu: git: Update to 2.8.4.Leo Famulari2016-06-10
| | | | | * gnu/packages/version-control.scm (git): Update to 2.8.4. (git-manpages)[source]: Update hash.
* profiles: manifest-lookup-package: Correctly handle package entries.宋文武2016-06-11
| | | | | * guix/profiles.scm (manifest-lookup-package): Consider the package entry in addition to its 'package-transitive-inputs'.
* profiles: xdg-mime-database: Union the "share/mime/packages" directory.宋文武2016-06-11
| | | | | * guix/profiles.scm (xdg-mime-database): Call 'union-build' for the "share/mime/packages" directory of inputs.
* gnu: expat: Fix CVE-2012-6702 and CVE-2016-5300.Leo Famulari2016-06-10
| | | | | | * gnu/packages/patches/expat-CVE-2012-6702-and-CVE-2016-5300.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xml.scm (expat/fixed): Use it.