summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: cuirass: Wait for networking.Ludovic Courtès2017-04-05
| | | | | * gnu/services/cuirass.scm (cuirass-shepherd-service): Add 'networking' to 'requirements'.
* build: Export register-root procedure.Chris Marusich2017-04-05
| | | | | | * guix/scripts/build.scm: Export register-root procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: icecat: Use bundled ICU to avoid crashes.Clément Lassieur2017-04-04
| | | | | * gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Temporarily comment out "--with-system-icu".
* gnu: icecat: Re-enable parallel build.Clément Lassieur2017-04-04
| | | | * gnu/packages/gnuzilla.scm (icecat)[arguments]: Re-enable parallel build.
* gnu: python-django: Specify CPE name.Marius Bakke2017-04-04
| | | | | * gnu/packages/django.scm (python-django, python2-django)[properties]: Add "cpe-name".
* gnu: python-django: Update to 1.10.7 [fixes CVE-2017-7233 and CVE-2017-7234].Marius Bakke2017-04-04
| | | | * gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7.
* gnu: gnupg: Update to 2.1.20.Marius Bakke2017-04-04
| | | | | | | * gnu/packages/gnupg.scm (gnupg): Update to 2.1.20. [source]: Remove patch. * gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: python2-cython: Fix build on 32-bit platforms.Marius Bakke2017-04-04
| | | | | | * gnu/packages/python.scm (python-cython, python2-cython)[source]: Add patch. * gnu/packages/patches/python-cython-fix-tests-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: moc: Add Ogg Vorbis support.Mark Meyer2017-04-04
| | | | | | * gnu/packages/music.scm (moc)[inputs]: Add libogg and libvorbis. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add qjackctl.Mark Meyer2017-04-04
| | | | | | * gnu/packages/audio.scm (qjackctl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: glog: Fix name demangling for GCC 5.Ludovic Courtès2017-04-04
| | | | | | * gnu/packages/patches/glog-gcc-5-demangling.patch: New file. * gnu/packages/logging.scm (glog)[sources]: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* utils: Fix handling of shell arguments for xz compression.Leo Famulari2017-04-03
| | | | | | | | | Fixes test failures related to xz compression in tests/utils.scm. This is a followup to commit 63102406f22412bb922de5549deb89d3594a38c0. * guix/utils.scm (decompressed-port, compressed-port, compressed-output-port): Split each shell argument into its own list element.
* gnu: youtube-dl: Update to 2017.04.03.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
* gnu: perl-email-simple: Update to 2.213.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/mail.scm (perl-email-simple): Update to 2.213.
* gnu: perl-email-mime: Update to 1.940.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/mail.scm (perl-email-mime): Update to 1.940.
* gnu: perl-lingua-en-tagger: Update to 0.28.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/language.scm (perl-lingua-en-tagger): Update to 0.28.
* gnu: perl-lingua-en-number-isordinal: Update to 0.05.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/language.scm (perl-lingua-en-number-isordinal): Update to 0.05.
* gnu: perl-lingua-en-inflect-number: Update to 1.12.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/language.scm (perl-lingua-en-inflect-number): Update to 1.12.
* gnu: perl-lingua-en-inflect: Update to 1.901.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/language.scm (perl-lingua-en-inflect): Update to 1.901.
* gnu: perl-lingua-en-findnumber: Update to 1.32.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/language.scm (perl-lingua-en-findnumber): Update to 1.32.
* gnu: perl-db-file: Update to 1.840.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/databases.scm (perl-db-file): Update to 1.840.
* gnu: perl-dbd-sqlite: Update to 1.54.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.54.
* gnu: perl-dbd-pg: Update to 3.5.3.Tobias Geerinckx-Rice2017-04-04
| | | | * gnu/packages/databases.scm (perl-dbd-pg): Update to 3.5.3.
* tests: Adjust search-paths test following the introduction of aarch64.Ludovic Courtès2017-04-04
| | | | | | | | Fixes a regression introduced in 3b88f3767d9f3ad2cc64173525cd53d429bfe7e7. * tests/search-paths.scm ("evaluate-search-paths, separator is #f"): Change the expected result to "aarch64-linux".
* packages: Catch invalid input errors for structs.Ludovic Courtès2017-04-04
| | | | | | | | | Reported by Thomas Sigurdsen <thomas.sigurdsen@gmail.com> at <https://lists.gnu.org/archive/html/help-guix/2017-04/msg00007.html>. * guix/packages.scm (expand-input): Add 'guard' form around call to 'package-source-derivation'. * tests/packages.scm (dummy): New test.
* gexp: 'lower-object' raises an exception when passed an invalid object.Ludovic Courtès2017-04-04
| | | | | | | * guix/gexp.scm (&gexp-error, &gexp-input-error): New error conditions. (lower-object): Raise &gexp-input-error when 'lookup-compiler' returns #f. * tests/gexp.scm ("lower-object & gexp-input-error?"): New test. * guix/ui.scm (call-with-error-handling): Add case for 'gexp-input-error?'.
* gnu: Add python-mando-0.3.1Muriithi Frederick Muriuki2017-04-04
| | | | | | * gnu/packages/python.scm (python-mando-0.3.1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cifs-utils.Thomas Danckaert2017-04-03
| | | | * gnu/packages/samba.scm (cifs-utils): New variable.
* gnu: python-pexpect: Use python-pytest@3.0.Marius Bakke2017-04-03
| | | | | * gnu/packages/python.scm (python-pexpect, python2-pexpect)[native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
* gnu: nss, nss-certs: Update to 3.30.Marius Bakke2017-04-03
| | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.30. * gnu/packages/certs.scm (nss-certs): Update to 3.30. * gnu/packages/patches/nss-increase-test-timeout.patch: Adjust patch context.
* gnu: python-cython: Update to 0.25.2.Marius Bakke2017-04-03
| | | | * gnu/packages/python.scm (python-cython, python2-cython): Update to 0.25.2.
* gnu: audacity: Update to 2.1.3.Kei Kebreau2017-04-03
| | | | | | | | | | * gnu/packages/audacity.scm (audacity): Update to 2.1.3. [source]: Fetch gzipped tar archive instead of a zip archive; remove unnecessary patch. [native-inputs]: Add autoconf, automake and libtool. [arguments]: Add autoreconf phase to detect system libraries. * gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: Delete patch. * gnu/local.mk: Remove reference to removed patch.
* gnu: emacs-elfeed: Enable tests.Arun Isaac2017-04-02
| | | | | | * gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: brdf-explorer: Use HTTPS source URL.Leo Famulari2017-04-02
| | | | * gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
* gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari2017-04-02
| | | | | | | | | * gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
* gnu: jbig2dec: Fix CVE-2016-9601.Leo Famulari2017-04-02
| | | | | | * gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (jbig2dec)[source]: Use it.
* Merge branch 'core-updates'Ludovic Courtès2017-04-03
|\
| * gnu: guile-git: Install .go files to /site-ccache.Ludovic Courtès2017-04-03
| | | | | | | | | | * gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change "/ccache" to "/site-ccache" in Makefile.am.
| * gnu: sddm: Build without greenisland.Marius Bakke2017-04-02
| | | | | | | | | | | | This Wayland compositor is currently abandonware and has known problems. * gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
| * gnu: khmer: Build with gcc-4.Ben Woodcroft2017-04-02
| | | | | | | | * gnu/packages/bioinformatics.scm (khmer)[inputs]: Add gcc-4.9.
| * gnu: rapidjson: Fix building on aarch64.Efraim Flashner2017-03-31
| | | | | | | | | | * gnu/packages/web.scm (rapidjson)[arguments]: Add custom phase for aarch64 to fix -march detection.
| * hydra: Don't build deprecated packages.Ludovic Courtès2017-03-30
| | | | | | | | | | * build-aux/hydra/gnu-system.scm (hydra-jobs): When iterating over the packages, exclude those that match 'package-superseded'.
| * gnu: mlocate: Update URLs.Ludovic Courtès2017-03-30
| | | | | | | | | | * gnu/packages/search.scm (mlocate)[source, home-page]: Change URLs to pagure.{org,io}.
| * gnu: ruby-concurrent: Work around test failure on ARM.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/patches/ruby-concurrent-test-arm.patch: New file. * gnu/packages/ruby.scm (ruby-concurrent)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: guix: Include the aarch64 bootstrap Guile.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/package-management.scm (boot-guile-uri): Add case for aarch64. (guix-0.12.0)[arguments] <copy-bootstrap-guile>: Handle aarch64. [inputs]: Add "boot-guile/aarch64".
| * Merge branch 'master' into core-updatesMarius Bakke2017-03-30
| |\ | | | | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * | gnu: chez-scheme: Fix build failure in 'reset-gzip-timestamps' phase.Marius Bakke2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/chez.scm (chez-scheme)[arguments]: Add 'make-manpages-writable' phase.
| * | gnu: propeller-binutils: Use flex 2.6.1.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace "flex" with "flex-2.6.1".
| * | gnu: discrover: Add missing includes.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (discrover)[arguments]: Add build phase "add-missing-includes" to include "random" headers.
| * | gnu: stringtie: Remove typedef conflict.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (stringtie)[arguments]: Remove conflicting typedef in a new build phase "remove-duplicate-typedef".