summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nls: Update 'zh_CN' translation.Ludovic Courtès2019-05-15
|
* doc: Mention ModemManager.Florian Pelz2019-05-15
| | | | | | * doc/guix.texi (Desktop Services): Mention ModemManager here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* installer: Rename 'auto-partition' to 'auto-partition!'.Ludovic Courtès2019-05-15
| | | | | | | | | | | This is a followup to 7d567af46b4e10ffafb1d0f76b524f5781460598. * gnu/installer/parted.scm (create-adjacent-partitions): Rename to... (create-adjacent-partitions!): ... this. Make private. (auto-partition): Rename to... (auto-partition!): ... this. * gnu/installer/newt/partition.scm (run-partioning-page): Adjust accordingly.
* gnu: Add python-pylzma.Danny Milosavljevic2019-05-15
| | | | | * gnu/packages/python-xyz.scm (python-pylzma): New variable. (python2-pylzma): New variable.
* tests: Skip unreliable "herd invalidate nscd" test.Ludovic Courtès2019-05-15
| | | | | * gnu/tests/base.scm (run-basic-test)["nscd invalidate action, wrong table"]: Skip unconditionally.
* tests: 'getlogin' test creates its file atomically.Ludovic Courtès2019-05-15
| | | | | | | Previously we could end up reading an empty /root/login-id file. * gnu/tests/base.scm (run-basic-test)["getlogin on tty1"]: Create /root/login-id atomically.
* marionette: Add braces to the keystrokes.Ludovic Courtès2019-05-15
| | | | * gnu/build/marionette.scm (%qwerty-us-keystrokes): Add braces.
* installer: Mount ESP once only.Ludovic Courtès2019-05-15
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/35731>. * gnu/installer/newt/partition.scm (run-partioning-page)[run-page]: Introduce 'initial-partitions' variable. Previously we'd call 'disk-partitions' after 'auto-partition' had done its job of creating new partitions, and thus its result would contain the just-created partitions. Consequently, 'create-special-user-partitions' would return the ESP partition we just created, and thus it would appear twice in the list.
* services: Include ModemManager in %desktop-services.Florian Pelz2019-05-15
| | | | | | * gnu/services/desktop.scm (%desktop-services): Add modem-manager-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* import: github: Sort releases before picking the latest one.Arun Isaac2019-05-15
| | | | | * guix/import/github.scm (latest-released-version): Sort releases before picking the first one as the latest.
* import: github: Improve readability.Arun Isaac2019-05-15
| | | | | * guix/import/github.scm (latest-released-version)[release->version]: Separate out release->version as a new function.
* gnu: Update copyright line.Gábor Boskovits2019-05-15
| | | | * gnu/services/monitoring.scm: Update copyright line.
* installer: Increase backtrace verbosity.Mathieu Othacehe2019-05-15
| | | | | * gnu/installer.scm (installer-program): Set terminal-width to 200 to make guile backtraces more verbose.
* gnu: Remove python2-httpretty.Marius Bakke2019-05-15
| | | | | | | | This package is severely out of date compared to its Python 3 counterpart and difficult to upgrade. Since it has no dependents in Guix and Python 2 is officially deprecated by the end of this year, just remove it. * gnu/packages/web.scm (python2-httpretty): Remove variable.
* gnu: vigra, notmuch: Use the Python3 Sphinx variant.Marius Bakke2019-05-15
| | | | | | * gnu/packages/image.scm (vigra)[native-inputs]: Change PYTHON2-SPHINX to PYTHON-SPHINX. * gnu/packages/mail.scm (notmuch)[native-inputs]: Likewise.
* gnu: tbb: Add a source file name.Marius Bakke2019-05-15
| | | | * gnu/packages/tbb.scm (tbb)[source](file-name): New field.
* gnu: tbb: Update to 2019_U6.Marius Bakke2019-05-15
| | | | * gnu/packages/tbb.scm (tbb): Update to 2019_U6.
* gnu: samba: Update to 4.10.3.Marius Bakke2019-05-15
| | | | * gnu/packages/samba.scm (samba): Update to 4.10.3.
* gnu: oniguruma: Update to 6.9.2.Marius Bakke2019-05-15
| | | | * gnu/packages/textutils.scm (oniguruma): Update to 6.9.2.
* gnu: Add ocaml-odoc.gabrielhdt2019-05-14
| | | | | | * gnu/packages/ocaml.scm (ocaml-odoc): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-bisect-ppx.gabrielhdt2019-05-14
| | | | | | * gnu/packages/ocaml.scm (ocaml-bisect-ppx): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-tyxml.gabrielhdt2019-05-14
| | | | | | * gnu/packages/ocaml.scm (ocaml-tyxml): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-markup.gabrielhdt2019-05-14
| | | | | | * gnu/packages/ocaml.scm (ocaml-markup): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: python-requests-oauthlib: Fix building.Julien Lepiller2019-05-14
| | | | | * gnu/packages/python-web.scm (python-requests-oauthlib)[native-inputs]: Add python-pyjwt for tests.
* gnu: certbot, python-acme: Update to 0.34.2.Leo Famulari2019-05-14
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.34.2.
* gnu: ocaml-base64: Update to 3.2.0.Julien Lepiller2019-05-14
| | | | | | | | | * gnu/packages/ocaml.scm (ocaml-base64): Update to 3.2.0. [origin]: Use git-fetch. (ocaml-piqilib)[origin]: Add a patch to fix building with new versions of ocaml-base64. * gnu/packages/patches/ocaml-piqilib-Update-base64.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: ocaml-tsdl: Update to 0.9.6.Julien Lepiller2019-05-14
| | | | * gnu/packages/ocaml.scm (ocaml-tsdl): Update to 0.9.6.
* gnu: ocaml-ocb-stubblr: Fix build failures using it.Julien Lepiller2019-05-14
| | | | | * gnu/packages/ocaml.scm (ocaml-ocb-stubblr)[arguments]: Add a phase to fix guix-specific issues.
* gnu: ocaml-sqlite3: Update to 4.4.1.Julien Lepiller2019-05-14
| | | | | * gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 4.4.1. [origin]: Use git-fetch.
* gnu: dune: Update to 1.9.3.Julien Lepiller2019-05-14
| | | | * gnu/packages/ocaml.scm (dune): Update to 1.9.3.
* installer: Add fat16.Danny Milosavljevic2019-05-14
| | | | * gnu/installer/newt/partition.scm (run-fs-type-page): Add fat16.
* installer: Add btrfs-progs to PATH.Danny Milosavljevic2019-05-14
| | | | * gnu/installer.scm (installer-program): Add btrfs-progs to PATH.
* installer: Reflow run-file-textbox-page text.Mathieu Othacehe2019-05-14
| | | | | | * gnu/installer/newt/page.scm (run-file-textbox-page): Reflow text. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* installer: Fix docstring.Danny Milosavljevic2019-05-14
| | | | * gnu/installer/parted.scm (create-fat32-file-system): Fix docstring.
* installer: Add fat16.Danny Milosavljevic2019-05-14
| | | | | | | * gnu/installer/parted.scm (user-fs-type-name): Add fat16. (user-fs-type->mount-type): Add fat16. (create-fat16-file-system): New procedure. (format-user-partitions): Use it.
* gnu: Add ataqv.Ricardo Wurmus2019-05-14
| | | | * gnu/packages/bioinformatics.scm (ataqv): New variable.
* gnu: burp: Update to 2.3.6.Björn Höfling2019-05-14
| | | | * gnu/packages/backup.scm (burp): Update to 2.3.6.
* gnu: anthy: Update source URI.Björn Höfling2019-05-14
| | | | * gnu/packages/anthy (anthy)[source]: Update URI.
* gnu: jnettop: Use archived source and homepage.Björn Höfling2019-05-14
| | | | | * gnu/packages/admin.scm (jnettop)[source,home-page]: Use archive.org mirror.
* gnu: xdot: Update to 1.1.Björn Höfling2019-05-14
| | | | * gnu/packages/graphviz.scm (xdot): Update to 1.1.
* gnu: font-hermit: Download as 'url-fetch/tarbomb'.Efraim Flashner2019-05-14
| | | | | | * gnu/packages/fonts.scm (font-hermit)[source]: Use 'url-fetch/tarbomb' method. [arguments]: Remove custom phases.
* guix build: Gracefully handle invalid '--with-git-url' specs.Ludovic Courtès2019-05-14
| | | | | * guix/scripts/build.scm (transform-package-source-git-url): Add case for when 'string-split' does not return exactly two elements.
* gnu: Add emacs-evil-cleverparensLaFreniere, Joseph2019-05-14
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-cleverparens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* installer: Allow for arbitrary long passphrases and passwords.Ludovic Courtès2019-05-14
| | | | | | | | | | Fixes <https://bugs.gnu.org/35716>. Reported by sirmacik <sirmacik@wioo.waw.pl>. * gnu/installer/newt/page.scm (run-input-page): Add FLAG-SCROLL to INPUT-FLAGS*. * gnu/installer/newt/user.scm (run-user-add-page): Add FLAG-SCROLL to ENTRY-PASSWORD.
* gnu: Add font-hermitZzull2019-05-14
| | | | | | * gnu/packages/fonts.scm (font-hermit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: munge: Pass '--localstatedir=/var'.Ludovic Courtès2019-05-14
| | | | | | | | | | Previously, Munge users such as Slurm would fail with: squeue: error: Munge encode failed: Failed to access "/gnu/store/…-munge-0.5.13/var/run/munge/munge.socket.2": No such file or directory squeue: error: authentication: Socket communication error * gnu/packages/admin.scm (munge)[source](modules, snippet): New fields. [arguments]: New field.
* services: Add 'network-manager-applet' to %DESKTOP-SERVICES.Ludovic Courtès2019-05-14
| | | | | | | | Fixes <https://bugs.gnu.org/35554>. Reported by Calle Kabo <calle@kabo.nu>. * gnu/services/desktop.scm (%desktop-services): Add 'network-manager-applet' service.
* gnu: hdf5: Add dependency on Perl.Ludovic Courtès2019-05-14
| | | | * gnu/packages/maths.scm (hdf5)[native-inputs]: Add PERL.
* gnu: hdf5: Build a thread-safe library.Ludovic Courtès2019-05-14
| | | | | * gnu/packages/maths.scm (hdf5)[arguments]: Pass "--enable-threadsafe --with-pthread --enable-unsupported".
* gnu: uncrustify: Update to 0.69.0.Pierre Neidhardt2019-05-14
| | | | * gnu/packages/code.scm (uncrustify): Update to 0.69.0.