summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-30gnu: busybox: Use 'modify-phases'.Efraim Flashner
* gnu/packages/busybox.scm (busybox)[arguments]: Use 'modify-phases'.
2016-06-30gnu: busybox: Update to 1.25.0.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.25.0. [native-inputs]: Add which.
2016-06-30gnu: owncloud-client: Remove some bundled libs.Efraim Flashner
* gnu/packages/owncloud.scm (owncloud-client)[source]: Add a snippet removing some of the 3rd party projects.
2016-06-30gnu: owncloud-client: Update to 2.2.2.Efraim Flashner
* gnu/packages/owncloud.scm (owncloud-client): Update to 2.2.2.
2016-06-29gnu: Add python-prompt-toolkit.Danny Milosavljevic
* gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-29gnu: python-wcwidth: Add missing 'properties' field.Leo Famulari
This is a followup to commit a44fd439dcef88b33c00db94fb3419e097401fee. * gnu/packages/python.scm (python-wcwidth)[properties]: New field.
2016-06-29gnu: ceres-solver: Propagate GLOG.Ludovic Courtès
* gnu/packages/maths.scm (ceres)[inputs]: Move GLOG to... [propagated-inputs]: ... here. New field.
2016-06-29gnu: linux-initrd: Support NVMe devices.Jan Nieuwenhuizen
* gnu/system/linux-initrd.scm (base-initrd): Add nvme to linux-modules. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-29download: Use basic authentication when userinfo is present in URI.David Thompson
* guix/download.scm (url-fetch): Include (guix base64) module on the build-side. * guix/build/download.scm (http-fetch): Add "Authorization" header when userinfo is present in the URI.
2016-06-29gnu: blast+: Update to 2.4.0.Ben Woodcroft
* gnu/packages/bioinformatics.scm (blast+): Update to 2.4.0.
2016-06-29gnu: ceres-solver: Depend on glog.Ludovic Courtès
* gnu/packages/maths.scm (ceres)[arguments]: Remove -DMINIGLOG=ON. [inputs]: Add GLOG.
2016-06-29gnu: Add glog.Ludovic Courtès
* gnu/packages/logging.scm (glog): New variable.
2016-06-29gnu: node: Make sure 'npm' remains a symlink after 'patch-shebangs'.Ludovic Courtès
Fixes <http://bugs.gnu.org/23744>. Reported by Jovany Leandro G.C <bit4bit@riseup.net> and Jelle Licht <jlicht@fsfe.org>. * gnu/packages/node.scm (node)[arguments]: Replace 'patch-shebangs' phase.
2016-06-29gnu: openexr: Install 'ImfStdIO.h'.Ludovic Courtès
* gnu/packages/graphics.scm (openexr)[source](snippet): Modify IlmImf/Makefile.in so that it installs 'ImfStdIO.h'.
2016-06-29gnu: avrdude: Use libusb-compat.Ricardo Wurmus
* gnu/packages/patches/avrdude-fix-libusb.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/flashing-tools.scm (avrdude)[source]: Remove patch. [inputs]: Replace "libusb" with "libusb-compat".
2016-06-29gnu: star: Update to 2.5.2a.Ben Woodcroft
* gnu/packages/bioinformatics.scm (star): Update to 2.5.2a.
2016-06-29gnu: htslib: Update to 1.3.1.Ben Woodcroft
* gnu/packages/bioinformatics.scm (htslib): Update to 1.3.1.
2016-06-28gnu: Add SEEK.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (seek): New variable.
2016-06-28gnu: mafft: Update to 7.299.Ben Woodcroft
* gnu/packages/bioinformatics.scm (mafft): Update to 7.299.
2016-06-28Revert "gnu: qtbase: Don't propagate mesa."Efraim Flashner
This reverts commit 763a8e6e235cf464306214349dad21979f2645f0.
2016-06-28gnu: metabat: Update to 0.26.3.Ben Woodcroft
* gnu/packages/bioinformatics.scm (metabat): Update to 0.26.3. [arguments]: Update include and linking paths accordingly.
2016-06-28gnu: diamond: Update to 0.8.9.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.9.
2016-06-28gnu: r: Add pango to inputs.Ricardo Wurmus
* gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango.
2016-06-27tests: Add Avahi and NSS-mDNS test.Ludovic Courtès
* gnu/tests/base.scm (%avahi-os): New variable. (run-nss-mdns-test): New procedure. (%test-nss-mdns): New variable.
2016-06-27services: avahi: Add #:debug? parameter.Ludovic Courtès
* gnu/services/avahi.scm (<avahi-configuration>)[debug?]: New field. (avahi-shepherd-service): Honor it. (avahi-service): Add #:debug? and honor it. * doc/guix.texi (Networking Services): Adjust accordingly.
2016-06-27services: avahi: Pass --daemonize and check for the PID file.Ludovic Courtès
This makes sure the service's 'start' finishes when avahi-daemon is ready to process requests. * gnu/services/avahi.scm (avahi-shepherd-service): Use --daemonize instead of --syslog and add #:pid-file.
2016-06-27tests: 'marionette-service-type' nows takes a <marionette-configuration>.Ludovic Courtès
* gnu/tests.scm (<marionette-configuration>): New record type. (marionette-shepherd-service): Argument now is a <marionette-configuration>. (marionette-operating-system): Adjust accordingly. Add #:requirements parameter and honor it.
2016-06-27tests: base: Add host name resolution tests.Ludovic Courtès
* gnu/tests/base.scm (run-basic-test)["host name resolution", "host not found"]: New tests.
2016-06-27services: Export more service types.Ludovic Courtès
* gnu/services/base.scm (syslog-service-type): Export. (urandom-seed-service-type): Export.
2016-06-27services: nscd: Wait for the PID file.Ludovic Courtès
* gnu/services/base.scm (nscd-shepherd-service): Pass #:pid-file.
2016-06-27doc: Fix typo for 'static-networking-service'.Ludovic Courtès
* doc/guix.texi (Networking Services): Change #:name-services to #:name-servers.
2016-06-27gnu: Add orage.Kei Kebreau
* gnu/packages/xfce.scm (orage): New variable.
2016-06-27gnu: python2-orator: Rearrange inputs.宋文武
* gnu/packages/python.scm (python2-orator)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
2016-06-27gnu: python-orator: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-orator)[native-inputs]: Move python-arrow, python-blinker, python-cleo, python-fake-factory, python-inflection, python-lazy-object-proxy, python-pyaml, python-simplejson, python-wrapt ... [propagated-inputs]: to here.
2016-06-27gnu: python2-fake-factory: Rearrange inputs.宋文武
* gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
2016-06-27gnu: python-fake-factory: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-fake-factory)[native-inputs]: Move python-dateutil-2, python-six ... [propagated-inputs]: to here.
2016-06-27gnu: python-email-validator: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-email-validator)[native-inputs]: Move python-dnspython, python-idna ... [propagated-inputs]: to here.
2016-06-27gnu: python-cleo: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-cleo)[native-inputs]: Move python-psutil, python-pylev ... [propagated-inputs]: to here.
2016-06-27gnu: python-arrow: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-arrow)[native-inputs]: Move python-dateutil-2 ... [propagated-inputs]: to here.
2016-06-27gnu: python-pykafka: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-pykafka)[native-inputs]: Move python-gevent, python-kazoo, python-tabulate ... [propagated-inputs]: to here.
2016-06-27gnu: python-kazoo: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-kazoo)[native-inputs]: Move six ... [propagated-inputs]: to here.
2016-06-27gnu: python-twisted: Rearrange inputs.宋文武
* gnu/packages/python.scm (python-twisted)[native-inputs]: Move python-zope-interface ... [propagated-inputs]: to here.
2016-06-27gnu: Add Go 1.4.Matthew Jordan
* gnu/local.mk: Modified file. * gnu/packages/golang.scm: New file. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Co-authored-by: Andy Wingo <wingo@igalia.com> Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-06-27gnu: Add khmer.Ben Woodcroft
* gnu/packages/bioinformatics.scm (khmer): New variable. * gnu/packages/patches/khmer-use-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2016-06-27gnu: Add python-screed.Ben Woodcroft
* gnu/packages/bioinformatics.scm (python-screed, python2-screed): New variables.
2016-06-27gnu: qttools: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qttools): Update to 5.6.1-1.
2016-06-27gnu: qtlocation: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtlocation): Update to 5.6.1-1.
2016-06-27gnu: qtwebchannel: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtwebchannel): Update to 5.6.1-1.
2016-06-27gnu: qtserialport: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtserialport): Update to 5.6.1-1. [inputs]: Add eudev.
2016-06-27gnu: qtwayland: Update to 5.6.1-1.Efraim Flashner
* gnu/packages/qt.scm (qtwayland): Update to 5.6.1-1.