summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: rust-percent-encoding-2.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-percent-encoding-2.1): Rename to rust-percent-encoding-2.
* gnu: rust-url-1.7: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-url-1.7): Rename to rust-url-1.
* gnu: rust-url-2.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-url-2.1): Rename to rust-url-2.
* gnu: rust-rustc-hash-1.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-rustc-hash-1.1): Rename to rust-rustc-hash-1.
* gnu: rust-crc32fast-1.2: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-crc32fast-1.2): Rename to rust-crc32fast-1.
* gnu: rust-tinytemplate-1.0: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-tinytemplate-1.0): Rename to rust-tinytemplate-1.
* gnu: rust-data-encoding-2.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-data-encoding-2.1): Rename to rust-data-encoding-2.
* gnu: rust-either-1.5: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-either-1.5): Rename to rust-either-1.
* gnu: rust-trybuild-1.0: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-trybuild-1.0): Rename to rust-trybuild-1.
* gnu: rust-thiserror-1.0: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-thiserror-1.0): Rename to rust-thiserror-1.
* gnu: rust-which-3.1: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-which-3.1): Rename to rust-which-3.
* gnu: rust-rustversion-1.0: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-rustversion-1.0): Rename to rust-rustversion-1.
* gnu: rust-colored-1.9: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-colored-1.9): Rename to rust-colored-1.
* gnu: rust-difference-2.0: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-difference-2.0): Rename to rust-difference-2.
* gnu: rust-byteorder-1.3: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-byteorder-1.3): Rename to rust-byteorder-1.
* gnu: rust-rustc-std-workspace-core-1.0: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | | * gnu/packages/crates-io.scm (rust-rustc-std-workspace-core-1.0): Rename to rust-rustc-std-workspace-core-1.
* gnu: rust-lazycell-1.2: Remove minor version from variable name.Arun Isaac2020-10-12
| | | | * gnu/packages/crates-io.scm (rust-lazycell-1.2): Rename to rust-lazycell-1.
* gnu: guix: Update to 1.1.0-30.875c01f.Maxim Cournoyer2020-10-12
| | | | * gnu/packages/package-management.scm (guix): Update to 1.1.0-30.875c01f.
* tests: Mark the channel-instances->manifest as expected to fail.Maxim Cournoyer2020-10-12
| | | | | | | | Allow the Guix package to be updated while awaiting resolution for <https://issues.guix.gnu.org/43940>. * tests/channels.scm (channel-instances->manifest): Mark test as expected to fail.
* gnu: emacs-lua-mode: Update to 20201010.Nicolas Goaziou2020-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-lua-mode): Update to 20201010.
* gnu: emacs-posframe: Update to 0.8.1.Nicolas Goaziou2020-10-11
| | | | * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.1.
* reconfigure: Start services not currently running.Ludovic Courtès2020-10-11
| | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/43720>. Reported by Andreas Enge <andreas@enge.fr>. The bug was introduced in 5c793753b31b1dcd9a554bce953124f7ae88ca9a, which changed the way TO-START is computed: as a function of the running services first, and then as a function of the live services (which includes services not currently running). * guix/scripts/system/reconfigure.scm (running-services): Serialize the 'running' field and return it. (upgrade-shepherd-services): Comput RUNNING. Compute TO-START as the difference between TARGET-SERVICES and RUNNING.
* gnu: rust-parking-lot-core-0.5: Fix building.Efraim Flashner2020-10-11
| | | | | | | | * gnu/packages/crates-io.scm (rust-parking-lot-core-0.5)[arguments]: In cargo-inputs, add rust-backtrace-0.3, rust-cfg-if-0.1, rust-cloudabi-0.0, rust-libc-0.2, rust-petgraph-0.4, rust-rand-0.6, rust-redox-syscall-0.1, rust-smallvec-0.6, rust-thread-id-3.3, rust-winapi-0.3, rust-rustc-version-0.2.
* gnu: rust-parking-lot-core-0.4: Fix building.Efraim Flashner2020-10-11
| | | | | | | * gnu/packages/crates-io.scm (rust-parking-lot-core-0.4)[arguments]: In cargo-inputs, add rust-backtrace-0.3, rust-libc-0.2, rust-petgraph-0.4, rust-rand-0.6, rust-smallvec-0.6, rust-thread-id-3.3, rust-winapi-0.3, rust-rustc-version-0.2.
* gnu: Add rust-dialoguer-0.3.André Batista2020-10-11
| | | | | | * gnu/packages/crates-io.scm (rust-dialoguer-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-dialoguer-0.6.André Batista2020-10-11
| | | | | | * gnu/packages/crates-io.scm (rust-dialoguer-0.6): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-tempfile-2.André Batista2020-10-11
| | | | | | * gnu/packages/crates-io.scm (rust-tempfile-2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: nginx: Allow to pass configure-flags.Oleg Pykhalov2020-10-11
| | | | | * gnu/packages/web.scm (nginx)[arguments]<configure>: Accept '#:configure-flags'.
* Revert "Revert "install: Pass "modprobe.blacklist=radeon".""Florian Pelz2020-10-11
| | | | | | This reverts commit 73ddcab6075f60ef9b3cd72a35fbf7f5d622b6ef. Blacklisting has become necessary again on my AMD machines, else the installer screen stays black.
* gnu: Add buku.Alexandros Theodotou2020-10-10
| | | | | | * gnu/packages/web.scm (buku): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* services: ganeti: Fix typo.Marius Bakke2020-10-10
| | | | * gnu/services/ganeti.scm (ganeti-luxid-service-type)[description]: Fix typo.
* gnu: libvpx: Update to 1.9.0.Marius Bakke2020-10-10
| | | | * gnu/packages/video.scm (libvpx): Update to 1.9.0.
* gnu: drbd-utils: Update to 9.15.0.Marius Bakke2020-10-10
| | | | * gnu/packages/cluster.scm (drbd-utils): Update to 9.15.0.
* gnu: fakeroot: Update to 1.25.1.Marius Bakke2020-10-10
| | | | | | | | | * gnu/packages/linux.scm (fakeroot): Update to 1.25.1. [arguments]: Override the 'bootstrap' phase. Remove obsolete statx workaround. [native-inputs]: Add AUTOCONF, AUTOMAKE, LIBTOOL, GETTEXT-MINIMAL, and PO4A. While at it, move ACL ... [inputs]: ... here, where it belongs according to libfakeroot.la.
* gnu: python-dirsync: Update home page.Marius Bakke2020-10-10
| | | | * gnu/packages/python-xyz.scm (python-dirsync)[home-page]: Follow redirect.
* gnu: python-dirsync: Update to 2.2.5.Marius Bakke2020-10-10
| | | | * gnu/packages/python-xyz.scm (python-dirsync): Update to 2.2.5.
* gnu: python-oauthlib: Update to 3.1.0.Marius Bakke2020-10-10
| | | | * gnu/packages/python-web.scm (python-oauthlib): Update to 3.1.0.
* gnu: python-openid: Update to 3.2.0.Marius Bakke2020-10-10
| | | | * gnu/packages/python-web.scm (python-openid): Update to 3.2.0.
* gnu: Rename 'llvm-download-uri' to 'llvm-uri'.Marius Bakke2020-10-10
| | | | | * gnu/packages/llvm.scm (llvm-download-uri): Rename to ... (llvm-uri): ... this. Adjust callers accordingly.
* gnu: folly: Remove reference to missing patch.Marius Bakke2020-10-10
| | | | | | | | The patch is unnecessary because tests are disabled. This is a follow-up to 5b548a1ee45bb12111af50cf00eb696207e207c5. * gnu/packages/cpp.scm (folly)[source](patches): Remove. * gnu/local.mk (dist_patch_DATA): Remove missing patch.
* gnu: Add folly.Greg Hogan2020-10-10
| | | | | | * gnu/packages/cpp.scm (folly): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add liburing.Greg Hogan2020-10-10
| | | | | | * gnu/packages/linux.scm (liburing): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-nestedtext.Tanguy Le Carrour2020-10-10
| | | | | | * gnu/packages/python-xyz.scm (python-nestedtext): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-inform.Tanguy Le Carrour2020-10-10
| | | | | | * gnu/packages/python-xyz.scm (python-inform): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: beets: Skip failing tests.Tanguy Le Carrour2020-10-10
| | | | | | * gnu/packages/music.scm (beets)[phases]{disable-failing-tests}: New phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gdb: Build with a 32-bit MIG when targeting i586-pc-gnu.Ludovic Courtès2020-10-10
| | | | | | | | | | | Fixes a bug whereby GDB cross-compiled for i586-pc-gnu would be broken: (gdb) r Starting program: /gnu/store/… Handling event, msgid = 72: (ipc/mig) server type check failure * gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: Use MIG/32-BIT instead of MIG.
* gnu: mig: Define 'mig/32-bit'.Ludovic Courtès2020-10-10
| | | | | | * gnu/packages/hurd.scm (mig/32-bit): New variable. (hurd)[native-inputs]: Use it. Previous inline variant would drop the 'patch-non-shebang-references' phase.
* svn-download, hg-download: Use 'report-invoke-error'.Ludovic Courtès2020-10-10
| | | | | | * guix/build/hg.scm (hg-fetch): Use 'report-invoke-error' instead of 'format'. * guix/build/svn.scm (svn-fetch): Likewise.
* gnu: obs: Fix missing icons.Oleg Pykhalov2020-10-10
| | | | | | | | Fixes <https://bugs.gnu.org/43556>. Reported-by: bdju <bdju@tilde.team>. * gnu/packages/video.scm (obs)[arguments]<phases>: Add 'wrap-executable' which fixes missing icons.
* gnu; sudo: Remove 'groff' input when building for the Hurd.Jan (janneke) Nieuwenhuizen2020-10-10
| | | | | * gnu/packages/admin.scm (sudo)[native-inputs]: Remove 'groff' when building for the Hurd.