summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-01-07bootloader: grub: Add gfxmode (resolution) override.Jan Nieuwenhuizen
* gnu/bootloader/grub.scm (<grub-theme>): Add `gfxmode' entry. (eye-candy): Use it. * doc/guix.texi (Bootloader Configuration): Document it.
2020-01-07gnu: Add ghc-pointedlist.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-pointedlist): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-07gnu: Add ghc-pipes.Alexandru-Sergiu Marton
* gnu/packages/haskell-xyz.scm (ghc-pipes): New variable. Signed-off-by: Brett Gilio <brettg@gnu.org>
2020-01-07gnu: coq-stdpp: Reword comment.Brett Gilio
* gnu/packages/coq.scm (coq-stdpp)[arguments]: Reword comment about tests being executed during build phase, to read more fluently.
2020-01-07gnu: coq-stdpp: Update to 1.2.1.Brett Gilio
* gnu/packages/coq.scm (coq-stdpp): Update to 1.2.1. [arguments]: Remove redundant COQLIB variable.
2020-01-07gnu: coq-bignums: Fix comment spacing.Brett Gilio
* gnu/packages/coq.scm (coq-bignums)[arguments]: Fix comment spacing after disabling test phase.
2020-01-07gnu: coq-bignums: Update to 8.10.0.Brett Gilio
* gnu/packages/coq.scm (coq-bignums): Update to 8.10.0.
2020-01-07gnu: appstream-glib: Fix test failure.Marius Bakke
* gnu/packages/patches/appstream-glib-2020.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/glib.scm (appstream-glib)[source](patches): New field.
2020-01-07gnu: libgeotiff: Do not build static library.Marius Bakke
* gnu/packages/geo.scm (libgeotiff)[arguments]: Add "--disable-static" in #:configure-flags.
2020-01-07gnu: libgeotiff: Propagate proj.Marius Bakke
* gnu/packages/geo.scm (libgeotiff)[inputs]: Move PROJ ... [propagated-inputs]: ... here. New field.
2020-01-07gnu: colord: Adjust inputs.Marius Bakke
* gnu/packages/gnome.scm (colord)[native-inputs]: Remove unused LIBTOOL and INTLTOOL. Add previously propagated GETTEXT-MINIMAL.
2020-01-07gnu: ungoogled-chromium: Lower resource limits.Marius Bakke
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Decrease maximum number of open files from 4096 to 2048.
2020-01-07gnu: ungoogled-chromium: Do not set LD_LIBRARY_PATH in wrapper.Marius Bakke
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Add phase 'add-absolute-references'. Don't wrap with LD_LIBRARY_PATH.
2020-01-07gnu: Ceph: Update to 14.2.5.Marius Bakke
This also removes test-specific code to ease the Python 3 transition, and because it is mostly obsolete. * gnu/packages/patches/ceph-detect-rocksdb.patch, gnu/packages/patches/ceph-skip-unittest_blockdev.patch, gnu/packages/patches/ceph-skip-collect-sys-info-test.patch: Delete files. * gnu/packages/patches/ceph-boost-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/storage.scm (ceph): Update to 14.2.5. [source](patches): Adjust as above. [source](snippet): Remove bundled "fmt", "c-ares" and "googletest". [arguments]: Add "-DCMAKE_INSTALL_DATADIR" and "-DWITH_RADOSGW_AMQP_ENDPOINT" and "-DWITH_TESTS" in #:configure-flags; remove "-DWITH_XIO". Remove obsolete substitutions. Don't install 'ceph-disk' and 'ceph-detect-init', which no longer exists. Remove test-specific substitutions and phases. Adjust for Python 2->3 in inputs. [native-inputs]: Remove INETUTILS, JQ, PERL, XMLSTARLET, PYTHON2-CRAM, PYTHON2-VIRTUALENV, PYTHON2-CONFIGOBJ, PYTHON2-COVERAGE, PYTHON2-DISCOVER, PYTHON2-FLAKE8, PYTHON2-MOCK, PYTHON2-NOSE, PYTHON2-PIP, PYTHON2-PYTEST, PYTHON2-SUBUNIT PYTHON2-TESTREPOSITORY, PYTHON2-TESTTOOLS, and PYTHON2-TOX. [inputs]: Change from BOOST to BOOST-WITH-PYTHON3. Remove GPTFDISK, PARTED, PYTHON-2, PYTHON2-SIX, PYTHON2-PRETTYTABLE, and PYTHON-3. Add PYTHON-SIX, PYTHON-PRETTYTABLE, PYTHON-WRAPPER, LIBCAP-NG, LIBNL, NCURSES, and RDMA-CORE.
2020-01-07gnu: rocksdb: Update to 6.5.2.Marius Bakke
* gnu/packages/databases.scm (rocksdb): Update to 6.5.2.
2020-01-07gnu: python-patsy: Update to 0.5.1.Marius Bakke
* gnu/packages/statistics.scm (python-patsy): Update to 0.5.1. [source](uri): Adjust for new archive. [native-inputs]: Remove UNZIP.
2020-01-07gnu: googletest: Update to 1.10.0.Marius Bakke
* gnu/packages/check.scm (googletest): Update to 1.10.0. (googletest-1.8): New public variable. * gnu/packages/audio.scm (cli-visualizer)[inputs]: Change from GOOGLETEST to GOOGLETEST-1.8. * gnu/packages/serialization.scm (msgpack)[native-inputs]: Likewise.
2020-01-07gnu: icecat: Update to 68.4.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2019-17015, CVE-2019-17016, CVE-2019-17017, CVE-2019-17021, CVE-2019-17022, and CVE-2019-17024. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update hash of upstream firefox source tarball, 'upstream-icecat-base-version', and commit and hash of gnuzilla checkout. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to upstream changes.
2020-01-07Merge branch 'staging'Marius Bakke
2020-01-07gnu: vimb: Update to 3.6.0.David Wilson
* gnu/packages/web-browsers.scm (vimb): Update to 3.6.0.
2020-01-07gnu: sdl-mixer: Fix fluidsynth in dependents.Danny Milosavljevic
Fixes <https://bugs.gnu.org/39008>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/sdl.scm (sdl-mixer)[arguments]<#:phases>[fix-fluidsynth]: New phase.
2020-01-07gnu: lapack: Update to 3.9.0.Konrad Hinsen
* gnu/packages/maths.scm (lapack): Update to 3.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-06gnu: coq-equations: Update to 1.2.1.Brett Gilio
* gnu/packages/coq.scm (coq-equations): Update to 1.2.1. [arguments]: Replace configure phase to run configure shell script. Remove redundant COQLIB.
2020-01-06gnu: coq-interval: Update to 3.4.1.Brett Gilio
* gnu/packages/coq.scm (coq-interval): Update to 3.4.1. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake for remake.
2020-01-06gnu: coq-coquelicot: Truncate home-page.Brett Gilio
* gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page.
2020-01-06gnu: coq-coquelicot: Update to 3.0.3.Brett Gilio
* gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake.
2020-01-06gnu: coq-gappa: Use HTTPS home page URI.Brett Gilio
* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI.
2020-01-06gnu: coq-gappa: Update to 1.4.2.Brett Gilio
* gnu/packages/coq.scm (coq-gappa): Update to 1.4.2. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake for remake, as well as campl5 for parsing. [propagated-inputs]: coq-gabba now depends on coq-flocq. [arguments]: Temporarily disable check chase until error resolution is identified.
2020-01-06gnu: coq-flocq: Use HTTPS home page URI.Brett Gilio
* gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI.
2020-01-06gnu: coq-flocq: Update to 3.2.0.Brett Gilio
* gnu/packages/coq.scm (coq-flocq): Update to 3.2.0. [source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf and automake for remake. [arguments]: Add remove-failing-examples phase to work around union error.
2020-01-06gnu: coq: Reword several comments.Brett Gilio
* gnu/packages/coq.scm (coq): Reword several comments to improve readability.
2020-01-06gnu: coq: Update to 8.10.2.Brett Gilio
* gnu/packages/coq.scm (coq): Update to 8.10.2. [inputs]: Replace lablgtk with lablgtk3. [arguments]: Remove remove-lablgtk-references phase, as it no longer appears to be necessary.
2020-01-06gnu: Add lablgtk3.Brett Gilio
* gnu/packages/ocaml.scm (lablgtk3): New variable. Co-authored-by: Julien Lepiller <julien@lepiller.eu>.
2020-01-06gnu: Add ocaml-cairo2.Brett Gilio
* gnu/packages/ocaml.scm (ocaml-cairo2): New variable. Co-authored-by: Julien Lepiller <julien@lepiller.eu>.
2020-01-07gnu: emacs-treemacs: Install icons and scripts.Oleg Pykhalov
Reported by Christopher Howard <christopher@alaskasi.com>. * gnu/packages/emacs-xyz.scm (emacs-treemacs)[inputs]: Add 'python'. [arguments]: Add 'patch-paths' and 'install-data' phases.
2020-01-06gnu: next: Update to 1.4.0.Pierre Neidhardt
* gnu/packages/web-browsers.scm (next): Update to 1.4.0.
2020-01-06gnu: supertux: Fix description.Nicolas Goaziou
* gnu/packages/games.scm (supertux)[description]: Remove unnecessary words in GNU Guix.
2020-01-06gnu: supertux: Update to 0.6.1.Nicolas Goaziou
* gnu/packages/games.scm (supertux): Update to 0.6.1.
2020-01-06gnu: Add emacs-helm-clojuredocs.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-clojuredocs): New variable.
2020-01-06gnu: Add emacs-edn.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-edn): New variable.
2020-01-06activation: Check whether /proc/sys/kernel/modprobe exists.kanichos@yandex.ru
* gnu/build/activation.scm (activate-modprobe): Check whether /proc/sys/kernel/modprobe exists before writing to it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-01-06gnu: python-py3status: Fix patch of file pathJakub Kądziołka
* gnu/packages/python-xyz.scm (python-py3status): Fix patch of file path. [arguments]: Replace single-quotes with double-quotes so that the regex matches again. The "replace-with" value is not changed as it's not necessary and would introduce escaping noise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-01-06gnu: gnome-characters: Wrap program to provide the necessary Typelib files.kanichos@yandex.ru
* gnu/packages/gnome.scm (gnome-characters)[arguments]: Add #:phases with a 'wrap' phase. [inputs]: Add GNOME-DESKTOP. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-01-06gnu: ibus-rime: Record the right file name in "rime.xml".kanichos@yandex.ru
* gnu/packages/ibus.scm (ibus-rime)[arguments]: Add 'fix-file-names' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-01-06Adjust module autoloads.Ludovic Courtès
In Guile < 2.9.7, autoloading a module would give you access to all its bindings. In future versions, autoloading a module gives access only to the listed bindings, as per #:select (see <https://bugs.gnu.org/38895>). This commit adjusts autoloads to the new semantics, allowing Guix to be built with Guile 2.9.7/2.9.8. * guix/build/download.scm <top level>: Remove call to 'module-autoload!'. (load-gnutls): New procedure. (tls-wrap): Call it. * guix/git.scm <top level>: Remove call to 'module-autoload!'. (load-git-submodules): New procedure. (update-submodules): Call it instead of 'resolve-interface'. * gnu/bootloader/grub.scm: Replace #:autoload with #:use-module. * gnu/packages.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/tex.scm: Likewise. * gnu/services/cuirass.scm: Likewise. * gnu/services/mcron.scm: Likewise. * guix/lint.scm: Augment list of bindings in #:autoload. * guix/scripts/build.scm: Likewise. * guix/scripts/gc.scm: Likewise. * guix/scripts/pack.scm: Likewise. * guix/scripts/publish.scm: Likewise. * guix/scripts/pull.scm: Likewise. * guix/utils.scm: Remove unnecessary #:autoload clauses; replace one of them with #:use-module.
2020-01-06gnu: guix: Ensure the bootstrap binary tarballs aren't GC'd.Ludovic Courtès
Previously, they could be GC'd by 'tests/guix-gc.sh' for instance, and thus lacking by the time 'tests/guix-daemon.sh' runs, thereby leading to a test failure. Reported by Gábor Boskovits. * gnu/packages/package-management.scm (guix)[arguments]: In 'copy-bootstrap-guile' phase, change 'intern' to register a GC root.
2020-01-06gnu: Add emacs-helm-cider.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-helm-cider): New variable.
2020-01-06gnu: lua-luv: Update to 1.32.0-0.Efraim Flashner
* gnu/packages/lua.scm (lua-luv): Update to 1.32.0-0.
2020-01-06gnu: lua5.1-sec: Update to 0.9.Efraim Flashner
* gnu/packages/lua.scm (lua5.1-sec): Update to 0.9.
2020-01-06gnu: lua-filesystem: Update to 1.7.0.2.Efraim Flashner
* gnu/packages/lua.scm (lua-filesystem): Update to 1.7.0.2.