summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-07More module autoload changes.•••This is a followup to 6a7c4636d4dec47eefa03c95da5a1315bd0e0413. * guix/scripts/build.scm: Adjust #:autoload clauses. * guix/scripts/gc.scm: Likewise. Ludovic Courtès
2020-01-07gnu: lapack: Update to 3.9.0.•••* gnu/packages/maths.scm (lapack): Update to 3.9.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2020-01-06gnu: coq-equations: Update to 1.2.1.•••* gnu/packages/coq.scm (coq-equations): Update to 1.2.1. [arguments]: Replace configure phase to run configure shell script. Remove redundant COQLIB. Brett Gilio
2020-01-06gnu: coq-interval: Update to 3.4.1.•••* 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. Brett Gilio
2020-01-06gnu: coq-coquelicot: Truncate home-page.•••* gnu/packages/coq.scm (coq-coquelicot)[home-page]: Truncate home-page. Brett Gilio
2020-01-06gnu: coq-coquelicot: Update to 3.0.3.•••* 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. Brett Gilio
2020-01-06gnu: coq-gappa: Use HTTPS home page URI.•••* gnu/packages/coq.scm (coq-gappa)[home-page]: Use HTTPS URI. Brett Gilio
2020-01-06gnu: coq-gappa: Update to 1.4.2.•••* 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. Brett Gilio
2020-01-06gnu: coq-flocq: Use HTTPS home page URI.•••* gnu/packages/coq.scm (coq-flocq)[home-page]: Use HTTPS URI. Brett Gilio
2020-01-06gnu: coq-flocq: Update to 3.2.0.•••* 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. Brett Gilio
2020-01-06gnu: coq: Reword several comments.•••* gnu/packages/coq.scm (coq): Reword several comments to improve readability. Brett Gilio
2020-01-06gnu: coq: Update to 8.10.2.•••* 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. Brett Gilio
2020-01-06gnu: Add lablgtk3.•••* gnu/packages/ocaml.scm (lablgtk3): New variable. Co-authored-by: Julien Lepiller <julien@lepiller.eu>. Brett Gilio
2020-01-06gnu: Add ocaml-cairo2.•••* gnu/packages/ocaml.scm (ocaml-cairo2): New variable. Co-authored-by: Julien Lepiller <julien@lepiller.eu>. Brett Gilio
2020-01-07gnu: emacs-treemacs: Install icons and scripts.•••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. Oleg Pykhalov
2020-01-06gnu: next: Update to 1.4.0.•••* gnu/packages/web-browsers.scm (next): Update to 1.4.0. Pierre Neidhardt
2020-01-06gnu: supertux: Fix description.•••* gnu/packages/games.scm (supertux)[description]: Remove unnecessary words in GNU Guix. Nicolas Goaziou
2020-01-06gnu: supertux: Update to 0.6.1.•••* gnu/packages/games.scm (supertux): Update to 0.6.1. Nicolas Goaziou
2020-01-06gnu: Add emacs-helm-clojuredocs.•••* gnu/packages/emacs-xyz.scm (emacs-helm-clojuredocs): New variable. Pierre Neidhardt
2020-01-06gnu: Add emacs-edn.•••* gnu/packages/emacs-xyz.scm (emacs-edn): New variable. Pierre Neidhardt
2020-01-06activation: Check whether /proc/sys/kernel/modprobe exists.•••* 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> kanichos@yandex.ru
2020-01-06gnu: python-py3status: Fix patch of file path•••* 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> Jakub Kądziołka
2020-01-06gnu: gnome-characters: Wrap program to provide the necessary Typelib files.•••* 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> kanichos@yandex.ru
2020-01-06gnu: ibus-rime: Record the right file name in "rime.xml".•••* gnu/packages/ibus.scm (ibus-rime)[arguments]: Add 'fix-file-names' phase. Co-authored-by: Ludovic Courtès <ludo@gnu.org> kanichos@yandex.ru
2020-01-06Adjust module autoloads.•••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. Ludovic Courtès
2020-01-06gnu: guix: Ensure the bootstrap binary tarballs aren't GC'd.•••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. Ludovic Courtès
2020-01-06gnu: Add emacs-helm-cider.•••* gnu/packages/emacs-xyz.scm (emacs-helm-cider): New variable. Pierre Neidhardt
2020-01-06gnu: lua-luv: Update to 1.32.0-0.•••* gnu/packages/lua.scm (lua-luv): Update to 1.32.0-0. Efraim Flashner
2020-01-06gnu: lua5.1-sec: Update to 0.9.•••* gnu/packages/lua.scm (lua5.1-sec): Update to 0.9. Efraim Flashner
2020-01-06gnu: lua-filesystem: Update to 1.7.0.2.•••* gnu/packages/lua.scm (lua-filesystem): Update to 1.7.0.2. Efraim Flashner
2020-01-06gnu: make-lua-socket: Don't use unstable tarball.•••* gnu/packages/lua.scm (make-lua-socket)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: lua-lgi: Don't use unstable tarball.•••* gnu/packages/lua.scm (lua-lgi)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: make-lua-sec: Don't use unstable tarball.•••* gnu/packages/lua.scm (make-lua-sec)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: make-lua-filesystem: Don't use unstable tarball.•••* gnu/packages/lua.scm (make-lua-filesystem)[source]: Download using git-fetch. Parameterize commit version. Efraim Flashner
2020-01-06gnu: sdl-mixer: Describe runtime configuration.•••* gnu/packages/sdl.scm (sdl-mixer)[description]: Add information about runtime MIDI playback options. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-06system: linux-container: Recommend guix container.•••* gnu/system/linux-container.scm (container-script)[script]: Recommend using 'guix container' to get a shell inside the running container. Efraim Flashner
2020-01-06gnu: python-anaconda-client: Don't use unstable tarball.•••* gnu/packages/package-management.scm (python-anaconda-client)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: python-conda: Don't use unstable tarball.•••* gnu/packages/package-management.scm (python-conda)[source]: Download using git-fetch. [arguments]: Adjust custom 'remove-failing-tests to make a file writable. Efraim Flashner
2020-01-06gnu: python2-unicodecsv: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python2-unicodecsv)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: python2-numpy@1.8: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python2-numpy-1.8)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: Add emacs-lsp-lua-emmy.•••* gnu/packages/emacs-xyz.scm (emacs-lsp-lua-emmy): New variable. Oleg Pykhalov
2020-01-06gnu: Add emacs-lsp-java.•••* gnu/packages/emacs-xyz.scm (emacs-lsp-java): New variable. Oleg Pykhalov
2020-01-06gnu: Add emacs-treemacs-extra.•••* gnu/packages/emacs-xyz.scm (emacs-treemacs-extra): New variable. Oleg Pykhalov
2020-01-06gnu: Add emacs-treemacs.•••* gnu/packages/emacs-xyz.scm (emacs-treemacs): New variable. Oleg Pykhalov
2020-01-06gnu: Add emacs-pfuture.•••* gnu/packages/emacs-xyz.scm (emacs-pfuture): New variable. Oleg Pykhalov
2020-01-06gnu: swh-plugins: Update home-page to new uri.•••* gnu/packages/audio.scm (swh-plugins)[home-page]: Update to new uri. Oleg Pykhalov
2020-01-06gnu: python-axolotl: Don't use unstable tarball.•••* gnu/packages/python-crypto.scm (python-axolotl)[source]: Download using git-fetch. Efraim Flashner
2020-01-06gnu: perl-net-patricia: Fix build.•••* gnu/packages/networking.scm (perl-net-patricia)[arguments]: Add custom phase to prevent linking with 'nsl'. Efraim Flashner
2020-01-06gnu: perl-ole-storage-lite: Update to 0.20.•••* gnu/packages/perl.scm (perl-ole-storage-lite): Update to 0.20. Efraim Flashner
2020-01-06gnu: python-whatever: Don't use unstable tarball.•••* gnu/packages/python-xyz.scm (python-whatever)[source]: Download using git-fetch. Efraim Flashner