- Oct 31, 2016
-
-
Tobias Geerinckx-Rice authored
* gnu/packages/qemu.scm (virt-manager)[native-inputs]: Add gtk+:bin.
-
Tobias Geerinckx-Rice authored
* gnu/packages/cups.scm (cups-minimal): Update to 2.2.1. [source]: Use new https://github.com download URL.
-
Leo Famulari authored
* gnu/packages/backup.scm (borg)[native-inputs]: Use python-pytest-2.9.2.
-
Leo Famulari authored
* gnu/packages/python.scm (python-pytest-2.9.2): New variable.
-
Manolis Ragkousis authored
* gnu/packages/cross-base.scm (cross-libc): Use cross-libc-for-target to determine the correct libc to use.
-
Ludovic Courtès authored
Reported by Mark H Weaver <mhw@netris.org> Partly fixes <http://bugs.gnu.org/24832>. 'ld-wrapper-boot0' was evaluating strictly instead of lazily, leading to invalid system types. * gnu/packages/base.scm (make-ld-wrapper): Turn #:target into a one-argument procedure. Honor it. * gnu/packages/commencement.scm (ld-wrapper-boot0): Fix 'name' argument to 'make-ld-wrapper'. Make #:target argument a procedure. * gnu/packages/cross-base.scm (cross-gcc): Adjust #:target argument.
-
Leo Famulari authored
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin.
-
- Oct 30, 2016
-
-
Leo Famulari authored
-
Leo Famulari authored
* gnu/packages/patches/libtiff-CVE-2016-5652.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff-fixed)[source]: Use it.
-
Ludovic Courtès authored
Suggested by Chris Marusich <cmmarusich@gmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2016-10/msg00425.html>. * gnu/packages/package-management.scm (guix-0.11.0)[native-inputs]: Add Autoconf, Automake, Gettext, Texinfo, Graphviz, and Help2man. (guix-devel)[native-inputs]: Remove.
-
Ludovic Courtès authored
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.11.
-
Chris Marusich authored
* gnu/system.scm (<boot-parameters>)[store-device, store-mount-point]: New fields. (read-boot-parameters): Initialize them. (operating-system-grub.cfg): Likewise. Remove STORE-FS argument from call to 'grub-configuration-file'. (operating-system-parameters-file): Add 'store' element in 'boot-parameters'. * gnu/system/grub.scm (strip-mount-point): Replace 'store-fs' parameter by 'mount-point'; adjust accordingly. Adjust callers. (<menu-entry>)[device, device-mount-point]: New fields. (eye-candy): Replace 'root-fs' parameter by 'store-device'; add 'store-mount-point'. Use keyword arguments for 'system' and 'port'. (grub-root-search): Remove 'root-fs' by 'device' and adjust accordingly. (grub-configuration-file): Remove 'store-fs' parameter. Adjust accordingly. * guix/scripts/system.scm (previous-grub-entries): Initialize 'device' and 'device-mount-point' fields from PARAMS. * doc/guix.texi (GRUB Configuration): Document 'device' and 'device-mount-point'. Explain that 'linux' can be prefixed by a GRUB device name. Co-authored-by:
Ludovic Courtès <ludo@gnu.org>
-
Arun Isaac authored
* gnu/packages/networking.scm (nethogs): New variable. Signed-off-by:
Leo Famulari <leo@famulari.name>
-
Danny Milosavljevic authored
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. Signed-off-by:
Leo Famulari <leo@famulari.name>
-
Ricardo Wurmus authored
* gnu/packages/libusb.scm (python-pyusb)[arguments]: Use srfi-1 to make the "fix-libusb-reference" phase clearer.
-
Ricardo Wurmus authored
* gnu/packages/python.scm (python-joblib)[arguments]: Add phase to disable failing tests.
-
Ricardo Wurmus authored
* gnu/packages/python.scm (python-joblib): Update to 0.10.3. [native-inputs]: Add python-sphinx, python-docutils, python-numpydoc.
-
Efraim Flashner authored
* gnu/packages/python.scm (python-waf)[source]: Use https.
-
Efraim Flashner authored
* gnu/packages/samba.scm (samba): Update to 4.5.1.
-
Ricardo Wurmus authored
* guix/profiles.scm (manifest-lookup-package): Rename variables; use "string=?" instead of "equal?".
-
Leo Famulari authored
* gnu/packages/version-control.scm (git): Update to 2.10.2.
-
Leo Famulari authored
-
Leo Famulari authored
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-nltk to fail. * gnu/packages/python.scm (python-nltk, python2-nltk)[arguments]: Disable the tests.
-
Leo Famulari authored
* gnu/packages/python.scm (python-pyquery, python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
-
Leo Famulari authored
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-graph-ql to fail. * gnu/packages/python.scm (python-graphql-core, python2-graphql-core)[arguments]: Disable the tests.
-
Leo Famulari authored
-
Leo Famulari authored
* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado.
-
Leo Famulari authored
* gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
-
Leo Famulari authored
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-prompt-toolkit to fail. * gnu/packages/python.scm (python-prompt-toolkit, python2-prompt-toolkit)[arguments]: Disable the tests.
-
Leo Famulari authored
The tests were silently skipped with Python 3.4. With Python 3.5, this caused the build of python-publicsuffix2 to fail. * gnu/packages/python.scm (python-publicsuffix2, python2-publicsuffix2) [arguments]: Disable the tests.
-
Leo Famulari authored
* gnu/packages/music.scm (python-pyechonest): Remove variable.
-
Theodoros Foradis authored
* gnu/packages/embedded.scm (openocd): New variable. * gnu/packages/patches/openocd-nrf52.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch.
-
David Craven authored
* gnu/packages/embedded.scm (jimtcl): New variable.
-
David Craven authored
* gnu/packages/embedded.scm (libjaylink): New variable.
-
Theodoros Foradis authored
* gnu/packages/libusb.scm (hidapi): New variable.
-
Theodoros Foradis authored
* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
-
- Oct 29, 2016
-
-
Tobias Geerinckx-Rice authored
* gnu/packages/cups.scm (cups-filters)[arguments]: Remove redundant ‘--with-gs-path=’ from #:configure-flags, left over from a botched merge.
-
Tobias Geerinckx-Rice authored
* gnu/packages/cups.scm (cups-filters): Update to 1.11.5. [arguments]: Add ‘--with-gs-path=’ to #:configure-flags. [inputs]: Add mupdf.
-
David Craven authored
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+. [arguments]: Use --enable-default-toolkit=cairo-gtk3.
-