Commit graph

73222 commits

Author SHA1 Message Date
aecepoglu 5a499ebcfa
gnu: Add rust-serde-repr-0.1.
* gnu/packages/crates-io.scm (rust-serde-repr-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-04 15:48:29 +01:00
aecepoglu e840c7aaf1
gnu: Add rust-jsonrpc-core-14.
* gnu/packages/crates-io.scm (rust-jsonrpc-core-14): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-04 15:48:28 +01:00
aecepoglu e940d98213
gnu: Add rust-enum-primitive-0.1.
* gnu/packages/crates-io.scm (rust-enum-primitive-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-04 15:48:28 +01:00
aecepoglu 302b14e21f
gnu: Add rust-daemonize-0.4.
* gnu/packages/crates-io.scm (rust-daemonize-0.4): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-04 15:48:28 +01:00
aecepoglu e1e077e972
gnu: Add rust-boxfnonce-0.1.
* gnu/packages/crates-io.scm (rust-boxfnonce-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-04 15:48:27 +01:00
Antoine Côté e7195e83c8
gnu: tarlz: Update to 0.19.
* gnu/packages/compression.scm (tarlz): Update to 0.19.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-04 14:33:11 +01:00
Sharlatan Hellseher 80546d54d2
gnu: 3bmd: Update to 0.0.0-2.6fc5759.
* gnu/packages/lisp-xyz.scm (sbcl-3bmd): Update to 0.0.0-2.6fc5759.
  [inputs]: Add alexandria.
  [arguments]: Add extension systems in 'asd-systems'.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-04 14:29:03 +01:00
Sharlatan Hellseher 28b307b09f
gnu: Add cl-origin.
* gnu/packages/lisp-xyz.scm (cl-origin, ecl-origin, sbcl-origin): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-04 14:18:43 +01:00
Sharlatan Hellseher 68608dd412
gnu: Add cl-specialization-store.
* gnu/packages/lisp-xyz.scm (cl-specialization-store,
  ecl-specialization-store, sbcl-specialization-store): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-04 14:07:30 +01:00
Ricardo Wurmus a1b3c6be4c
gnu: Add r-keyring.
* gnu/packages/cran.scm (r-keyring): New variable.
2021-02-04 12:10:23 +01:00
Ricardo Wurmus ac37bd4652
gnu: Add r-scrypt.
* gnu/packages/cran.scm (r-scrypt): New variable.
2021-02-04 12:10:23 +01:00
Ricardo Wurmus 85780c0be5
gnu: Add r-filelock.
* gnu/packages/cran.scm (r-filelock): New variable.
2021-02-04 12:10:22 +01:00
Ricardo Wurmus c3984a1382
gnu: Add r-sodium.
* gnu/packages/cran.scm (r-sodium): New variable.
2021-02-04 12:10:22 +01:00
Ludovic Courtès eae865c134
gnu: guile-cairo: Update to 1.11.2.
* gnu/packages/gtk.scm (guile-cairo): Update to 1.11.2.
[source]: Remove now unnecessary bit from 'snippet'.
2021-02-04 09:40:49 +01:00
Ludovic Courtès d39c626cb9
gnu: guile2.2-picture-language: Use the 2.2 dependencies.
This is a followup to b54b3f5419.

* gnu/packages/guile-xyz.scm (guile2.2-picture-language)[propagated-inputs]:
New field.
2021-02-04 09:39:41 +01:00
Ludovic Courtès 2131aea722
gnu: iproute2: Update to 5.10.0.
* gnu/packages/linux.scm (iproute): Update to 5.1.0.
2021-02-04 09:31:28 +01:00
Ludovic Courtès 29009fdb2d
channels: Consider the current channel commit as authentic.
Fixes <https://bugs.gnu.org/45895>.

When the ~/.cache/guix/authentication is empty, this change allows
authentication to start at the current commit, as shown by 'guix
describe', instead of starting from the introductory commit, which would
take more and more time (there's currently 18K commits per year).

* guix/git-authenticate.scm (authenticate-repository): Add #:authentic-commits.
[authenticated-commits]: Append it.
* guix/channels.scm (authenticate-channel)[authentic-commits]: New
variable.  Pass it to 'authenticate-repository'.
2021-02-04 09:23:39 +01:00
Ludovic Courtès 8ecc265c5c
gnu: guix: Pass the '--with-channel-commit' configure flag.
* gnu/packages/package-management.scm (guix)[arguments]: Add
'--with-channel-commit' to #:configure-flags.
2021-02-04 09:23:39 +01:00
Ludovic Courtès 55daad123e
build: Add '--with-channel-commit' and related configure flags.
Partially fixes <https://bugs.gnu.org/45896>.

* m4/guix.m4 (GUIX_CHANNEL_METADATA): New macro.
* configure.ac: Use it.
* guix/config.scm.in (%channel-metadata): Adjust accordingly.
2021-02-04 09:23:39 +01:00
Ludovic Courtès 316fc2acbb
channels: Record 'guix' channel metadata in (guix config).
Partially fixes <https://bugs.gnu.org/45896>.

* guix/config.scm.in (%channel-metadata): New variable.
* guix/describe.scm (channel-metadata): Use it.
(current-channels): New procedure.
(current-profile-entries): Clarify docstring.
* guix/self.scm (compiled-guix): Add #:channel-metadata and pass it to
'make-config.scm'.
(make-config.scm): Add #:channel-metadata and define '%channel-metadata'
in the generated file.
(guix-derivation): Add #:channel-metadata and pass it to 'compiled-guix'.
* guix/channels.scm (build-from-source): Replace 'name', 'source', and
'commit' parameters with 'instance'.  Pass #:channel-metadata to BUILD.
(build-channel-instance): Adjust accordingly.
* build-aux/build-self.scm (build-program): Add #:channel-metadata
and pass it to 'guix-derivation'.
(build): Add #:channel-metadata and pass it to 'build-program'.
* guix/scripts/describe.scm (display-profile-info): Add optional
'channels' parameter.  Pass it to 'display-profile-content'.
(display-profile-content): Add optional 'channels' parameter and honor
it.  Iterate on CHANNELS rather than on the manifest entries of
PROFILE.
(guix-describe): When PROFILE is #f, call 'current-channels' and pass it
to 'display-profile-info', unless it returns the empty list.
2021-02-04 09:23:39 +01:00
Ludovic Courtès 814ee99da8
store: 'store-path-hash-part' really returns false for invalid file names.
The "store-path-hash-part #f", due to a SRFI-64 bug, was marked as
successful even though 'store-path-hash-part' was throwing an exception.

* guix/store.scm (store-path-hash-part): Really return #f.
2021-02-04 09:23:38 +01:00
Ricardo Wurmus 8e7e414aa9
gnu: beets-next: Add missing input.
* gnu/packages/music.scm (beets-next)[inputs]: Add opusfile.
2021-02-04 04:47:42 +01:00
Leo Famulari 29daa4dfb8
gnu: Remove leftover kernel configurations for linux-libre 5.9.
This is a followup to commit 8727870ff4.

* gnu/packages/aux-files/linux-libre/5.9-arm.conf,
gnu/packages/aux-files/linux-libre/5.9-arm64.conf,
gnu/packages/aux-files/linux-libre/5.9-i686.conf,
gnu/packages/aux-files/linux-libre/5.9-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2021-02-03 19:47:24 -05:00
Oleg Pykhalov cc4e2cb246
gnu: Add emacs-org-appear.
* gnu/packages/emacs-xyz.scm (emacs-org-appear): New variable.
2021-02-04 02:14:00 +03:00
Sharlatan Hellseher 051c127120
gnu: Add cl-radiance.
* gnu/packages/lisp-xyz.scm (cl-radiance, ecl-radiance, sbcl-radiance): New
  variables.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 23:41:09 +01:00
Guillaume Le Vaillant 1b7be882b5
gnu: sbcl-ubiquitous: Also compile ubiquitous-concurrent.
* gnu/packages/lisp-xyz.scm (sbcl-ubiquitous)[arguments]: Add
  ubiquitous-concurrent to 'asd-systems'.
2021-02-03 23:09:15 +01:00
Martin Becze 7bfa0adec7
gnu: Added emacs-geiser-gauche.
* gnu/packages/emacs-xyz.scm (emacs-geiser-gauche): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-03 22:10:50 +01:00
Guillaume Le Vaillant fc5948636b
gnu: qmapshack: Update to 1.15.2.
* gnu/packages/geo.scm (qmapshack): Update to 1.15.2.
2021-02-03 21:27:28 +01:00
Pierre Neidhardt da5118d3f4
gnu: ecl: Update to 21.2.1.
* gnu/packages/lisp.scm (ecl): Update to 21.2.1.
2021-02-03 20:59:14 +01:00
Marius Bakke d3ec50ecf8
gnu: uBlock Origin: Update to 1.33.2.
* gnu/packages/browser-extensions.scm (uassets): Update to 61b43044f.
(ublock-origin): Update to 1.33.2.
2021-02-03 20:35:58 +01:00
Marius Bakke b7377b6ecf
gnu: ungoogled-chromium: Update to 88.0.4324.146-0.d8e821c.
* gnu/packages/chromium.scm (%chromium-version): Set to 88.0.4324.146.
(%ungoogled-revision): Set to d8e821c16212647250ea6d848537e92b1b739f82.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2021-02-03 20:35:58 +01:00
Marius Bakke 6942f5a1b4
gnu: ungoogled-chromium: Remove unused input.
* gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove DBUS-GLIB.
2021-02-03 20:35:58 +01:00
Pierre Neidhardt 1836ebf7c1
gnu: sbcl-serapeum: Update to 20210130.
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20210130.
2021-02-03 20:28:07 +01:00
Raghav Gururajan 86f461d63a
gnu: Add telegram-cli.
* gnu/packages/telegram.scm (telegram-cli): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-03 18:55:02 +01:00
Raghav Gururajan d1e7a01cea
gnu: Add tgl.
* gnu/packages/telegram.scm (tgl): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-03 18:55:02 +01:00
Raghav Gururajan 8b4e893368
gnu: Add tl-parser.
* gnu/packages/telegram.scm (tl-parser): New variable.

Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-02-03 18:55:02 +01:00
Guillaume Le Vaillant 4e902da60c
gnu: libdbi-drivers: Disable tests that get stuck forever.
* gnu/packages/databases.scm (libdbi-drivers)[arguments]: Disable tests.
2021-02-03 18:08:11 +01:00
Florian Pelz 786a8c5803
news: Add ‘de’ translation. 2021-02-03 16:49:59 +00:00
Guillaume Le Vaillant 058d4fc8c5
gnu: sbcl-generic-cl: Don't propagate inputs.
* gnu/packages/lisp-xyz.scm (sbcl-generic-cl)[propagated-inputs]: Remove
  cl-static-dispatch.
  [inputs]: Add sbcl-static-dispatch.
2021-02-03 17:41:39 +01:00
Sharlatan Hellseher 3b4aede54a
gnu: sbcl-static-dispatch: Update to 0.3-1.6243afc.
* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.3-1.6243afc.
  [propagated-inputs]: Remove cl-environment.
  [inputs]: Add sbcl-cl-environment.
  [arguments]: Remove workaround for arrows.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:39 +01:00
Guillaume Le Vaillant 0ee538c2a2
gnu: sbcl-cl-environments: Don't propagate inputs.
* gnu/packages/lisp-xyz.scm (sbcl-cl-environments)[propagated-inputs]: Remove
  cl-alexandria, cl-anaphora, cl-collectors and cl-optima.
  [inputs]: Add sbcl-alexandria, sbcl-anaphora, sbcl-collectors and
  sbcl-optima.
2021-02-03 17:41:39 +01:00
Sharlatan Hellseher cfaa1bec8f
gnu: sbcl-log4cl: Update to 1.1.3-1.8c48d6f.
* gnu/packages/lisp-xyz.scm (sbcl-log4cl): Update to 1.1.3-1.8c48d6f.
  [native-inputs]: Add stefil.
  [arguments]: Enable tests.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:39 +01:00
Sharlatan Hellseher 633e441672
gnu: Add cl-3b-bmfont.
* gnu/package/lisp-xyz.scm (cl-3b-bmfont, ecl-3b-bmfont, sbcl-3b-bmfont): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:39 +01:00
Sharlatan Hellseher 102f668acd
gnu: Add cl-trivial-timeout.
* gnu/packages/lisp-xyz.scm (cl-trivial-timeout, ecl-trivial-timeout,
  sbcl-trivial-timeout): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:39 +01:00
Sharlatan Hellseher 8ff9cc8b9a
gnu: Add cl-printv.
* gnu/packages/lisp-xyz.scm (cl-printv, ecl-printv, sbcl-printv): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:39 +01:00
Sharlatan Hellseher ed39a7c1dc
gnu: Add cl-golden-utils.
* gnu/packages/lisp-xyz.scm (cl-golden-utils, ecl-golden-utils,
  sbcl-golden-utils): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:38 +01:00
Sharlatan Hellseher df484455f4
gnu: Add cl-slug.
* gnu/packages/lisp-xyz.scm (cl-slug, ecl-cl-slug, sbcl-cl-slug): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-02-03 17:41:38 +01:00
Léo Le Bouter 44c98c9979
gnu: Add mingw-w64-tools.
* gnu/packages/mingw.scm (mingw-w64-tools): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-02-03 10:26:22 -05:00
Maxim Cournoyer dc2774549f
gnu: mingw-64: Update to 8.0.0.
* gnu/packages/mingw.scm (mingw-64): Update to 8.0.0.
2021-02-03 10:26:22 -05:00
Léo Le Bouter 88c635d96a
gnu: make-mingw-w64: Use a mirror URI and fix lint errors.
* gnu/package/mingw.scm (make-mingw-w64)[source]: Use a mirror URI.  Wrap
lines 80 columns to fix lint warning.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-02-03 10:26:22 -05:00