Commit graph

73204 commits

Author SHA1 Message Date
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
Ludovic Courtès 3d433441b1
gnu: guile-charting: Update to commit 75f755b.
* gnu/packages/plotutils.scm (guile-charting): Update to commit 75f755b.
[source]: Remove 'snippet' and 'modules'.  Switch to 'git-fetch'.
[native-inputs]: Add AUTOCONF, AUTOMAKE, and TEXINFO.
2021-02-03 12:41:29 +01:00
zimoun f0a1a55c66
ui: Add hint for command typo.
* guix/ui.scm (command-hint): New variable
(run-guix-command): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-02-03 12:41:29 +01:00
zimoun 0df4d5aa04
guix: scripts: Add hint for option typo.
* guix/scripts.scm (option-hint): New procedure.
(parse-command-line): Add 'option-hint'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-03 12:41:28 +01:00
zimoun 9505b54a4f
utils: Add string distance.
* guix/utils.scm (string-distance): New procedure.
(string-closest): New procedure.
* tests/utils.scm ("string-distance", "string-closest"): New tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-02-03 12:41:28 +01:00
Ludovic Courtès e55f1ac777
gnu: haunt: Switch to 'guile-3.0-latest'.
* gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST
instead of GUILE-3.0.
2021-02-03 12:41:28 +01:00
Ricardo Wurmus 825ea91476
gnu: emacs-slack: Update to 0.0.2-9.1f6a40f.
* gnu/packages/emacs-xyz.scm (emacs-slack): Update to 0.0.2-9.1f6a40f.
2021-02-03 09:55:17 +01:00
Efraim Flashner 63cf277bfa
gnu: Add tootle.
* gnu/packages/mastodon.scm (tootle): New variable.
2021-02-03 10:14:53 +02:00
nixo 1b3dcb3dd2
gnu: font-juliamono: Update to 0.031.
* gnu/packages/fonts.scm (font-juliamono): Update to 0.031.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-02-02 18:02:45 -05:00
Antoine Côté d65a25c9a2
gnu: Add font-space-grotesk.
* gnu/packages/fonts.scm (font-space-grotesk): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-02-02 22:55:01 +01:00
Nicolas Goaziou c1e7ae444a
gnu: emacs-elfeed: Update to 3.4.0.
* gnu/packages/emacs-xyz.scm (emacs-elfeed): Update to 3.4.0.
2021-02-02 22:51:31 +01:00
Ricardo Wurmus 95aca2991b
gnu: guix: Update to 1.2.0-12.dffc918.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-12.dffc918.
2021-02-02 22:39:11 +01:00
Ricardo Wurmus dffc918af6
gnu: Add beets-next.
* gnu/packages/music.scm (beets-next): New variable.
2021-02-02 22:02:23 +01:00
Ricardo Wurmus 4532a1575b
gnu: Add python-reflink.
* gnu/packages/python-xyz.scm (python-reflink): New variable.
2021-02-02 22:02:22 +01:00
Ricardo Wurmus e07f60274b
gnu: Add python-confuse.
* gnu/packages/python-xyz.scm (python-confuse): New variable.
2021-02-02 22:02:22 +01:00
Ricardo Wurmus 5058090ed4
gnu: Add python-mediafile.
* gnu/packages/music.scm (python-mediafile): New variable.
* gnu/packages/patches/python-mediafile-wavpack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-02-02 22:02:22 +01:00
Christopher Baines 2d518f7eb5
guix: narinfo: Export narinfo-contents.
As this is useful if you want to work with narinfo signatures outside of Guix,
in the Guix Data Service for example.

* guix/narinfo.scm: Export narinfo-contents.
2021-02-02 19:29:52 +00:00
Christopher Baines 5fc40f7478
gnu: plover: Update to 4.0.0.dev8.
This moves from Python 2 to Python 3. This is a dev release, but from nearly 2
years ago.

Backing up your plover.cfg is advised by the release notes when upgrading from
version 3 to 4.

* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev8.
[arguments]: Remove.
[native-inputs]: Switch to Python 3 package variants.
[inputs]: Switch to Python 3 package variants, and add python-pyqt.
2021-02-02 19:29:52 +00:00
Christopher Baines eee86c6e5b
gnu: python-xlib: Update to 0.29.
Make python-six a propagated input as it's used at runtime.

* gnu/packages/python-xyz.scm (python-xlib): Update to 0.29.
[native-inputs]: Move python-six to…
[propagated-inputs]: …here.
2021-02-02 19:29:52 +00:00