summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-31gnu: Add ccid.Marius Bakke
* gnu/packages/security-token.scm (ccid): New variable.
2016-10-31gnu: openocd: Correct license.Ricardo Wurmus
* gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
2016-10-30gnu: libtiff: Fix CVE-2016-5652.Leo Famulari
* 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.
2016-10-30gnu: guix: Always depend on the development dependencies.Ludovic Courtès
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.
2016-10-30gnu: emacs-debbugs: Update to 0.11.Ludovic Courtès
* gnu/packages/emacs.scm (emacs-debbugs): Update to 0.11.
2016-10-30system: Record store file system info in each generation.Chris Marusich
* 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>
2016-10-30gnu: Add nethogs.Arun Isaac
* gnu/packages/networking.scm (nethogs): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-10-30gnu: Add python-imagesize.Danny Milosavljevic
* gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
2016-10-30gnu: python-pyusb: Prettify library substitution.Ricardo Wurmus
* gnu/packages/libusb.scm (python-pyusb)[arguments]: Use srfi-1 to make the "fix-libusb-reference" phase clearer.
2016-10-30gnu: python-waf: Download over https.Efraim Flashner
* gnu/packages/python.scm (python-waf)[source]: Use https.
2016-10-30gnu: samba: Update to 4.5.1.Efraim Flashner
* gnu/packages/samba.scm (samba): Update to 4.5.1.
2016-10-30profiles: manifest-lookup-package: Cosmetic changes.Ricardo Wurmus
* guix/profiles.scm (manifest-lookup-package): Rename variables; use "string=?" instead of "equal?".
2016-10-29gnu: git: Update to 2.10.2.Leo Famulari
* gnu/packages/version-control.scm (git): Update to 2.10.2.
2016-10-29gnu: python-nltk: Disable the test suite.Leo Famulari
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.
2016-10-29gnu: python-pyquery: Add inputs for test suite.Leo Famulari
* gnu/packages/python.scm (python-pyquery, python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
2016-10-29gnu: python-pika: Add inputs for test suite.Leo Famulari
* gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado.
2016-10-29gnu: Add python-pyev.Leo Famulari
* gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
2016-10-29gnu: python-prompt-toolkit: Disable the test suite.Leo Famulari
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.
2016-10-29gnu: python-publicsuffix2: Disable the test suite.Leo Famulari
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.
2016-10-29gnu: python-pyechonest: Remove package.Leo Famulari
* gnu/packages/music.scm (python-pyechonest): Remove variable.
2016-10-30gnu: Add openocd.Theodoros Foradis
* gnu/packages/embedded.scm (openocd): New variable. * gnu/packages/patches/openocd-nrf52.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch.
2016-10-30gnu: Add jimtcl.David Craven
* gnu/packages/embedded.scm (jimtcl): New variable.
2016-10-30gnu: Add libjaylink.David Craven
* gnu/packages/embedded.scm (libjaylink): New variable.
2016-10-30gnu: Add hidapi.Theodoros Foradis
* gnu/packages/libusb.scm (hidapi): New variable.
2016-10-30gnu: Add gdb-arm-none-eabi.Theodoros Foradis
* gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
2016-10-30gnu: icecat: Enable gtk3 support.David Craven
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+. [arguments]: Use --enable-default-toolkit=cairo-gtk3.
2016-10-30doc: Add information related to network connectivity with qemu.David Craven
* doc/guix.text: Add it.
2016-10-30gnu: sdcc: Enable ucsim.David Craven
* gnu/packages/sdcc.scm (arguments)[configure-flags]: Add --enable-ucsim.
2016-10-30gnu: Add yadifa.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (yadifa): New variable.
2016-10-30gnu: hplip: Update to 3.16.10.Tobias Geerinckx-Rice
* gnu/packages/cups.scm (hplip): Update to 3.16.10.
2016-10-29gnu: plasma-framework: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0.
2016-10-29gnu: kxmlrpcclient: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kxmlrpcclient): Update to 5.27.0.
2016-10-29gnu: kxmlgui: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0.
2016-10-29gnu: kwallet: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kwallet): Update to 5.27.0.
2016-10-29gnu: ktextwidgets: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0.
2016-10-29gnu: ktexteditor: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.27.0.
2016-10-29gnu: kservice: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kservice): Update to 5.27.0. [native-inputs]: Add bison and flex-2.6.1.
2016-10-29gnu: krunner: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (krunner): Update to 5.27.0. [arguments]: Return #t.
2016-10-29gnu: kpeople: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kpeople): Update to 5.27.0. [arguments]: Return #t.
2016-10-29gnu: kparts: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kparts): Update to 5.27.0.
2016-10-29gnu: knotifyconfig: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (knotifyconfig): Update to 5.27.0.
2016-10-29gnu: knewstuff: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (knewstuff): Update to 5.27.0. [arguments]: Return #t.
2016-10-29gnu: kio: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kio): Update to 5.27.0. [arguments]: Return #t.
2016-10-29gnu: kinit: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kinit): Update to 5.27.0.
2016-10-29gnu: kiconthemes: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kiconthemes): Update to 5.27.0. [arguments]: Return #t.
2016-10-29gnu: kglobalaccel: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kglobalaccel): Update to 5.27.0. [inputs]: Add kservice.
2016-10-29gnu: kemoticons: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.27.0. [arguments]: Return #t.
2016-10-29gnu: kdesu: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kdesu): Update to 5.27.0.
2016-10-29gnu: kdesignerplugin: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.27.0.
2016-10-29gnu: kded: Update to 5.27.0.David Craven
* gnu/packages/kde-frameworks.scm (kded): Update to 5.27.0.