summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-24gnu: dovecot: Update to 2.2.32....* gnu/packages/mail.scm (dovecot): Update to 2.2.32. Tobias Geerinckx-Rice
2017-08-24gnu: lollypop: Use pseudo meson build system....* gnu/packages/gnome.scm (lollypop)[arguments]: Disable tests. Delete configure phase, replace build and install phase with custom phases. [native-inputs]: Add ninja. [propagated-inputs]: Move gst-plugins-base ... [inputs]: ... to here. Add meson. Efraim Flashner
2017-08-24gnu: libksysguard: Enable more tests (not all working yet)....* gnu/packages/kde.scm (libksysguard)[arguments] <#:phases>'check-setup': Set QT_QPA_PLATFORM=offscreen. <#:phases>'check': Enable all tests except of the failing one. Hartmut Goebel
2017-08-24gnu: python2-ttystatus: Update to 0.35....* gnu/packages/python.scm (python2-ttystatus): Update to 0.35. Arun Isaac
2017-08-24gnu: cliapp: Update to 1.20170823....* gnu/packages/python.scm (python2-cliapp): Update to 1.20170823. Arun Isaac
2017-08-24gnu: datamash: Update to 1.2....* gnu/packages/datamash.scm (datamash): Update to 1.2. Efraim Flashner
2017-08-23gnu: bootloader: Deprecate "device" field in favor of "target"....* gnu/bootloader.scm (<bootloader-configuration>): Deprecate "device" field in favor of "target" field. This is mostly a renaming but also a generalization to support UEFI targets being paths to a mounted partition instead of a device name. * gnu/system/examples/bare-bones.tmpl: * gnu/system/examples/desktop.tmpl: * gnu/system/examples/lightweight-desktop.tmpl: * gnu/system/examples/vm-image.tmpl: * gnu/system/install.scm: * gnu/tests.scm: * gnu/tests/install.scm: * gnu/tests/nfs.scm: * tests/system.scm: Adapt all invocations of bootloader-configuration. * guix/scripts/system.scm (perform-action): Rename device argument to bootloader-target. (process-action): Adapt caller. * doc/guix.texi (Proceeding with the Installation): * doc/guix.texi (Bootloader Configuration): Update documentation. Andy Wingo
2017-08-23gnu: scripts: Cleanup regarding "gnu system" bootloader devices....* guix/scripts/system.scm (install-bootloader, install): Remove unused "device" argument. (reinstall-bootloader, perform-action): Adapt callers. Andy Wingo
2017-08-23gnu: qemu: Fix CVE-2017-12809....* gnu/packages/virtualization.scm (qemu)[source]: Add patch. * gnu/packages/patches/qemu-CVE-2017-12809.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2017-08-23gnu: openjpeg: Fix CVE-2017-12982....* gnu/packages/image.scm (openjepg)[source]: Add patch. * gnu/packages/patches/openjpeg-CVE-2017-12982.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2017-08-23gnu: python-scikit-learn: Update to 0.19.0....* gnu/packages/python.scm (python-scikit-learn): Update to 0.19.0. Ricardo Wurmus
2017-08-23gnu: xpra: Update to 2.1.1....* gnu/packages/xorg.scm (xpra): Update to 2.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Rutger Helling
2017-08-23gnu: higan: Update to 104....* gnu/packages/games.scm (higan): Update to 104. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Rutger Helling
2017-08-23gnu: retroarch: Update to 1.6.7....* gnu/packages/games.scm (retroarch): Update to 1.6.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Rutger Helling
2017-08-23gnu: id3lib: Remove bundled zlib....* gnu/packages/mp3.scm (id3lib)[source]: Remove bundled zlib. [inputs]: Add zlib. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Thomas Danckaert
2017-08-23tests: Add 'libvirt-service-type' test....* gnu/tests/virtualization.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Christopher Baines
2017-08-23services: Add libvirt services...* gnu/services/virtualization.scm: New file. * doc/guix.texi (Virtualization Services): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Christopher Baines <mail@cbaines.net> Ryan Moe
2017-08-23gnu: libvirt: Wrap with iproute and qemu....libvirtd runs qemu if it's configured to use it, and also uses the ip command. * gnu/packages/virtualization.scm (libvirt)[arguments]: Add wrap-libvirtd phase. Christopher Baines
2017-08-23gnu: Build the shared library for yaml-cpp....* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add -DBUILD_SHARED_LIBS=ON to #:configure-flags. Christopher Baines
2017-08-23services: herd: Actions return a list of results....Fixes a regression introduced in 0642838b2e9ab2bd988dccb64b9e1130006347bf. * gnu/services/herd.scm (invoke-action): Explain that we get a list of results. (current-services): Expect a list of result and use the first one. (unload-service, %load-file, eval-there): Likewise. Ludovic Courtès
2017-08-22gnu: whois: Update to 5.2.18....* gnu/packages/networking.scm (whois): Update to 5.2.18. Marius Bakke
2017-08-22bash completion: Complete files names after 'guix download'....* etc/completion/bash/guix (_guix_complete): When the command is "download", use __guix_complete_file. Marius Bakke
2017-08-22gnu: Add f2fs-tools....* gnu/packages/linux.scm (f2fs-tools): New variable. Marius Bakke
2017-08-22gnu: Add icedtea-web....* gnu/packages/java.scm (icedtea-web): New variable. Marius Bakke
2017-08-22gnu: gnurl: Update to 7.55.1-3....* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> ng0
2017-08-22web: Remove the nginx-service procedure....Now that the service-type has a default value, and configuration record is accessible. * gnu/services/web.scm (nginx-service): Remove procedure. * doc/guix.texi (Web Services): Update and improve NGinx documentation. Christopher Baines
2017-08-22web: Add default-value for the nginx-service-type....* gnu/services/web.scm (nginx-service-type)[default-value]: Use (nginx-configuration). Christopher Baines
2017-08-22web: Export more nginx related procedures, macros and record types....This makes it possible to work with the configuration of the NGinx service programatically. * gnu/services/web.scm (<nginx-configuration>, <nginx-server-configuration>, <nginx-upstream-configuration>, <nginx-location-configuration>, <nginx-named-location-configuration>): Export NGinx related record types. (nginx-configuration-*, nginx-server-configuration-*, nginx-upstream-configuration-*, nginx-location-configuration-*, nginx-named-location-configuration-*): Export NGinx related record procedures. (nginx-configuration): Export NGinx related record macro. Christopher Baines
2017-08-22gnu: r-minimal: Do not compress serialized files....* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase "patch-which" with "do-not-compress-serialized-files". [propagated-inputs]: Move "which" from here... [inputs]: ...to here. Fixes <https://bugs.gnu.org/28157>. Ricardo Wurmus
2017-08-22gnu: Add rmath-standalone....* gnu/packages/statistics.scm (rmath-standalone): New variable. Ricardo Wurmus
2017-08-22gnu: gst-plugins-bad: Build with wayland support....* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland. Efraim Flashner
2017-08-22gnu: libraw: Update to 0.18.2....* gnu/packages/photo.scm (libraw): Update to 0.18.2. [source, home-page]: Use https. Efraim Flashner
2017-08-22gnu: skalibs: Build reproducibly....* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Z. Ren
2017-08-22gnu: libjpeg-turbo: Build reproducibly....* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags. Co-authored-by: Z. Ren <zren@dlut.edu.cn> Ludovic Courtès
2017-08-22gnu: python-netcdf4: Update to 1.2.9....* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9. Thomas Danckaert
2017-08-22gnu: python-h5py: Update to 2.7.0....* gnu/packages/python.scm (python-h5py): Update to 2.7.0. Thomas Danckaert
2017-08-22gnu: terminology: Update to 1.1.0....* gnu/packages/enlightenment.scm (terminology): Update to 1.1.0. [source]: Remove bundled fonts and references to them. [native-inputs]: Add gettext-minimal. Efraim Flashner
2017-08-22gnu: Update emacs-rainbow-mode to 0.13....* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Oleg Pykhalov
2017-08-22gnu: python-internetarchive: Update to 1.7.1....* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Oleg Pykhalov
2017-08-21gnu: python-marshmallow: Update to 3.0.0b3....* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3. Tobias Geerinckx-Rice
2017-08-21gnu: python-pylast: Update to 1.9.0....* gnu/packages/python.scm (python-pylast): Update to 1.9.0. Tobias Geerinckx-Rice
2017-08-21gnu: lollypop: Update to 0.9.244....* gnu/packages/gnome.scm (lollypop): Update to 0.9.244. Tobias Geerinckx-Rice
2017-08-21gnu: gspell: Update to 1.4.2....* gnu/packages/gnome.scm (gspell): Update to 1.4.2. Tobias Geerinckx-Rice
2017-08-21gnu: imagemagick: Update to 6.9.9-9....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9. Marius Bakke
2017-08-21gnu: feh: Update to 2.19.3....* gnu/packages/image-viewers.scm (feh): Update to 2.19.3. Marius Bakke
2017-08-21gnu: perl-net-dns: Update to 1.12....* gnu/packages/networking.scm (perl-net-dns): Update to 1.12. Tobias Geerinckx-Rice
2017-08-21gnu: zstd: Update to 1.3.1....* gnu/packages/compression.scm (zstd): Update to 1.3.1. Tobias Geerinckx-Rice
2017-08-21gnu: openmpi: Configure without vampirtrace....VT is obsoleted by scorep (not currently packaged) and disabling it reduces the closure considerably. * mpi.scm (openmpi)[arguments]: Configure without vampirtrace. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love
2017-08-21gnu: openmpi: Modify configuration to reduce closure....devel-headers are only for building MCA components, produce a large closure and aren't normally packaged. Only the affinity component of mpi-ext is useful. * gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure --with-devel-headers and --enable-mpi-ext=all. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Dave Love
2017-08-21gnu: openmpi: Remove references to compiler pathnames in "_info" programs....This reduces the closure greatly, but note that the Fortran .mod files are gfortran version-specific, so there should probably be development packages for each incompatible version. (The runtime is supposed to be more-or-less version-independent unless the libgfortran soname changes.) There may still be a case for a separate runtime output. * gnu/packages/mpi.scm (openmpi)[arguments]: Add "remove-absolute" phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Dave Love