summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* graft: Correctly replace references near the end of the scan buffer.Ludovic Courtès2017-08-24
| | | | | | | | | | Fixes <http://bugs.gnu.org/28212>. Reported by Leo Famulari <leo@famulari.name>. * guix/build/graft.scm (replace-store-references): When I >= END, check whether WRITTEN > END and call 'get-bytevector-n!' when it is. * tests/grafts.scm (buffer-size): New variable. ("replace-store-references, <http://bugs.gnu.org/28212>"): New test.
* Revert "graph: Provide access to the package record in the emit functions."Ludovic Courtès2017-08-24
| | | | | | This reverts commit 5d7e8543659874682b618bba799ba7cd6ffce554, which broke 'tests/graph.scm' and broke node types not related to <package> objects, such as '%reference-node-type'.
* gnu: font-mathjax: Move to javascript.scm.Ludovic Courtès2017-08-24
| | | | | | | This avoids cross-module top-level references. * gnu/packages/fonts.scm (font-mathjax): Move to... * gnu/packages/javascript.scm (font-mathjax): ... here. New variable.
* gnu: font-go: Remove reference to 'go-1.4'.Ludovic Courtès2017-08-24
| | | | | | | This avoids circular references at the top level. * gnu/packages/fonts.scm (font-go)[license]: Remove reference to GO-1.4.
* gnu: Add honcho.Stefan Reichör2017-08-24
| | | | | | * gnu/packages/python.scm (python-honcho, python2-honcho): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: maim: Update to 5.4.68.Marius Bakke2017-08-24
| | | | * gnu/packages/xdisorg.scm (maim): Update to 5.4.68.
* gnu: slop: Update to 7.3.49.Marius Bakke2017-08-24
| | | | * gnu/packages/xdisorg.scm (slop): Update to 7.3.49.
* gnu: guile-wm: Update source URL.Ricardo Wurmus2017-08-24
| | | | * gnu/packages/guile-wm.scm (guile-wm)[source]: Use archived URL.
* gnu: libreoffice: Fix icons, enable liblangtag.Thomas Danckaert2017-08-24
| | | | | | | * gnu/packages/libreoffice.scm (libreoffice) [inputs]: Add liblangtag. [arguments]: Correct icon names in .desktop files; copy desktop files & icons for libreoffice-math and libreoffice-startcenter; enable parallel build; enable liblangtag.
* gnu: dovecot: Update to 2.2.32.Tobias Geerinckx-Rice2017-08-24
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.2.32.
* gnu: lollypop: Use pseudo meson build system.Efraim Flashner2017-08-24
| | | | | | | | * 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.
* gnu: libksysguard: Enable more tests (not all working yet).Hartmut Goebel2017-08-24
| | | | | | * gnu/packages/kde.scm (libksysguard)[arguments] <#:phases>'check-setup': Set QT_QPA_PLATFORM=offscreen. <#:phases>'check': Enable all tests except of the failing one.
* gnu: python2-ttystatus: Update to 0.35.Arun Isaac2017-08-24
| | | | * gnu/packages/python.scm (python2-ttystatus): Update to 0.35.
* gnu: cliapp: Update to 1.20170823.Arun Isaac2017-08-24
| | | | * gnu/packages/python.scm (python2-cliapp): Update to 1.20170823.
* gnu: datamash: Update to 1.2.Efraim Flashner2017-08-24
| | | | * gnu/packages/datamash.scm (datamash): Update to 1.2.
* gnu: bootloader: Deprecate "device" field in favor of "target".Andy Wingo2017-08-23
| | | | | | | | | | | | | | | | | | | | | * 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.
* gnu: scripts: Cleanup regarding "gnu system" bootloader devices.Andy Wingo2017-08-23
| | | | | | * guix/scripts/system.scm (install-bootloader, install): Remove unused "device" argument. (reinstall-bootloader, perform-action): Adapt callers.
* gnu: qemu: Fix CVE-2017-12809.Efraim Flashner2017-08-23
| | | | | | * 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.
* gnu: openjpeg: Fix CVE-2017-12982.Efraim Flashner2017-08-23
| | | | | | * 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.
* gnu: python-scikit-learn: Update to 0.19.0.Ricardo Wurmus2017-08-23
| | | | * gnu/packages/python.scm (python-scikit-learn): Update to 0.19.0.
* gnu: xpra: Update to 2.1.1.Rutger Helling2017-08-23
| | | | | | * gnu/packages/xorg.scm (xpra): Update to 2.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: higan: Update to 104.Rutger Helling2017-08-23
| | | | | | * gnu/packages/games.scm (higan): Update to 104. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: retroarch: Update to 1.6.7.Rutger Helling2017-08-23
| | | | | | * gnu/packages/games.scm (retroarch): Update to 1.6.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: id3lib: Remove bundled zlib.Thomas Danckaert2017-08-23
| | | | | | | * gnu/packages/mp3.scm (id3lib)[source]: Remove bundled zlib. [inputs]: Add zlib. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* tests: Add 'libvirt-service-type' test.Christopher Baines2017-08-23
| | | | | * gnu/tests/virtualization.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* services: Add libvirt servicesRyan Moe2017-08-23
| | | | | | | | * 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>
* gnu: libvirt: Wrap with iproute and qemu.Christopher Baines2017-08-23
| | | | | | | 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.
* gnu: Build the shared library for yaml-cpp.Christopher Baines2017-08-23
| | | | | * gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add -DBUILD_SHARED_LIBS=ON to #:configure-flags.
* services: herd: Actions return a list of results.Ludovic Courtès2017-08-23
| | | | | | | | | | 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.
* gnu: whois: Update to 5.2.18.Marius Bakke2017-08-22
| | | | * gnu/packages/networking.scm (whois): Update to 5.2.18.
* bash completion: Complete files names after 'guix download'.Marius Bakke2017-08-22
| | | | | * etc/completion/bash/guix (_guix_complete): When the command is "download", use __guix_complete_file.
* gnu: Add f2fs-tools.Marius Bakke2017-08-22
| | | | * gnu/packages/linux.scm (f2fs-tools): New variable.
* gnu: Add icedtea-web.Marius Bakke2017-08-22
| | | | * gnu/packages/java.scm (icedtea-web): New variable.
* gnu: gnurl: Update to 7.55.1-3.ng02017-08-22
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* web: Remove the nginx-service procedure.Christopher Baines2017-08-22
| | | | | | | | 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.
* web: Add default-value for the nginx-service-type.Christopher Baines2017-08-22
| | | | | * gnu/services/web.scm (nginx-service-type)[default-value]: Use (nginx-configuration).
* web: Export more nginx related procedures, macros and record types.Christopher Baines2017-08-22
| | | | | | | | | | | | | | | 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.
* gnu: r-minimal: Do not compress serialized files.Ricardo Wurmus2017-08-22
| | | | | | | | | * 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>.
* gnu: Add rmath-standalone.Ricardo Wurmus2017-08-22
| | | | * gnu/packages/statistics.scm (rmath-standalone): New variable.
* gnu: gst-plugins-bad: Build with wayland support.Efraim Flashner2017-08-22
| | | | * gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
* gnu: libraw: Update to 0.18.2.Efraim Flashner2017-08-22
| | | | | * gnu/packages/photo.scm (libraw): Update to 0.18.2. [source, home-page]: Use https.
* gnu: skalibs: Build reproducibly.Z. Ren2017-08-22
| | | | | | * gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libjpeg-turbo: Build reproducibly.Ludovic Courtès2017-08-22
| | | | | | * gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags. Co-authored-by: Z. Ren <zren@dlut.edu.cn>
* gnu: python-netcdf4: Update to 1.2.9.Thomas Danckaert2017-08-22
| | | | * gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
* gnu: python-h5py: Update to 2.7.0.Thomas Danckaert2017-08-22
| | | | * gnu/packages/python.scm (python-h5py): Update to 2.7.0.
* gnu: terminology: Update to 1.1.0.Efraim Flashner2017-08-22
| | | | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.1.0. [source]: Remove bundled fonts and references to them. [native-inputs]: Add gettext-minimal.
* gnu: Update emacs-rainbow-mode to 0.13.Oleg Pykhalov2017-08-22
| | | | | | * gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-internetarchive: Update to 1.7.1.Oleg Pykhalov2017-08-22
| | | | | | * gnu/packages/web.scm (python-internetarchive): Update to 1.7.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-marshmallow: Update to 3.0.0b3.Tobias Geerinckx-Rice2017-08-21
| | | | * gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3.
* gnu: python-pylast: Update to 1.9.0.Tobias Geerinckx-Rice2017-08-21
| | | | * gnu/packages/python.scm (python-pylast): Update to 1.9.0.