summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: rust-proc-macro-error-1: Do not skip build.Nicolas Goaziou2020-12-04
| | | | | | * gnu/packages/crates-io.scm (rust-proc-macro-error-1)[arguments]: Do not skip build. Skip tests, tho. Add rust-serde-derive, rust-toml and rust-trybuild to development inputs. Fix some versions in Cargo.toml.
* gnu: rust-system-deps-1: Do not skip build.Nicolas Goaziou2020-12-04
| | | | | | * gnu/packages/crates-io.scm (rust-system-deps-1): Do not skip build. [arguments]: Disable tests. Add rust-itertools as a development input. Add a phase to fix build.
* gnu: rust-strum-0.18: Do not skip build.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-strum-0.18): Do not skip build.
* gnu: rust-strum-macros-0.18: Do not skip build.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-strum-macros-0.18): Do not skip build.
* gnu: rust-proc-macro-error-attr-1: Do not skip build.Nicolas Goaziou2020-12-04
| | | | | * gnu/packages/crates-io.scm (rust-proc-macro-error-attr-1): Do not skip build.
* gnu: rust-gtk-rs-lgpl-docs-0: Update to 0.1.18.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-gtk.scm (rust-gtk-rs-lgpl-docs-0): Update to 0.1.18.
* gnu: rust-syn-1: Update to 1.0.53.Nicolas Goaziou2020-12-04
| | | | | * gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.53. Fix indentation. [description]: Make it a full sentence.
* gnu: Add rust-system-deps-1.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-system-deps-1): New variable.
* gnu: rust-rustdoc-stripper-0.1: Update to 0.1.16.Nicolas Goaziou2020-12-04
| | | | | * gnu/packages/crates-io.scm (rust-rustdoc-stripper-0.1): Update to 0.1.16. Fix indentation.
* gnu: rust-x11-2: Update to 2.18.2.Nicolas Goaziou2020-12-04
| | | | | | | * gnu/packages/crates-graphics.scm (rust-x11-2): Update to 2.18.2. [home-page]: Drop ".git" suffix. [description]: Make it a full sentence. [license]: Update license to expat.
* gnu: rust-anyhow-1.0: Update to 1.0.34.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-anyhow-1.0): Update to 1.0.34.
* gnu: Add rust-strum-0.18.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-strum-0.18): New variable.
* gnu: Add rust-strum-macros-0.18.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-strum-macros-0.18): New variable.
* scripts: substitute: Fix discover option.Mathieu Othacehe2020-12-04
| | | | | | The discover option can be unset or set to "yes/no". Handle both cases. * guix/scripts/substitute.scm (%local-substitute-urls): Fix discover option.
* gnu: Add rust-proc-macro-crate-0.1.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-proc-macro-crate-0.1): New variable.
* gnu: Add rust-proc-macro-error-1.Nicolas Goaziou2020-12-04
| | | | | * gnu/packages/crates-io.scm (rust-proc-macro-error-1): New variable. (rust-proc-macro-error-0.4): inherit from variable above.
* gnu: Add rust-proc-macro-error-attr-1.Nicolas Goaziou2020-12-04
| | | | | * gnu/packages/crates-io.scm (rust-proc-macro-error-attr-1): New variable. (rust-proc-macro-error-attr-0.4): inherit from variable above.
* gnu: rust-thiserror-1: Update to 1.0.22.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.22.
* gnu: rust-thiserror-impl-1.0: Update to 1.0.22.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-thiserror-impl-1.0): Update to 1.0.22.
* tests: pack-relocatable: Ensure commands can run in the current namespace.Paul Garlick2020-12-04
| | | | | | * tests/guix-pack-relocatable (run_without_store): Use subshell to run commands in the current namespace. This avoids shell syntax and parsing errors.
* gnu: Add rust-linkify-0.4.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-linkify-0.4): New variable.
* image: Fix ISO image production.Mathieu Othacehe2020-12-04
| | | | | | | This is a follow-up of 41f27bf8702838f19b1dc5ffee8eec1d4315d4e6. * gnu/system/image.scm (operating-system-for-image): Force "volatile-root?" to true when producing ISO images.
* gnu: rust-hex-0.4: Update to 0.4.2.Nicolas Goaziou2020-12-04
| | | | | * gnu/packages/crates-io.scm (rust-hex-0.4): Update to 0.4.2. Fix indentation.
* gnu: Add rust-open-1.Nicolas Goaziou2020-12-04
| | | | * gnu/packages/crates-io.scm (rust-open-1): New variable.
* gnu: mumi: Update to 0.0.1-3.8c82c8f.Ricardo Wurmus2020-12-04
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-3.8c82c8f.
* import/cran: Do not attempt to generate definitions for failed imports.Ricardo Wurmus2020-12-04
| | | | | * guix/scripts/import/cran.scm (guix-import-cran): Remove failed imports from list of packages to define.
* import/cran: Fix calls to CRAN->GUIX-PACKAGE.Ricardo Wurmus2020-12-04
| | | | | * guix/import/cran.scm (cran->guix-package, latest-bioconductor-release): Invoke CRAN->GUIX-PACKAGE with #:REPO keyword argument.
* gnu: mumi: Update to 0.0.1-3.6fd49e9.Ricardo Wurmus2020-12-04
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-3.6fd49e9.
* gnu: emacs-yasnippet-snippets: Resolve void function error.Maxim Cournoyer2020-12-03
| | | | | | | | | | | | | | | Attempting to use the python-mode snippets shipped with this package would result in a '(void-function yasnippet-snippets--fixed-indent)' error being raised (failing the initialization of other packages such as Elpy). The following change fixes this by not only installing the snippets but also the accompanying Elisp library that allows automatic discovery of the snippets. * gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets)[build-system]: Switch to emacs-build-system. [arguments]: Remove the #:module and #:builder arguments. Add the #:include argument. [description]: Adjust to reflect that it is no longer necessary to manually add the snippets to the yas-snippet-dirs variable.
* gnu: python-pygit2: Update to 1.4.0.Leo Famulari2020-12-03
| | | | * gnu/packages/python-xyz.scm (python-pygit2): Update to 1.4.0.
* gnu: libgit2: Update to 1.1.0Holger Peters2020-12-03
| | | | | | * gnu/packages/version-control.scm (libgit2): Update to 1.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add novena-eeprom.Danny Milosavljevic2020-12-04
| | | | * gnu/packages/admin.scm (novena-eeprom): New variable.
* gnu: geany: Update to 1.37.1.Nicolas Goaziou2020-12-03
| | | | * gnu/packages/text-editors.scm (geany): Update to 1.37.1.
* gnu: scintilla: Update to 4.4.6.Nicolas Goaziou2020-12-03
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 4.4.6.
* gnu: utox: Update home-page and description.Robert Karszniewicz2020-12-03
| | | | | | | | * gnu/packages/messaging.scm (utox): Update home-page and description. [home-page]: Change to GitHub URL. [description]: Fix uTox naming style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: utox: Update to 0.18.0.Robert Karszniewicz2020-12-03
| | | | | | | | Fixes <http://issues.guix.gnu.org/43750>. * gnu/packages/messaging.scm (utox): Update to 0.18.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Give references and examples for services-to-restart.Simon Josefsson2020-12-03
| | | | | | | * doc/guix.texi (Unattended Upgrades): Give references and examples for services-to-restart. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: poetry: Fix a problem with a dependency.Tanguy Le Carrour2020-12-03
| | | | | | | * gnu/packages/python-xyz.scm (poetry)[arguments]: Relax version constraints for python-packaging. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: uBlock Origin: Update to 1.31.2.Marius Bakke2020-12-03
| | | | | * gnu/packages/browser-extensions.scm (uassets): Update to a7e476412. (ublock-origin): Update to 1.31.2.
* gnu: gnutls-dane: Inherit from newer GnuTLS.Marius Bakke2020-12-03
| | | | | | | Fixes <https://bugs.gnu.org/44914>. * gnu/packages/tls.scm (gnutls/dane): Inherit from GNUTLS/FIXED instead of GNUTLS.
* gnu: GnuTLS: Update replacement to 3.6.15 [fixes CVE-2020-24659].Marius Bakke2020-12-03
| | | | | | | | * gnu/packages/tls.scm (gnutls-3.6.14): Rename to ... (gnutls/fixed): ... this. Update to 3.6.15. (gnutls): Adjust for renamed replacement. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Likewise. * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Likewise.
* doc: Correct spelling of 'discover?' .Maxime Devos2020-12-03
| | | | | | * doc/guix.texi (Base Services): Correct spelling of 'discover?'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* linux-container: Correct test for unprivileged user namespace support.Paul Garlick2020-12-03
| | | | | | | | Fixes <https://bugs.gnu.org/31977>. Reported by Paul Garlick <pgarlick@tourbillion-technology.com>. * gnu/build/linux-container.scm (unprivileged-user-namespace-supported?): Return #f when the 'userns-file' does not exist.
* gnu: libmp3splt: Support splitting FLAC files.Martin Becze2020-12-03
| | | | | | * gnu/packages/mp3.scm (libmp3splt)[inputs]: Add flac. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* nls: Update 'fr' translation of the manual.Ludovic Courtès2020-12-03
|
* doc: Tweak wording of 'chicken-build-system' material.Ludovic Courtès2020-12-03
| | | | | * doc/guix.texi (Build Systems): Fix spelling of "CHICKEN". Add xref to its web site. Tweak wording.
* gnu: Added chicken-agrep.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-agrep): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add chicken-srfi-14.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-srfi-14): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add chicken-datatype.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-datatype): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add chicken-iset.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-iset): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>