Skip to content
Snippets Groups Projects
  1. Sep 26, 2015
    • Paul van der Walt's avatar
      gnu: ncmpcpp: Update to 0.6.7. · dc5f87f4
      Paul van der Walt authored
      * gnu/packages/mpd.scm (ncmpcpp): Update to 0.6.7.
      dc5f87f4
    • Mark H Weaver's avatar
      gnu: qemu: Update to 2.4.0.1. Include fix for CVE-2015-6855. · d2a63366
      Mark H Weaver authored
      * gnu/packages/patches/qemu-CVE-2015-3209.patch,
        gnu/packages/patches/qemu-CVE-2015-4037.patch,
        gnu/packages/patches/qemu-CVE-2015-4103.patch,
        gnu/packages/patches/qemu-CVE-2015-4104.patch,
        gnu/packages/patches/qemu-CVE-2015-4105.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt1.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt2.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt3.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt4.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt5.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt6.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt7.patch,
        gnu/packages/patches/qemu-CVE-2015-4106-pt8.patch,
        gnu/packages/patches/qemu-CVE-2015-5745.patch: Delete files.
      * gnu/packages/patches/qemu-CVE-2015-6855.patch: New file.
      * gnu-system.am (dist_patch_DATA): Add the new patch and delete the old ones.
      * gnu/packages/qemu.scm (qemu-headless): Update to 2.4.0.1.  Add the new patch
        and delete the old ones.
      d2a63366
    • Ludovic Courtès's avatar
      Merge branch 'core-updates' · e1556533
      Ludovic Courtès authored
      e1556533
    • Mathieu Lirzin's avatar
      lint: Improve 'check-texinfo-markup'. · 5d8d8f3b
      Mathieu Lirzin authored
      * guix/scripts/lint.scm (check-description-style): Set 'field' parameter
        when emitting a warning in 'check-texinfo-markup'.  Catch any error
        that may occur in during the 'texi->plain-text' conversion.  This is a
        followup to commit 2748ee3b.
      5d8d8f3b
    • Andreas Enge's avatar
      gnu: ibus: Add input gtk+-3. · 92f1cefb
      Andreas Enge authored
      * gnu/packages/ibus.scm (ibus)[inputs]: Add the required gtk+-3.
      92f1cefb
    • Ludovic Courtès's avatar
      http-client: Backport Guile fix for 'read-chunk-header'. · 15d5ca13
      Ludovic Courtès authored
      Fixes the wrong-type-arg exception initially reported
      at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19976#5>
      by Ricardo Wurmus <rekado@elephly.net>.
      
      * guix/http-client.scm (read-chunk-header): Backport Guile commit 53b8d5f.
      15d5ca13
    • Sou Bunnbu (宋文武)'s avatar
      gnu: Add squashfs-tools. · dd8d6d65
      Sou Bunnbu (宋文武) authored
      * gnu/packages/compression.scm (squashfs-tools): New variable.
      dd8d6d65
  2. Sep 25, 2015
  3. Sep 24, 2015
  4. Sep 23, 2015
    • Mark H Weaver's avatar
      emacs-build-system: Fix 'package-name-version->elpa-name-version'. · a05c0672
      Mark H Weaver authored
      Fixes a regression introduced in b7c7c03e.
      
      * guix/build/emacs-build-system.scm (package-name-version->elpa-name-version):
        Remove unused 'name' binding.  Do not abuse 'strip-store-file-name' to
        remove the "emacs-" prefix, which worked before b7c7c03e but not after.
      a05c0672
    • Alex Kost's avatar
      emacs: Add 'guix-devel-build-package-definition'. · 1a6c4c2f
      Alex Kost authored
      Suggested by Ludovic Courtès <ludo@gnu.org>.
      
      * emacs/guix-guile.el (guix-guile-definition-regexp): New variable.
        (guix-guile-current-definition, guix-guile-boolean): New functions.
      * emacs/guix-devel.el: Require 'guix-base'.
        (guix-devel-repl-processes): New variable.
        (guix-devel-setup-repl, guix-devel-setup-repl-maybe): New functions.
        (guix-devel-build-package-definition): New command.
      * doc/emacs.texi (Emacs Development): Document it.
      1a6c4c2f
    • Alex Kost's avatar
      emacs: Add development utils. · 187f80c6
      Alex Kost authored
      * emacs/guix-guile.el (guix-guile-current-module): New function.
      * emacs/guix-devel.el: New file.
      * emacs.am (ELFILES): Add it.
      * doc/emacs.texi (Emacs Development): New node.
        (Emacs Interface): Add it.
      * doc/contributing.texi (The Perfect Setup): Mention it.
      * doc/guix.texi (Top): Add it.
      * emacs/guix-init.el: Add 'guix-devel-activate-mode-maybe' to
        'scheme-mode-hook'.
      187f80c6
Loading