summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* download: Honor /etc/ssl/certs when 'SSL_CERT_DIR' is not set.Ludovic Courtès2019-10-21
| | | | | | | * guix/build/download.scm (%x509-certificate-directory): Use "/etc/ssl/certs" as a last resort. This ensures, for instance, that 'guix download' honors system-wide certificates when SSL_CERT_DIR is unset.
* gnu: make-bootstrap: Memoize 'glibc-for-bootstrap'.Ludovic Courtès2019-10-21
| | | | | | | | | | | | | This reduces the graph shown by: guix graph -e '(@@ (gnu packages make-bootstrap) %gcc-static)' from 258 nodes (2398 edges) to 179 nodes (1872 edges). * gnu/packages/make-bootstrap.scm (glibc-for-bootstrap): Turn into an 'mlambdaq'. (package-with-relocatable-glibc, %glibc-stripped): Explicitly pass an argument to 'glibc-for-bootstrap'.
* gnu: Add gens-gs.David Wilson2019-10-21
| | | | * gnu/packages/emulators.scm (gens-gs): New variable.
* gnu: enlightenment: Fix desktop session file creation.Efraim Flashner2019-10-21
| | | | | * gnu/packages/enlightenment.scm (enlightenment)[arguments]: Create wayland session file only when building with wayland support.
* gnu: Add pcsxr.Pierre Neidhardt2019-10-21
| | | | * gnu/packages/emulators.scm (pcsxr): New variable.
* gnu: Add simple-parallel-tasks.Guillaume Le Vaillant2019-10-21
| | | | | * gnu/packages/lisp.scm (cl-simple-parallel-tasks, sbcl-simple-parallel-tasks, ecl-simple-parallel-tasks): New variables.
* gnu: backup: Remove my copyright.Mathieu Othacehe2019-10-21
| | | | | | This is a follow-up of 7757f440449, where my copyright is not needed. * gnu/packages/backup.scm: Remove my copyright.
* gnu: emacs-hierarchy: Enable tests.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-hierarchy): Enable tests.
* gnu: emacs-org-ql: Update to 0.3.2.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.3.2.
* gnu: certbot, python-acme: Update to 0.39.0.Tobias Geerinckx-Rice2019-10-21
| | | | | | * gnu/packages/tls.scm (python-acme): Update to 0.39.0. (certbot)[source]: Update hash. [propagated-inputs]: Add python-distro.
* gnu: Remove snakemake@4.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (snakemake-4): Remove variable.
* gnu: snakemake: Order inputs alphabetically.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (snakemake)[propagated-inputs]: Order.
* gnu: snakemake: Update to 5.7.1.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (snakemake): Update to 5.7.1.
* gnu: bpython: Update to 0.18.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/python-xyz.scm (bpython): Update to 0.18.
* gnu: libdv: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/video.scm (libdv)[source]: Hard-code NAME.
* gnu: arc-theme: Update to 20190917.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/gnome.scm (arc-theme): Update to 20190917.
* gnu: r-colorout: Don't use unstable tarball.Tobias Geerinckx-Rice2019-10-21
| | | | | * gnu/packages/statistics.scm (r-colorout)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: r-colorout: Update to 1.2-2.Tobias Geerinckx-Rice2019-10-21
| | | | * gnu/packages/statistics.scm (r-colorout): Update to 1.2-2.
* gnu: protobuf: Update to 3.10.0.Marius Bakke2019-10-21
| | | | | | | | | | | | * gnu/packages/protobuf.scm (protobuf, python-protobuf): Update to 3.10.0. (protobuf-next, python-protobuf-next): Rename to .... (protobuf-3.6, python-protobuf-3.6): ... this. (protobuf-3.5): New public variable. * gnu/packages/machine-learning.scm (grpc)[native-inputs]: Change from PROTOBUF-NEXT to PROTOBUF. (tensorflow)[native-inputs, propagated-inputs]: Adjust for renamed PROTOBUF-NEXT. * gnu/packages/robotics.scm (aseba)[inputs]: Change from PROTOBUF to PROTOBUF-3.5. * gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
* gnu: protobuf-c: Update to 1.3.2.Marius Bakke2019-10-21
| | | | * gnu/packages/protobuf.scm (protobuf-c): Update to 1.3.2.
* gnu: vte-ng: Update to 0.58.2.a.Marius Bakke2019-10-21
| | | | | | | * gnu/packages/gnome.scm (vte-ng): Update to 0.58.2.a. [build-system]: New field. [arguments]: Set #:configure-flags. Remove #:phases. [native-inputs]: Remove GPERF, AUTOCONF, AUTOMAKE and LIBTOOL.
* gnu: Add lxqt-connman-applet.Reza Alizadeh Majd2019-10-20
| | | | | | * gnu/packages/lxqt.scm (lxqt-connman-applet) New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Avoid now-deprecated 'make-struct'.Ludovic Courtès2019-10-20
| | | | | | | | | | * tests/cve.scm (vulnerability): Use 'make-struct/no-tail' instead of 'make-struct', which is deprecated. * tests/lint.scm ("cve: one vulnerability") ("cve: one patched vulnerability") ("cve: known safe from vulnerability") ("cve: vulnerability fixed in replacement version") ("cve: patched vulnerability in replacement"): Likewise.
* packages: Add "aarch64-linux" to '%hydra-supported-systems'.Ludovic Courtès2019-10-20
| | | | * guix/packages.scm (%hydra-supported-systems): Keep "aarch64-linux".
* gnu: Remove more GCC < 7 workarounds.Marius Bakke2019-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/abiword.scm (abiword)[arguments]: Do not pass "-std=c++11" to the GCC command line. * gnu/packages/aidc.scm (zbar)[arguments]: Likewise. * gnu/packages/android.scm (android-libbase, android-libcutils, android-libziparchive, fastboot)[arguments]: Likewise. * gnu/packages/audio.scm (azr3, guitarix, suil)[arguments]: Likewise. * gnu/packages/bioinformatics.scm (bless)[arguments]: Likewise. * gnu/packages/bittorrent.scm (libtorrent-rasterbar)[arguments]: Likewise. * gnu/packages/code.scm (rtags)[arguments]: Likewise. * gnu/packages/coq.scm (coq-gappa)[arguments]: Likewise. * gnu/packages/emulators.scm (dolphin-emu)[arguments]: Likewise. * gnu/packages/engineering.scm (xyce-serial, xyce-parallel)[arguments]: Likewise. * gnu/packages/gnupg.scm (pinentry-qt)[arguments]: Likewise. * gnu/packages/gobby.scm (libnet6, obby)[arguments]: Likewise. * gnu/packages/graph.scm (python-faiss)[arguments]: Likewise. * gnu/packages/graphics.scm (povray)[arguments]: Likewise. * gnu/packages/image-processing.scm (opencv, itk-snap)[arguments]: Likewise. * gnu/packages/image.scm (freeimage)[arguments]: Likewise. * gnu/packages/kodi.scm (crossguid)[arguments]: Likewise. * gnu/packages/music.scm (amsynth, qmidiarp, qmidiroute, seq24)[arguments]: Likewise. * gnu/packages/pdf.scm (python-poppler-qt5)[arguments]: Likewise. * gnu/packages/sagemath.scm (lcalc)[arguments]: Likewise. * gnu/packages/video.scm (vlc, mlt, v4l-utils)[arguments]: Likewise.
* gnu: xmlsec: Update to 1.2.29.Marius Bakke2019-10-20
| | | | * gnu/packages/xml.scm (xmlsec): Update to 1.2.29.
* gnu: transmission: Update home page.Marius Bakke2019-10-20
| | | | * gnu/packages/bittorrent.scm (transmission)[home-page]: Use HTTPS.
* gnu: dav1d: Fix build on AArch64.Marius Bakke2019-10-20
| | | | | | * gnu/packages/patches/dav1d-aarch64-symbol-alignment.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (dav1d)[source](patches): New field.
* gnu: dav1d: Remove defunct mirror URL.Marius Bakke2019-10-20
| | | | * gnu/packages/video.scm (dav1d)[source](uri): Remove bz2 tarball origin.
* services: xfce: Add xfce4-power-manager to polkit settings.David Wilson2019-10-20
| | | | | | | | * gnu/services/desktop.scm (xfce-desktop-service-type): Add xfce4-power-manager to polkit-service-type service extension via new procedure 'xfce-polkit-settings'. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: Add emacs-ivy-xref.Brian Leung2019-10-20
| | | | * gnu/packages/emacs-xyz.scm (emacs-ivy-xref): New variable.
* gnu: obnam: Remove this package.Mathieu Othacehe2019-10-20
| | | | | | | This package is abandoned and does not build anymore due to dependencies to old versions of python packages such as pylint. * gnu/packages/backup.scm (obnam): Remove variable.
* gnu: kodi: Increase test timeout.Marius Bakke2019-10-20
| | | | | | * gnu/packages/patches/kodi-increase-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kodi.scm (kodi)[source](patches): Add it.
* gnu: notmuch: Update to 0.29.2.Marius Bakke2019-10-20
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.29.2.
* gnu: OpenEXR: Disable failing test on 32-bit systems.Marius Bakke2019-10-20
| | | | | * gnu/packages/graphics.scm (openexr)[arguments]: Patch out one more test. While at it, simplify substitutions, and enable them on 64-bit systems.
* gnu: vc: Update to 1.4.1.Marius Bakke2019-10-20
| | | | | | * gnu/packages/maths.scm (vc): Update to 1.4.1. [native-inputs]: Add VIRTEST and a test data origin. [arguments]: Add phase to copy test data.
* gnu: Add virtest.Marius Bakke2019-10-20
| | | | * gnu/packages/check.scm (virtest): New public variable.
* gnu: libmpeg2: Fix build on armhf-linux.Marius Bakke2019-10-20
| | | | | | | * gnu/packages/patches/libmpeg2-arm-private-symbols.patch, gnu/packages/patches/libmpeg2-global-symbol-test.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/video.scm (libmpeg2)[source](patches): New field.
* gnu: dav1d: Update to 0.5.0.Marius Bakke2019-10-20
| | | | * gnu/packages/video.scm (dav1d): Update to 0.5.0.
* gnu: xapian: Update to 1.4.13.Marius Bakke2019-10-20
| | | | * gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.13.
* gnu: python-verboselogs: Fix build.Mathieu Othacehe2019-10-19
| | | | | | | * gnu/packages/python-xyz.scm (python-verboselogs)[arguments]: Do not run pylint plugin test that depend of an old version of astroid and also remove ..., [native-inputs]: ... python-astroid and python-pylint from here.
* gnu: Add emacs-evil-markdown.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-markdown): New variable.
* gnu: emacs-ibuffer-projectile: Update to 0.2-2.7649621.Brian Leung2019-10-19
| | | | * gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Update to 0.2-2.7649621.
* gnu: python2-pylint: Fix build.Mathieu Othacehe2019-10-19
| | | | | | | | * gnu/packages/check.scm (python2-pylint): Set to 1.7.2 as 2.x branch does not support python2 anymore, [arguments]: move python2 specific hack to run tests from python-pylint to here, [native-inputs]: add python2-futures.
* gnu: python-pylint: Update to 2.3.1.Mathieu Othacehe2019-10-19
| | | | | | * gnu/packages/check.scm (python-pylint): Update to 2.3.1, [source]: switch to git-fetch, [arguments]: remove python2 specific hack to fix unit tests.
* gnu: python2-astroid: Fix build.Mathieu Othacehe2019-10-19
| | | | | * gnu/packages/python-xyz.scm (python2-astroid)[propagated-inputs]: Remove python-typed-ast.
* gnu: python-astroid: Update to 2.3.2.Mathieu Othacehe2019-10-19
| | | | | * gnu/packages/python-xyz.scm (python-astroid): Update to 2.3.2, [propagated-inputs]: add python-typed-ast.
* gnu: python-typed-ast: Update to 1.4.0.Mathieu Othacehe2019-10-19
| | | | | * gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.4.0, [source]: switch to git-fetch.
* gnu: python-lazy-object-proxy: Update to 1.4.2.Mathieu Othacehe2019-10-19
| | | | | * gnu/packages/python-xyz.scm (python-lazy-object-proxy): Update to 1.4.2, [native-inputs]: add python-setuptools-scm.
* gnu: Add python-setuptools-scm-3.3.Mathieu Othacehe2019-10-19
| | | | * gnu/packages/python-xyz.scm (python-setuptools-scm-3.3): New variable.