summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* 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>
* 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.
* 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>
* 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>
* gnu: Add chicken-srfi-69.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-srfi-69): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add chicken-srfi-1.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-srfi-1): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add chicken-test.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken-test): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Use qualified license names in chicken.scm instead of selective import.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken)[license]: Use qualified name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: chicken: Add 'CHICKEN_REPOSITORY_PATH' search path spec.raingloom2020-12-03
| | | | | | * gnu/packages/chicken.scm (chicken)[native-search-paths]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-semver: Switch to Guile 3.0.Ludovic Courtès2020-12-03
| | | | | | * gnu/packages/guile-xyz.scm (guile-semver)[inputs]: Use GUILE-3.0. (guile3.0-semver): Define in terms of 'deprecated-package'. (guile2.2-semver): New variable.
* gnu: sbcl-cl-webkit: Update hash.Pierre Neidhardt2020-12-03
| | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update hash which was forgotten in previous update commit.
* ci: Build novena-barebones-raw-image.Danny Milosavljevic2020-12-03
| | | | * gnu/ci.scm (%guix-system-images): Add novena-barebones-raw-image.
* gnu: sbcl-cl-webkit: Update to 20201203.Pierre Neidhardt2020-12-03
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20201203.
* gnu: lisp-repl-core-dumper: Update to 0.3.0.Pierre Neidhardt2020-12-03
| | | | * gnu/packages/lisp.scm (lisp-repl-core-dumper): Update to 0.3.0.
* images: novena: Replace agetty-service by term-auto.Danny Milosavljevic2020-12-03
| | | | | | * gnu/system/images/novena.scm (novena-barebones-os)[kernel-arguments]: New field. [services]: Remove field.
* images: Add novena-image-type, novena-barebones-raw-image, novena-barebones-os.Danny Milosavljevic2020-12-03
| | | | | * gnu/system/images/novena.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: rust-openssl-0.10: Update to 0.10.30.Nicolas Goaziou2020-12-03
| | | | * gnu/packages/crates-io.scm (rust-openssl-0): Update to 0.10.30.
* gnu: rust-url-2: Update to 2.2.0.Nicolas Goaziou2020-12-03
| | | | | * gnu/packages/crates-io.scm (rust-url-2): Update to 2.2.0. [arguments]: Add `rust-form-url-encoded' to Cargo inputs.
* gnu: Add rust-form-urlencoded-1.Nicolas Goaziou2020-12-03
| | | | * gnu/packages/crates-io.scm (rust-form-urlencoded-1): New variable.
* gnu: monolith: Make description more neutral.Nicolas Goaziou2020-12-03
| | | | * gnu/packages/web.scm (monolith)[description]: Make description more neutral.
* gnu: libsoup: Patch docbook-xml references.Efraim Flashner2020-12-03
| | | | | | * gnu/packages/gnome.scm (libsoup)[arguments]: Add phase to refer to local copy of docbook-xml. [native-inputs]: Add docbook-xml-4.1.2.
* gnu: google-brotli: Update to 1.0.9 (Fixes CVE-2020-8927).Efraim Flashner2020-12-03
| | | | | | * gnu/packages/compression.scm (google-brotli): Update to 1.0.9. [source]: Add snippet to remove unrecognized '-R' flag from pkg-config files.
* gnu: linux-libre 4.4: Update to 4.4.247.Leo Famulari2020-12-02
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.247. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.247.Leo Famulari2020-12-02
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.247. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.210.Leo Famulari2020-12-02
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.210. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.161.Leo Famulari2020-12-02
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.161. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.81.Leo Famulari2020-12-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.81. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.9.12.Leo Famulari2020-12-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.12. (linux-libre-5.9-pristine-source): Update hash.
* gnu: emacs-telega: Update to 0.7.1.Brett Gilio2020-12-02
| | | | * gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.7.1.
* gnu: tdlib: Update to 1.7.0.Brett Gilio2020-12-02
| | | | * gnu/packages/messaging.scm (tdlib): Update to 1.7.0.
* gnu: Add monolith.Nicolas Goaziou2020-12-02
| | | | * gnu/packages/web.scm (monolith): New variable.
* gnu: icedove: Update to 78.5.1 [fixes CVE-2020-26970].Jonathan Brielmaier2020-12-02
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.5.1.
* gnu: snap: Update to 6.3.7.Nicolas Goaziou2020-12-02
| | | | * gnu/packages/education.scm (snap): Update to 6.3.7.
* gnu: rust-base64-0.13: Fix code typo.Nicolas Goaziou2020-12-02
| | | | * gnu/packages/crates-io.scm (rust-base64-0.13): Fix code typo.
* gnu: sequoia: Update to 0.20.0.Hartmut Goebel2020-12-02
| | | | | | | * gnu/packages/sequoia.scm (sequoia): Update to 0.20.0. [cargo-inputs, cargo-development-inputs] Update dependencies. [phases]{unpin-deps}: Adjust path of file to substitute. {adjust-prefix} Rename to {fix-environment} and set another envormnet variable. {keep-SOURCE_DATE_EPOCH}: New phase.