Age | Commit message (Expand) | Author |
2016-10-31 | gnu: icecat: Fix build with binutils >= 2.26.•••* gnu/packages/patches/icecat-binutils.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (icecat)[source]: Use it.
| Leo Famulari |
2016-10-31 | gnu: virt-manager: Fix build by including 'gtk-update-icon-cache'.•••* gnu/packages/qemu.scm (virt-manager)[native-inputs]: Add gtk+:bin.
| Tobias Geerinckx-Rice |
2016-10-31 | gnu: cups-minimal: Update to 2.2.1.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.2.1.
[source]: Use new https://github.com download URL.
| Tobias Geerinckx-Rice |
2016-10-31 | gnu: borg: Run the tests with python-pytest-2.9.2.•••* gnu/packages/backup.scm (borg)[native-inputs]: Use python-pytest-2.9.2.
| Leo Famulari |
2016-10-31 | gnu: Add python-pytest-2.9.2.•••* gnu/packages/python.scm (python-pytest-2.9.2): New variable.
| Leo Famulari |
2016-10-31 | gnu: cross-libc: Use the correct libc.•••* gnu/packages/cross-base.scm (cross-libc): Use cross-libc-for-target
to determine the correct libc to use.
| Manolis Ragkousis |
2016-10-31 | gnu: ld-wrapper-boot0: Work around strict evaluation of (%current-system).•••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.
| Ludovic Courtès |
2016-10-31 | gnu: shotwell: Fix build by including 'gtk-update-icon-cache'.•••* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add gtk+:bin.
| Leo Famulari |
2016-10-30 | Merge branch 'master' into core-updates | Leo Famulari |
2016-10-30 | gnu: libtiff: Fix CVE-2016-5652.•••* 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.
| Leo Famulari |
2016-10-30 | gnu: guix: Always depend on the development dependencies.•••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 |
2016-10-30 | gnu: emacs-debbugs: Update to 0.11.•••* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.11.
| Ludovic Courtès |
2016-10-30 | system: Record store file system info in each generation.•••* 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>
| Chris Marusich |
2016-10-30 | gnu: Add nethogs.•••* gnu/packages/networking.scm (nethogs): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Arun Isaac |
2016-10-30 | gnu: Add python-imagesize.•••* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Danny Milosavljevic |
2016-10-30 | gnu: python-pyusb: Prettify library substitution.•••* gnu/packages/libusb.scm (python-pyusb)[arguments]: Use srfi-1 to make
the "fix-libusb-reference" phase clearer.
| Ricardo Wurmus |
2016-10-30 | gnu: python-joblib: Disable failing tests.•••* gnu/packages/python.scm (python-joblib)[arguments]: Add phase to
disable failing tests.
| Ricardo Wurmus |
2016-10-30 | gnu: python-joblib: Update to 0.10.3.•••* gnu/packages/python.scm (python-joblib): Update to 0.10.3.
[native-inputs]: Add python-sphinx, python-docutils, python-numpydoc.
| Ricardo Wurmus |
2016-10-30 | gnu: python-waf: Download over https.•••* gnu/packages/python.scm (python-waf)[source]: Use https.
| Efraim Flashner |
2016-10-30 | gnu: samba: Update to 4.5.1.•••* gnu/packages/samba.scm (samba): Update to 4.5.1.
| Efraim Flashner |
2016-10-30 | profiles: manifest-lookup-package: Cosmetic changes.•••* guix/profiles.scm (manifest-lookup-package): Rename variables; use
"string=?" instead of "equal?".
| Ricardo Wurmus |
2016-10-29 | gnu: git: Update to 2.10.2.•••* gnu/packages/version-control.scm (git): Update to 2.10.2.
| Leo Famulari |
2016-10-29 | Merge branch 'master' into core-updates | Leo Famulari |
2016-10-29 | gnu: python-nltk: Disable the test suite.•••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 |
2016-10-29 | gnu: python-pyquery: Add inputs for test suite.•••* gnu/packages/python.scm (python-pyquery,
python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
| Leo Famulari |
2016-10-30 | gnu: dico: Fix test failure.•••* gnu/packages/dico.scm (dico)[source]: Add 'snippet' and 'modules'.
| 宋文武 |
2016-10-29 | gnu: python-graphql-core: Disable the test suite.•••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 |
2016-10-29 | Merge branch 'master' into core-updates | Leo Famulari |
2016-10-29 | gnu: python-pika: Add inputs for test suite.•••* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add
python-pyev, python-tornado.
| Leo Famulari |
2016-10-29 | gnu: Add python-pyev.•••* gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
| Leo Famulari |
2016-10-29 | gnu: python-prompt-toolkit: Disable the test suite.•••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 |
2016-10-29 | gnu: python-publicsuffix2: Disable the test suite.•••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 |
2016-10-29 | gnu: python-pyechonest: Remove package.•••* gnu/packages/music.scm (python-pyechonest): Remove variable.
| Leo Famulari |
2016-10-30 | gnu: Add openocd.•••* gnu/packages/embedded.scm (openocd): New variable.
* gnu/packages/patches/openocd-nrf52.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add the patch.
| Theodoros Foradis |
2016-10-30 | gnu: Add jimtcl.•••* gnu/packages/embedded.scm (jimtcl): New variable.
| David Craven |
2016-10-30 | gnu: Add libjaylink.•••* gnu/packages/embedded.scm (libjaylink): New variable.
| David Craven |
2016-10-30 | gnu: Add hidapi.•••* gnu/packages/libusb.scm (hidapi): New variable.
| Theodoros Foradis |
2016-10-30 | gnu: Add gdb-arm-none-eabi.•••* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
| Theodoros Foradis |
2016-10-30 | gnu: cups-filters: Remove duplicate ‘--with-gs-path=’ flag.•••* gnu/packages/cups.scm (cups-filters)[arguments]: Remove redundant
‘--with-gs-path=’ from #:configure-flags, left over from a botched merge.
| Tobias Geerinckx-Rice |
2016-10-30 | gnu: cups-filters: Update to 1.11.5.•••* gnu/packages/cups.scm (cups-filters): Update to 1.11.5.
[arguments]: Add ‘--with-gs-path=’ to #:configure-flags.
[inputs]: Add mupdf.
| Tobias Geerinckx-Rice |
2016-10-30 | gnu: icecat: Enable gtk3 support.•••* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+.
[arguments]: Use --enable-default-toolkit=cairo-gtk3.
| David Craven |
2016-10-30 | doc: Add information related to network connectivity with qemu.•••* doc/guix.text: Add it.
| David Craven |
2016-10-30 | gnu: sdcc: Enable ucsim.•••* gnu/packages/sdcc.scm (arguments)[configure-flags]: Add --enable-ucsim.
| David Craven |
2016-10-30 | gnu: Add yadifa.•••* gnu/packages/dns.scm (yadifa): New variable.
| Tobias Geerinckx-Rice |
2016-10-30 | gnu: hplip: Update to 3.16.10.•••* gnu/packages/cups.scm (hplip): Update to 3.16.10.
| Tobias Geerinckx-Rice |
2016-10-29 | gnu: plasma-framework: Update to 5.27.0.•••* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0.
| David Craven |
2016-10-29 | gnu: kxmlrpcclient: Update to 5.27.0.•••* gnu/packages/kde-frameworks.scm (kxmlrpcclient): Update to 5.27.0.
| David Craven |
2016-10-29 | gnu: kxmlgui: Update to 5.27.0.•••* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0.
| David Craven |
2016-10-29 | gnu: kwallet: Update to 5.27.0.•••* gnu/packages/kde-frameworks.scm (kwallet): Update to 5.27.0.
| David Craven |
2016-10-29 | gnu: ktextwidgets: Update to 5.27.0.•••* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0.
| David Craven |