summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: trytond: Updated to 4.6.2.Adriano Peluso2018-01-22
| | | | | | | * gnu/packages/tryton.scm (trytond): Updated to 4.6.2. [inputs]: Add python-magic. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-relatorio: Update to 0.8.0.Adriano Peluso2018-01-22
| | | | | | * gnu/packages/python.scm (python-relatorio): Updated to 0.8.0. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: python-magic: Update to 0.4.15.Adriano Peluso2018-01-22
| | | | | | * gnu/packages/python.scm (python-magic) Updated to 0.4.15. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: wxwidgets: Use webkitgtk-2.4.Danny Milosavljevic2018-01-22
| | | | | * gnu/packages/wxwidgets.scm (wxwidgets)[inputs]: Replace "webkitgtk" by "webkitgtk-2.4".
* gnu: aria-maestosa: Use scons-build-system.Danny Milosavljevic2018-01-22
| | | | | | | | | * gnu/packages/music.scm (aria-maestosa)[build-system]: Use scons-build-system. [native-inputs]: Remove scons-python2. [arguments]: Use scons-python2. <#:phases>: Remove custom phases "build" and "install". Add custom phase "fix-directory-permissions".
* gnu: aria-maestosa: Use scons-python2.Danny Milosavljevic2018-01-22
| | | | | * gnu/packages/music.scm (aria-maestosa)[native-inputs]: Replace "scons" by "scons-python2".
* gnu: parallel: Don't end phase with #<undefined>.Tobias Geerinckx-Rice2018-01-22
| | | | * gnu/packages/parallel.scm (parallel)[arguments]: Use INVOKE.
* gnu: parallel: Update to 20180122.Tobias Geerinckx-Rice2018-01-22
| | | | * gnu/packages/parallel.scm (parallel): Update to 20180122.
* gnu: guix: Update snapshot to 33988f9.Ludovic Courtès2018-01-22
| | | | * gnu/packages/package-management.scm (guix): Update to 33988f9.
* publish: Restore gzip compression in cache-less mode.Ludovic Courtès2018-01-22
| | | | | | | | | | Fixes <https://bugs.gnu.org/30184>. Regression introduced in 297e04d66010ada31a40f40143d81bf6b62affcc. Reported by Christopher Baines <mail@cbaines.net>. * guix/scripts/publish.scm (nar-response-port): Add 'compression' parameter and honor it. (http-write): Get 'x-nar-compression' from the initial RESPONSE.
* gnu: python-kivy: Add "git" native-input.Danny Milosavljevic2018-01-22
| | | | * gnu/packages/python.scm (python-kivy)[native-inputs]: Add git.
* gnu: khmer: Add aarch64-linux to supported systems.Efraim Flashner2018-01-22
| | | | | * gnu/packages/bioinformatics.scm (khmer)[supported-systems]: Add aarch64-linux to the supported systems.
* gnu: nss-certs: Update to 3.35.Tobias Geerinckx-Rice2018-01-22
| | | | * gnu/packages/certs.scm (nss-certs): Update to 3.35.
* gnu: iq80-snappy: Improve synopsis & description.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/compression.scm (iq80-snappy)[synopsis, description]: Fix typos and add ‘(de)compressor’ keywords.
* gnu: go: Improve description.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/golang.scm (go-1.4)[description]: Edit for clarity.
* gnu: go@1.9: Drop left-over work-around.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/golang.scm (go-1.9)[arguments]: Remove substitution for fixed bug from the ‘prebuild’ phase.
* gnu: direnv: Edit description.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/shellutils.scm (direnv)[description]: Edit and use @file.
* gnu: direnv: Use HTTPS for home page.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/shellutils.scm (direnv)[home-page]: Use HTTPS.
* gnu: youtube-dl: Return #t from phases.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/video.scm (youtube-dl)[arguments]: Return #t from ‘fix-the-data-directories’ phase.
* gnu: youtube-dl: Update to 2018.01.21.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.01.21. [description]: Update. ‘A few’ is simply no longer true.
* gnu: mktorrent: Add missing @dfn to description.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/bittorrent.scm (mktorrent)[description]: Add missing @dfn.
* gnu: libtorrent-rasterbar: Update home page.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[home-page]: Use extant domain.
* gnu: newt: Update to 0.52.20.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/slang.scm (newt): Update to 0.52.20.
* gnu: mia: Update to 2.4.6.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/image-processing.scm (mia): Update to 2.4.6.
* gnu: Add python2-graphite-web.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/monitoring.scm (python2-graphite-web): New variable.
* gnu: Add python2-carbon.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/monitoring.scm (python2-carbon): New variable.
* gnu: Add python-whisper.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/monitoring.scm (python-whisper, python2-whisper): New variables.
* gnu: Add python-django-tagging.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/django.scm (python-django-tagging, python2-django-tagging): New variables.
* gnu: Add python-txamqp.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/python.scm (python-txamqp, python2-txamqp): New variables.
* gnu: emacs-tiny: Fix indentation.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/emacs.scm (emacs-tiny): Fix indentation.
* gnu: emacs-request: Update to 0.3.0.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/emacs.scm (emacs-request): Update to 0.3.0. [source]: Fetch with git.
* gnu: Add r-catterplots.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/statistics.scm (r-catterplots): New variable.
* gnu: Add salmon.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/bioinformatics.scm (libstadenio-for-salmon, spdlog-for-salmon, bwa-for-salmon, salmon): New variables.
* gnu: Add sailfish.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/bioinformatics.scm (sailfish): New variable.
* gnu: Add libdivsufsort.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/bioinformatics.scm (libdivsufsort): New variable.
* gnu: Add libgff.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/bioinformatics.scm (libgff): New variable.
* gnu: orpheus: Fix build on aarch64-linux.Efraim Flashner2018-01-21
| | | | | * gnu/packages/orpheus.scm (orpheus)[arguments]: Explicitly set the build target when building on aarch64-linux.
* gnu: python-kivy: Update to 1.10.0.Danny Milosavljevic2018-01-21
| | | | | * gnu/packages/python.scm (python-kivy): Update to 1.10.0. [arguments]: Remove custom "build" phase.
* gnu: intel-gpu-tools: Use INVOKE.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/admin.scm (intel-gpu-tools)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: intel-gpu-tools: Update to 1.21.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
* gnu: libtorrent-rasterbar: Update to 1.1.6.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.6.
* gnu: spice: Use HTTPS for spice-space.org home pages.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
* gnu: spice-gtk: Update to 0.34.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/spice.scm (spice-gtk): Update to 0.34.
* gnu: babl: Update to 0.1.40.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.40.
* gnu: babl: Parameterise source URI.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/gimp.scm (babl)[source]: Use VERSION-MAJOR+MINOR.
* gnu: babl: Edit description.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/gimp.scm (babl)[description]: Edit.
* gnu: mktorrent: Update to 1.1.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/bittorrent.scm (mktorrent): Update to 1.1. [source, home-page]: Use new URI.
* doc: Improve ‘fix-runpath’ description.Tobias Geerinckx-Rice2018-01-21
| | | | | * doc/guix.texi (Build Systems): Re-write ‘fix-runpath’ documentation entirely. Just fixing the typos didn't do much.
* services: herd: 'with-shepherd' no longer leaves an open connection.Ludovic Courtès2018-01-21
| | | | | * gnu/services/herd.scm (with-shepherd): Use 'dynamic-wind' and close CONNECTION at the end.
* doc: No longer mention Wicd in OS examples.Ludovic Courtès2018-01-21
| | | | | | * gnu/system/examples/desktop.tmpl, gnu/system/examples/lightweight-desktop.tmpl: Mention NetworkManager instead of Wicd.