summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: librecad: Update to 2.1.3.Ricardo Wurmus2016-10-31
| | | | * gnu/packages/engineering.scm (librecad): Update to 2.1.3.
* gnu: imagemagick: Update to 6.9.6-3.Leo Famulari2016-10-31
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-3.
* gnu: Add ghc-gnuplot.Federico Beffa2016-10-31
| | | | * gnu/packages/haskell.scm (ghc-gnuplot): New variable.
* gnu: Add ghc-utility-ht.Federico Beffa2016-10-31
| | | | * gnu/packages/haskell.scm (ghc-utility-ht): New variable.
* gnu: Add ghc-data-access-transformers.Federico Beffa2016-10-31
| | | | * gnu/packages/haskell.scm (ghc-data-access-transformers): New variable.
* gnu: Add ghc-data-accessor.Federico Beffa2016-10-31
| | | | * gnu/packages/haskell.scm (ghc-data-accessor): New variable.
* download: Add Hackage mirrors.Federico Beffa2016-10-31
| | | | * guix/download.scm [%mirrors]: Add Hackage mirrors.
* gnu: geiser-next: Re-introduce it.Federico Beffa2016-10-31
| | | | * gnu/packages/emacs.scm (geiser-next): Re-introduce it.
* gnu: Add chez-scmutils.Federico Beffa2016-10-31
| | | | * gnu/packages/chez.scm (chez-scmutils): New variable.
* gnu: Add chez-mit.Federico Beffa2016-10-31
| | | | * gnu/packages/chez.scm (chez-mit): New variable.
* gnu: haskell-mode: Update to 16.1.Federico Beffa2016-10-31
| | | | | | | * gnu/packages/emacs.scm (haskell-mode): Update to 16.1. [inputs]: Add 'emacs-el-search' and 'emacs-stream'. [propagated-inputs]: Add 'emacs-dash'. [arguments]: Add modules. Adapt 'pre-build' and 'install' phases.
* gnu: Add emacs-el-search.Federico Beffa2016-10-31
| | | | * gnu/packages/emacs.scm (emacs-el-search): New variable.
* gnu: Add emacs-stream.Federico Beffa2016-10-31
| | | | * gnu/packages/emacs.scm (emacs-stream): New varaible.
* gnu: fio: Update to 2.15.Marius Bakke2016-10-31
| | | | * gnu/packages/benchmark.scm (fio): Update to 2.15.
* gnu: Add ccid.Marius Bakke2016-10-31
| | | | * gnu/packages/security-token.scm (ccid): New variable.
* gnu: openocd: Correct license.Ricardo Wurmus2016-10-31
| | | | * gnu/packages/embedded.scm (openocd)[license]: Change to gpl2+.
* gnu: libtiff: Fix CVE-2016-5652.Leo Famulari2016-10-30
| | | | | | * 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.
* gnu: guix: Always depend on the development dependencies.Ludovic Courtès2016-10-30
| | | | | | | | | 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.
* gnu: emacs-debbugs: Update to 0.11.Ludovic Courtès2016-10-30
| | | | * gnu/packages/emacs.scm (emacs-debbugs): Update to 0.11.
* system: Record store file system info in each generation.Chris Marusich2016-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* gnu: Add nethogs.Arun Isaac2016-10-30
| | | | | | * gnu/packages/networking.scm (nethogs): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-imagesize.Danny Milosavljevic2016-10-30
| | | | | | * gnu/packages/python.scm (python-imagesize, python2-imagesize): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-pyusb: Prettify library substitution.Ricardo Wurmus2016-10-30
| | | | | * gnu/packages/libusb.scm (python-pyusb)[arguments]: Use srfi-1 to make the "fix-libusb-reference" phase clearer.
* gnu: python-waf: Download over https.Efraim Flashner2016-10-30
| | | | * gnu/packages/python.scm (python-waf)[source]: Use https.
* gnu: samba: Update to 4.5.1.Efraim Flashner2016-10-30
| | | | * gnu/packages/samba.scm (samba): Update to 4.5.1.
* profiles: manifest-lookup-package: Cosmetic changes.Ricardo Wurmus2016-10-30
| | | | | * guix/profiles.scm (manifest-lookup-package): Rename variables; use "string=?" instead of "equal?".
* gnu: git: Update to 2.10.2.Leo Famulari2016-10-29
| | | | * gnu/packages/version-control.scm (git): Update to 2.10.2.
* gnu: python-nltk: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | 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.
* gnu: python-pyquery: Add inputs for test suite.Leo Famulari2016-10-29
| | | | | * gnu/packages/python.scm (python-pyquery, python2-pyquery)[native-inputs]: Add python-webob and python-webtest.
* gnu: python-pika: Add inputs for test suite.Leo Famulari2016-10-29
| | | | | * gnu/packages/python.scm (python-pika, python2-pika)[native-inputs]: Add python-pyev, python-tornado.
* gnu: Add python-pyev.Leo Famulari2016-10-29
| | | | * gnu/packages/python.scm (python-pyev, python2-pyev): New variables.
* gnu: python-prompt-toolkit: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | 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.
* gnu: python-publicsuffix2: Disable the test suite.Leo Famulari2016-10-29
| | | | | | | | 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.
* gnu: python-pyechonest: Remove package.Leo Famulari2016-10-29
| | | | * gnu/packages/music.scm (python-pyechonest): Remove variable.
* gnu: Add openocd.Theodoros Foradis2016-10-30
| | | | | | * gnu/packages/embedded.scm (openocd): New variable. * gnu/packages/patches/openocd-nrf52.patch: New file. * gnu/local.mk (dist_patch_DATA): Add the patch.
* gnu: Add jimtcl.David Craven2016-10-30
| | | | * gnu/packages/embedded.scm (jimtcl): New variable.
* gnu: Add libjaylink.David Craven2016-10-30
| | | | * gnu/packages/embedded.scm (libjaylink): New variable.
* gnu: Add hidapi.Theodoros Foradis2016-10-30
| | | | * gnu/packages/libusb.scm (hidapi): New variable.
* gnu: Add gdb-arm-none-eabi.Theodoros Foradis2016-10-30
| | | | * gnu/packages/embedded.scm (gdb-arm-none-eabi): New variable.
* gnu: icecat: Enable gtk3 support.David Craven2016-10-30
| | | | | * gnu/packages/gnuzilla.scm (icecat)[inputs]: Add gtk+. [arguments]: Use --enable-default-toolkit=cairo-gtk3.
* doc: Add information related to network connectivity with qemu.David Craven2016-10-30
| | | | * doc/guix.text: Add it.
* gnu: sdcc: Enable ucsim.David Craven2016-10-30
| | | | * gnu/packages/sdcc.scm (arguments)[configure-flags]: Add --enable-ucsim.
* gnu: Add yadifa.Tobias Geerinckx-Rice2016-10-30
| | | | * gnu/packages/dns.scm (yadifa): New variable.
* gnu: hplip: Update to 3.16.10.Tobias Geerinckx-Rice2016-10-30
| | | | * gnu/packages/cups.scm (hplip): Update to 3.16.10.
* gnu: plasma-framework: Update to 5.27.0.David Craven2016-10-29
| | | | * gnu/packages/kde-frameworks.scm (plasma-framework): Update to 5.27.0.
* gnu: kxmlrpcclient: Update to 5.27.0.David Craven2016-10-29
| | | | * gnu/packages/kde-frameworks.scm (kxmlrpcclient): Update to 5.27.0.
* gnu: kxmlgui: Update to 5.27.0.David Craven2016-10-29
| | | | * gnu/packages/kde-frameworks.scm (kxmlgui): Update to 5.27.0.
* gnu: kwallet: Update to 5.27.0.David Craven2016-10-29
| | | | * gnu/packages/kde-frameworks.scm (kwallet): Update to 5.27.0.
* gnu: ktextwidgets: Update to 5.27.0.David Craven2016-10-29
| | | | * gnu/packages/kde-frameworks.scm (ktextwidgets): Update to 5.27.0.
* gnu: ktexteditor: Update to 5.27.0.David Craven2016-10-29
| | | | * gnu/packages/kde-frameworks.scm (ktexteditor): Update to 5.27.0.