summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: bitcoin-core: Update to 0.14.2.Marius Bakke2017-06-18
| | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.2.
* gnu: subversion: Don't create 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (subversion)[arguments]: Add "NO_PERLLOCAL=1" to Makefile.PL arguments in "install-perl-bindings" phase.
* gnu: git: Prevent creating 'perllocal.pod'.Marius Bakke2017-06-18
| | | | | * gnu/packages/version-control.scm (git)[arguments]<#:phases>: Rename 'patch-makefile-shebangs' to 'patch-makefiles'. Add substitution.
* gnu: fish-guix: Update home page.Ricardo Wurmus2017-06-18
| | | | * gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
* gnu: propeller-gcc-4: Add cross environment variables patch.Ricardo Wurmus2017-06-18
| | | | | * gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add gcc-cross-environment-variables.patch.
* gnu: Add python-smmap2.Danny Milosavljevic2017-06-18
| | | | * gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
* gnu: Add fping.Stefan Reichör2017-06-18
| | | | * gnu/packages/networking.scm (fping): New variable.
* gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063].Mark H Weaver2017-06-18
| | | | | * gnu/packages/xml.scm (expat)[replacement]: New field. (expat-2.2.1): New variable.
* gnu: linux-libre: Update to 4.11.6.Mark H Weaver2017-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.33.Mark H Weaver2017-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.33.
* gnu: linux-libre@4.4: Update to 4.4.73.Mark H Weaver2017-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.73.
* gnu: gnurl: Update to 7.54.1.ng02017-06-17
| | | | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.54.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* import: pypi: Adjust URIs in tests.Ludovic Courtès2017-06-18
| | | | | | | | This is a followup to d1e7ca2df8c0e0dd601079c77f67ba6828cec08a. * tests/pypi.scm ("pypi->guix-package") ("pypi->guix-package, wheels"): Expect (pypi-uri "foo" version) for the 'uri' field.
* discovery: 'scheme-files' returns '() for a non-accessible directory.Ludovic Courtès2017-06-18
| | | | | | | | | | | | Fixes a regression introduced in d27cc3bfaafe6b5b0831e88afb1c46311d382a0b. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/discovery.scm (scheme-files): Catch 'scandir*' system errors. Return '() and optionally raise a warning upon 'system-error'. * tests/discovery.scm ("scheme-modules, non-existent directory"): New test.
* syscalls: 'opendir*' error message shows the file name.Ludovic Courtès2017-06-18
| | | | | * guix/build/syscalls.scm (opendir*): Add NAME to the 'system-error' message.
* doc: Suggest a QEMU image size large enough for the system examples.Leo Famulari2017-06-17
| | | | | * doc/guix.texi (Installing GuixSD in a Virtual Machine): Increase suggested image size from 5 GB to 50 GB.
* gnu: Add tmuxifier.Stefan Reichoer2017-06-17
| | | | | | * gnu/packages/tmux.scm (tmuxifier): New variable. Signed-off-by: Thomas Danckaert <post@thomasdanckaert.be>
* gnu: r-devtools: Update to 1.13.2.Roel Janssen2017-06-17
| | | | * gnu/packages/statistics.scm (r-devtools): Update to 1.13.2.
* gnu: Add python-apache-libcloud.Danny Milosavljevic2017-06-17
| | | | | * gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud): New variables.
* gnu: font-adobe-source-code-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-adobe-source-code-pro): Switch to font-build-system.
* gnu: font-fira-mono: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-awesome): Switch to font-build-system.
* gnu: font-hack: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-hack): Switch to font-build-system. [source]: Use url-fetch/zipbomb.
* gnu: font-un: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-un): Switch to font-build-system.
* gnu: font-google-roboto: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-google-roboto): Switch to font-build-system.
* gnu: font-anonymous-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-anonymous-pro): Switch to font-build-system.
* gnu: font-tex-gyre: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-tex-gyre): Switch to font-build-system. [source]: Use url-fetch/zipbomb.
* gnu: Add python2-httpretty.Muriithi Frederick Muriuki2017-06-17
| | | | | | * gnu/packages/web.scm (python2-httpretty): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gnome-planner: Correct license.Marius Bakke2017-06-17
| | | | | | This is a followup to d1d739fab0f44408438720c20877d62a280484ae. * gnu/packages/gnome.scm (gnome-planner)[license]: Change GPL2 to GPL2+.
* gnu: kyotocabinet: Disable CPU optimizations.Marius Bakke2017-06-17
| | | | * gnu/packages/databases.scm (kyotocabinet)<#:configure-flags>: Add "--disable-opt".
* gnu: neomutt: Update to 20170609.ng02017-06-17
| | | | | | | | | * gnu/packages/mail.scm (neomutt): Update to 20170609. (arguments)[configure-flags]: Remove 'enable-smtp', 'enable-imap', 'enable-pop', 'enable-nntp' and 'enable-compressed' as they are now enabled by default. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add gnome-planner.Chris Marusich2017-06-17
| | | | | | * gnu/packages/gnome.scm (gnome-planner): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* doc: Clarify comment about QEMU qcow2 file sizes.Leo Famulari2017-06-17
| | | | | * doc/guix.texi (Installing GuixSD in a Virtual Machine): Clarify comment about QEMU's qcow2 virtualized block device file format.
* gnu: ruby-builder: Update to 3.2.3.Ben Woodcroft2017-06-17
| | | | * gnu/packages/ruby.scm (ruby-builder): Update to 3.2.3.
* gnu: mpd: Update to 0.20.9.Leo Famulari2017-06-17
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.20.9.
* gnu: diamond: Update to 0.9.8.Ben Woodcroft2017-06-17
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.8.
* gnu: linux-libre@4.1: Update to 4.1.41.Mark H Weaver2017-06-16
| | | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.41. [source]: Remove patch.
* gnu: gnome-calendar: Update to 3.24.3.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.3.
* Revert "gnu: borg: Update to 1.1.0b5."Tobias Geerinckx-Rice2017-06-16
| | | | | This reverts commit 0b2ff24f9c3e3f689095753a21047c723dd6ca40, which leaked my local testing version.
* doc: Explain how to use the GCC toolchain.Ricardo Wurmus2017-06-16
| | | | * doc/guix.texi (Application Setup): Add subsection "The GCC toolchain".
* gnu: ola: Update to 0.10.4.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/lightning.scm (ola): Update to 0.10.4.
* gnu: leptonica: Update to 1.74.4.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/image.scm (leptonica): Update to 1.74.4.
* gnu: tiled: Update to 1.0.1.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.0.1.
* gnu: cppcheck: Update to 1.79.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/check.scm (cppcheck): Update to 1.79.
* gnu: borg: Update to 1.1.0b5.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/backup.scm (borg): Update to 1.1.0b5.
* gnu: par2cmdline: Update to 0.7.2.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/backup.scm (par2cmdline): Update to 0.7.2.
* gnu: thefuck: Update to 3.18.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/admin.scm (thefuck): Update to 3.18.
* gnu: ansible: Update to 2.3.1.0.Tobias Geerinckx-Rice2017-06-16
| | | | * gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
* gnu: grilo: Add liboauth support.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
* gnu: grilo: Update to 0.3.3.Kei Kebreau2017-06-16
| | | | * gnu/packages/gnome.scm (grilo): Update to 0.3.3.
* store: Add an RPC counter.Ludovic Courtès2017-06-16
| | | | | | | | * guix/store.scm (%rpc-calls): New variable. (show-rpc-profile, record-operation): New procedures. (operation): Add call to 'record-operation'. * guix/ui.scm (run-guix-command): Wrap COMMAND-MAIN in 'dynamic-wind'. Run EXIT-HOOK.