aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: avrdude: Use libusb-compat.Ricardo Wurmus2016-06-29
| | | | | | | * 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".
* gnu: star: Update to 2.5.2a.Ben Woodcroft2016-06-29
| | | | * gnu/packages/bioinformatics.scm (star): Update to 2.5.2a.
* gnu: htslib: Update to 1.3.1.Ben Woodcroft2016-06-29
| | | | * gnu/packages/bioinformatics.scm (htslib): Update to 1.3.1.
* gnu: Add SEEK.Ricardo Wurmus2016-06-28
| | | | * gnu/packages/bioinformatics.scm (seek): New variable.
* gnu: mafft: Update to 7.299.Ben Woodcroft2016-06-28
| | | | * gnu/packages/bioinformatics.scm (mafft): Update to 7.299.
* Revert "gnu: qtbase: Don't propagate mesa."Efraim Flashner2016-06-28
| | | | This reverts commit 763a8e6e235cf464306214349dad21979f2645f0.
* gnu: metabat: Update to 0.26.3.Ben Woodcroft2016-06-28
| | | | | * gnu/packages/bioinformatics.scm (metabat): Update to 0.26.3. [arguments]: Update include and linking paths accordingly.
* gnu: diamond: Update to 0.8.9.Ben Woodcroft2016-06-28
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.8.9.
* gnu: r: Add pango to inputs.Ricardo Wurmus2016-06-28
| | | | * gnu/packages/statistics.scm (r)[inputs]: Remove cairo, add pango.
* tests: Add Avahi and NSS-mDNS test.Ludovic Courtès2016-06-27
| | | | | | * gnu/tests/base.scm (%avahi-os): New variable. (run-nss-mdns-test): New procedure. (%test-nss-mdns): New variable.
* services: avahi: Add #:debug? parameter.Ludovic Courtès2016-06-27
| | | | | | | * 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.
* services: avahi: Pass --daemonize and check for the PID file.Ludovic Courtès2016-06-27
| | | | | | | | 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.
* tests: 'marionette-service-type' nows takes a <marionette-configuration>.Ludovic Courtès2016-06-27
| | | | | | | * 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.
* tests: base: Add host name resolution tests.Ludovic Courtès2016-06-27
| | | | | * gnu/tests/base.scm (run-basic-test)["host name resolution", "host not found"]: New tests.
* services: Export more service types.Ludovic Courtès2016-06-27
| | | | | * gnu/services/base.scm (syslog-service-type): Export. (urandom-seed-service-type): Export.
* services: nscd: Wait for the PID file.Ludovic Courtès2016-06-27
| | | | * gnu/services/base.scm (nscd-shepherd-service): Pass #:pid-file.
* gnu: Add orage.Kei Kebreau2016-06-27
| | | | * gnu/packages/xfce.scm (orage): New variable.
* gnu: python2-orator: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python2-orator)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
* gnu: python-orator: Rearrange inputs.宋文武2016-06-27
| | | | | | | | * 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.
* gnu: python2-fake-factory: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python2-fake-factory)[native-inputs]: Move python2-ipaddress ... [propagated-inputs]: to here.
* gnu: python-fake-factory: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-fake-factory)[native-inputs]: Move python-dateutil-2, python-six ... [propagated-inputs]: to here.
* gnu: python-email-validator: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-email-validator)[native-inputs]: Move python-dnspython, python-idna ... [propagated-inputs]: to here.
* gnu: python-cleo: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-cleo)[native-inputs]: Move python-psutil, python-pylev ... [propagated-inputs]: to here.
* gnu: python-arrow: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-arrow)[native-inputs]: Move python-dateutil-2 ... [propagated-inputs]: to here.
* gnu: python-pykafka: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-pykafka)[native-inputs]: Move python-gevent, python-kazoo, python-tabulate ... [propagated-inputs]: to here.
* gnu: python-kazoo: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-kazoo)[native-inputs]: Move six ... [propagated-inputs]: to here.
* gnu: python-twisted: Rearrange inputs.宋文武2016-06-27
| | | | | | * gnu/packages/python.scm (python-twisted)[native-inputs]: Move python-zope-interface ... [propagated-inputs]: to here.
* gnu: Add Go 1.4.Matthew Jordan2016-06-27
| | | | | | | | | * 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>
* gnu: Add khmer.Ben Woodcroft2016-06-27
| | | | | | * gnu/packages/bioinformatics.scm (khmer): New variable. * gnu/packages/patches/khmer-use-libraries.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add python-screed.Ben Woodcroft2016-06-27
| | | | | * gnu/packages/bioinformatics.scm (python-screed, python2-screed): New variables.
* gnu: qttools: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qttools): Update to 5.6.1-1.
* gnu: qtlocation: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtlocation): Update to 5.6.1-1.
* gnu: qtwebchannel: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtwebchannel): Update to 5.6.1-1.
* gnu: qtserialport: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | | * gnu/packages/qt.scm (qtserialport): Update to 5.6.1-1. [inputs]: Add eudev.
* gnu: qtwayland: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtwayland): Update to 5.6.1-1.
* gnu: qtmultimedia: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtmultimedia): Update to 5.6.1-1.
* gnu: qtsensors: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtsensors): Update to 5.6.1-1.
* gnu: qtwebsockets: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtwebsockets): Update to 5.6.1-1.
* gnu: qtconnectivity: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtconnectivity): Update to 5.6.1-1.
* gnu: qtdeclarative: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtdeclarative): Update to 5.6.1-1.
* gnu: qtxmlpatterns: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtxmlpatterns): Update to 5.6.1-1.
* gnu: qtx11extras: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtx11extras): Update to 5.6.1-1.
* gnu: qtimageformats: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtimageformats): Update to 5.6.1-1.
* gnu: qtsvg: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtsvg): Update to 5.6.1-1.
* gnu: qtbase: Update to 5.6.1-1.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtbase): Update to 5.6.1-1.
* gnu: qtbase: Add eudev and libinput support.Efraim Flashner2016-06-27
| | | | * gnu/packages/qt.scm (qtbase)[inputs]: Add eudev, libinput.
* gnu: qtbase: Don't propagate mesa.Efraim Flashner2016-06-27
| | | | | | * gnu/packages/qt.scm (qtbase)[propagated-inputs]: Move mesa ... [inputs]: ... to here. (qtsvg)[propagated-inputs]: No need to clear propagated-inputs.
* daemon: Rename 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'.David Craven2016-06-26
| | | | | | | | | | | | | | Partly fixes <http://bugs.gnu.org/22459>. Reported by Jeff Mickey <j@codemac.net> and David Craven <david@craven.ch>. * nix/libstore/globals.cc (Settings::processEnvironment()): Change 'NIX_CONF_DIR' to 'GUIX_CONFIGURATION_DIRECTORY'. * nix/local.mk (libstore_a_CPPFLAGS): Likewise. * guix/config.scm.in (%config-directory): Likewise. * build-aux/test-env.in: Likewise. * gnu/packages/patches/hydra-automake-1.15.patch: Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add starfighter.宋文武2016-06-26
| | | | * gnu/packages/games.scm (starfighter): New variable.
* gnu: mpv: Update to 0.18.0.Efraim Flashner2016-06-26
| | | | | * gnu/packages/video.scm (mpv): Update to 0.18.0. [arguments]: Remove disabled '--enable-gpl3' configure flag.