jackhill/guix/guix.git
23 months agognu: dmidecode: Use G-expressions.
Tobias Geerinckx-Rice [Sun, 17 Jul 2022 00:00:00 +0000 (02:00 +0200)]
gnu: dmidecode: Use G-expressions.

* gnu/packages/admin.scm (dmidecode)[arguments]:
Rewrite as G-expressions.

23 months agognu: dmidecode: Update to 3.4.
Tobias Geerinckx-Rice [Sun, 17 Jul 2022 00:00:00 +0000 (02:00 +0200)]
gnu: dmidecode: Update to 3.4.

* gnu/packages/admin.scm (dmidecode): Update to 3.4.

23 months agognu: nginx: Update to 1.23.0.
Tobias Geerinckx-Rice [Sun, 17 Jul 2022 00:00:05 +0000 (02:00 +0200)]
gnu: nginx: Update to 1.23.0.

* gnu/packages/web.scm (nginx): Update to 1.23.0.
(nginx-documentation): Update to 1.23.0-2862-cf7551842617.

23 months agognu: lolcat: Move to (gnu packages toys).
Tobias Geerinckx-Rice [Sun, 19 Jun 2022 00:00:00 +0000 (02:00 +0200)]
gnu: lolcat: Move to (gnu packages toys).

As fun as this is, the gameplay is disappointing.
Also add a missing 2019 copyright for Liliana Marie.

* gnu/packages/games.scm (lolcat): Move from here…
* gnu/packages/toys.scm (lolcat): …to here.

23 months agognu: smartmontools: Do not claim to be a ‘local build’.
Tobias Geerinckx-Rice [Sun, 17 Jul 2022 00:00:00 +0000 (02:00 +0200)]
gnu: smartmontools: Do not claim to be a ‘local build’.

* gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO
in #:make-flags.

23 months agoimport: Enable recursive import for texlive packages.
Ricardo Wurmus [Tue, 19 Jul 2022 21:44:11 +0000 (23:44 +0200)]
import: Enable recursive import for texlive packages.

* guix/import/texlive.scm (tlpdb->package): Add VERSION argument; include
explicit version field in output.
(texlive->guix-package): Set default value for VERSION argument; adjust call
of tlpdb->package.
(texlive-recursive-import): Accept REPO and VERSION keyword arguments.
* guix/import/utils.scm (package->definition): Add a clause to deal with
output from tlpdb->package.
* guix/scripts/import/texlive.scm (%options): Add "recursive" option.
(guix-import-texlive): Honor "recursive" option.
* doc/guix.texi (Using TeX and LaTeX): Mention "recursive" option.

23 months agognu: flameshot: Update to 12.1.0.
arkhan [Wed, 13 Jul 2022 00:01:21 +0000 (19:01 -0500)]
gnu: flameshot: Update to 12.1.0.

* gnu/packages/image.scm (flameshot): Update to 12.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: gaupol: Update to 1.11.
Nikolay Korotkiy [Tue, 12 Jul 2022 20:59:09 +0000 (23:59 +0300)]
gnu: gaupol: Update to 1.11.

* gnu/packages/video.scm (gaupol): Update to 1.11.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add texlive-babel-danish.
Wiktor Żelazny [Tue, 12 Jul 2022 10:13:46 +0000 (12:13 +0200)]
gnu: Add texlive-babel-danish.

* gnu/packages/tex.scm (texlive-babel-danish): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add texlive-generic-babel-norsk.
Wiktor Żelazny [Tue, 12 Jul 2022 10:13:45 +0000 (12:13 +0200)]
gnu: Add texlive-generic-babel-norsk.

* gnu/packages/tex.scm (texlive-generic-babel-norsk): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add berry.
jgart [Sun, 10 Jul 2022 08:17:35 +0000 (03:17 -0500)]
gnu: Add berry.

* gnu/packages/wm.scm (berry): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add glop
Sharlatan Hellseher [Sat, 9 Jul 2022 21:42:11 +0000 (22:42 +0100)]
gnu: Add glop

* gnu/packages/lisp-xyz.scm: (sbcl-glop, ecl-glop, cl-glop): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add python-bsdiff4.
Antero Mejr [Sat, 9 Jul 2022 18:34:37 +0000 (18:34 +0000)]
gnu: Add python-bsdiff4.

* gnu/packages/python-xyz.scm (python-bsdiff4): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add python-clrprint.
jgart [Fri, 8 Jul 2022 09:29:34 +0000 (04:29 -0500)]
gnu: Add python-clrprint.

* gnu/packages/python-xyz.scm (python-clrprint): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: clyrics: Update to 0.13.
Ludovic Courtès [Tue, 19 Jul 2022 16:57:05 +0000 (18:57 +0200)]
gnu: clyrics: Update to 0.13.

* gnu/packages/music.scm (clyrics): Update to 0.13.

23 months agoservices: tor: Switch to 'least-authority-wrapper'.
Ludovic Courtès [Tue, 19 Jul 2022 14:26:53 +0000 (16:26 +0200)]
services: tor: Switch to 'least-authority-wrapper'.

* gnu/services/networking.scm (tor-configuration->torrc): Remove "User"
and "PidFile".
(tor-shepherd-service): Use 'least-authority-wrapper' and
'make-forkexec-constructor' instead of
'make-forkexec-constructor/container'.

23 months agognu: k3b: Add inputs bash-minimal and cdrtools.
Thomas Danckaert [Thu, 14 Jul 2022 12:44:23 +0000 (14:44 +0200)]
gnu: k3b: Add inputs bash-minimal and cdrtools.

* gnu/packages/kde-multimedia.scm (k3b)[inputs]: Add
bash-minimal (wrap-program is used), add cdrtools.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: k3b: Fix build.
Thomas Danckaert [Thu, 14 Jul 2022 12:21:17 +0000 (14:21 +0200)]
gnu: k3b: Fix build.

* gnu/packages/kde-multimedia.scm (k3b)[phases]: Add phase fix-cmake-taglib in
order to use correct Taglib include and library variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agosystem: Add -I, --list-installed option.
Antero Mejr [Wed, 13 Jul 2022 15:01:22 +0000 (15:01 +0000)]
system: Add -I, --list-installed option.

* guix/scripts/system.scm (display-system-generation): Add
 #:list-installed-regex and honor it.
(list-generations): Likewise.
(show-help, %options): Add "--list-installed".
(process-command): For 'describe' and 'list-generation', honor the
'list-installed option.
* doc/guix.texi (Invoking Guix System): Add information for
--list-installed flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agohome: Add -I, --list-installed option.
Antero Mejr [Tue, 12 Jul 2022 22:50:07 +0000 (22:50 +0000)]
home: Add -I, --list-installed option.

* guix/scripts/package.scm (list-installed): New procedure.
* guix/scripts/home.scm (%options, show-help): Add '--list-installed'.
(process-command): For 'describe' and 'list-generations', honor the
'list-installed option.
(display-home-environment-generation): Add #:list-installed-regex and
honor it.
(list-generations): Likewise.
* guix/scripts/utils.scm (pretty-print-table): New argument "left-pad".
* doc/guix.texi (Invoking Guix Home): Add information and example for
--list-installed flag.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: tcc: Update to a83b285.
Ekaitz Zarraga [Tue, 12 Jul 2022 09:05:15 +0000 (11:05 +0200)]
gnu: tcc: Update to a83b285.

Fixes <https://issues.guix.gnu.org/52140>.
Reported by Guillaume Le Vaillant <glv@posteo.net>.

* gnu/packages/c.scm (tcc): Update to a83b28568596afd8792fd58d1a5bd157fc6b6634.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: commencement: Explicitly provide the source of 'tcc-boot'.
Ekaitz Zarraga [Tue, 12 Jul 2022 09:05:15 +0000 (11:05 +0200)]
gnu: commencement: Explicitly provide the source of 'tcc-boot'.

* gnu/packages/commencement.scm (tcc-boot)[source]: Remove dependency on
tcc.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agoupstream: Sort '%updaters' alphabetically.
Ludovic Courtès [Mon, 18 Jul 2022 11:16:04 +0000 (13:16 +0200)]
upstream: Sort '%updaters' alphabetically.

Previously the output of 'guix refresh --list-updaters' would be
non-deterministic, and likewise the order in which updaters are tried
would be non-deterministic.

Reported by zimoun <zimon.toutoune@gmail.com>.

* guix/upstream.scm (%updaters): Add call to 'sort'.

23 months agognu: Add trivial-custom-debugger.
Pierre Neidhardt [Tue, 19 Jul 2022 04:35:32 +0000 (06:35 +0200)]
gnu: Add trivial-custom-debugger.

* gnu/packages/lisp-xyz.scm (cl-trivial-custom-debugger,
ecl-trivial-custom-debugger, sbcl-trivial-custom-debugger): New variables.

23 months agognu: bidiv: Add release-monitoring-url.
Efraim Flashner [Mon, 18 Jul 2022 11:59:40 +0000 (14:59 +0300)]
gnu: bidiv: Add release-monitoring-url.

* gnu/packages/fribidi.scm (bidiv)[properties]: New field.

23 months agognu: khal: Update to 0.10.5.
Efraim Flashner [Mon, 18 Jul 2022 11:24:15 +0000 (14:24 +0300)]
gnu: khal: Update to 0.10.5.

* gnu/packages/calendar.scm (khal): Update to 0.10.5.
[arguments]: Remove trailing #t from phases.

23 months agognu: weechat: Update to 3.6.
Efraim Flashner [Mon, 18 Jul 2022 11:17:52 +0000 (14:17 +0300)]
gnu: weechat: Update to 3.6.

* gnu/packages/irc.scm (weechat): Update to 3.6.
[arguments]: Adjust instances of architecture specific code.

23 months agognu: tig: Rebuild some of the generated documentation.
Efraim Flashner [Mon, 18 Jul 2022 10:52:23 +0000 (13:52 +0300)]
gnu: tig: Rebuild some of the generated documentation.

* gnu/packages/version-control.scm (tig)[source]: Add snippet to remove
some of the generated documentation.

23 months agognu: tig: Install shell completions.
Efraim Flashner [Mon, 18 Jul 2022 10:22:15 +0000 (13:22 +0300)]
gnu: tig: Install shell completions.

* gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to
install shell completions.

23 months agognu: tig: Update to 2.5.6.
Efraim Flashner [Mon, 18 Jul 2022 09:43:46 +0000 (12:43 +0300)]
gnu: tig: Update to 2.5.6.

* gnu/packages/version-control.scm (tig): Update to 2.5.6.

23 months agognu: emacs-plz: Update to 0.2.
Nicolas Goaziou [Mon, 18 Jul 2022 08:35:51 +0000 (10:35 +0200)]
gnu: emacs-plz: Update to 0.2.

* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.

23 months agognu: qgis: Disable failing tests.
Felix Gruber [Wed, 6 Jul 2022 18:14:09 +0000 (18:14 +0000)]
gnu: qgis: Disable failing tests.

* gnu/packages/geo.scm (qgis)[arguments]: Disable tests that fail after
  upgrading geos to 3.10.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: saga: Update to 8.2.1.
Felix Gruber [Wed, 6 Jul 2022 18:14:08 +0000 (18:14 +0000)]
gnu: saga: Update to 8.2.1.

* gnu/packages/geo.scm (saga): Update to 8.2.1.
  [build-system]: Use cmake-build-system.
  [arguments]: Set tests? to #f as there are no tests.
  Add phase for changing into saga-gis directory which contains the
  actual source code.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: pcb2gcode: Update to 2.4.0.
Felix Gruber [Wed, 6 Jul 2022 18:14:07 +0000 (18:14 +0000)]
gnu: pcb2gcode: Update to 2.4.0.

* gnu/packages/engineering.scm (pcb2gcode): Update to 2.4.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: geos: Update to 3.10.2.
Felix Gruber [Wed, 6 Jul 2022 18:14:05 +0000 (18:14 +0000)]
gnu: geos: Update to 3.10.2.

* gnu/packages/geo.scm (geos): Update to 3.10.2.
  [build-system]: Use cmake-build-system.
  [arguments]: Remove trailing #t in 'patch-test-shebangs phase.
  [homepage]: Change to https://libgeos.org/.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: grass: Update to 7.8.7.
Felix Gruber [Wed, 6 Jul 2022 18:14:06 +0000 (18:14 +0000)]
gnu: grass: Update to 7.8.7.

* gnu/packages/geo.scm (grass): Update to 7.8.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: libgeotiff: Update to 1.7.1.
Felix Gruber [Wed, 6 Jul 2022 18:14:04 +0000 (18:14 +0000)]
gnu: libgeotiff: Update to 1.7.1.

* gnu/packages/geo.scm (libgeotiff): Update to 1.7.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add gbonds.
Philip McGrath [Wed, 6 Jul 2022 05:32:42 +0000 (01:32 -0400)]
gnu: Add gbonds.

* gnu/packages/finance.scm (gbonds): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add oauth2ms.
John Kehayias [Tue, 5 Jul 2022 17:13:07 +0000 (13:13 -0400)]
gnu: Add oauth2ms.

* gnu/packages/python-web.scm (oauth2ms): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add python-msal.
John Kehayias [Tue, 5 Jul 2022 17:12:43 +0000 (13:12 -0400)]
gnu: Add python-msal.

* gnu/packages/python-web.scm (python-msal): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agodoc: Fix the example of "Run `make` automatically"
Rostislav Svoboda [Tue, 5 Jul 2022 16:35:44 +0000 (18:35 +0200)]
doc: Fix the example of "Run `make` automatically"

* doc/contributing.texi (Running Guix Before It Is Installed): add missing
command separator '--'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: xl2tpd: Update to 1.3.17.
Jean-Pierre De Jesus DIAZ [Tue, 5 Jul 2022 09:27:01 +0000 (11:27 +0200)]
gnu: xl2tpd: Update to 1.3.17.

* gnu/packages/vpn.scm (xl2tpd)[version]: Update to 1.3.17.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agognu: Add pw.
Paul A. Patience [Mon, 4 Jul 2022 05:05:37 +0000 (05:05 +0000)]
gnu: Add pw.

* gnu/packages/monitoring.scm (pw): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
23 months agodoc: Tweak.
Ludovic Courtès [Sun, 17 Jul 2022 14:22:18 +0000 (16:22 +0200)]
doc: Tweak.

* doc/guix.texi (Using Guix Interactively): Add @cindex commands.  Add
missing word.

23 months agognu: gst-plugins-bad: Limit inputs based on architecture.
Efraim Flashner [Sun, 17 Jul 2022 21:24:22 +0000 (00:24 +0300)]
gnu: gst-plugins-bad: Limit inputs based on architecture.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Only build with
mediasdk and svt-hevc on supported architectures.

23 months agognu: mediasdk: Limit supported architectures.
Efraim Flashner [Sun, 17 Jul 2022 21:22:43 +0000 (00:22 +0300)]
gnu: mediasdk: Limit supported architectures.

* gnu/packages/video.scm (mediasdk)[supported-systems]: New field.

23 months agognu: svt-hevc: Limit supported architectures.
Efraim Flashner [Sun, 17 Jul 2022 21:21:48 +0000 (00:21 +0300)]
gnu: svt-hevc: Limit supported architectures.

* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.

23 months agognu: libmpeg3: Fix building on many architectures.
Efraim Flashner [Sun, 17 Jul 2022 20:33:55 +0000 (23:33 +0300)]
gnu: libmpeg3: Fix building on many architectures.

* gnu/packages/video.scm (libmpeg3)[arguments]: Add a custom phase to
set the CFLAGS based on the Makefile.  Remove trailing #t from phases.

23 months agognu: gama: Update to 2.21.
Efraim Flashner [Sun, 17 Jul 2022 17:41:50 +0000 (20:41 +0300)]
gnu: gama: Update to 2.21.

* gnu/packages/gps.scm (gama): Update to 2.21.

23 months agognu: clojure-tools: Install tools.
Nikolai Weidt [Tue, 5 Apr 2022 21:32:46 +0000 (23:32 +0200)]
gnu: clojure-tools: Install tools.

When installing clojure-tools, clojure still had no access to the
tools because they were not installed.

* gnu/packages/clojure.scm (clojure-tools)[arguments]: Install
`tools.edn'.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
23 months agognu: smb4k: Fix build.
Julien Lepiller [Sun, 17 Jul 2022 13:08:28 +0000 (15:08 +0200)]
gnu: smb4k: Fix build.

Since the source file was called `download', it wasn't uncompressed during
the build.

* gnu/packages/kde-utils.scm (smb4k)[source]: Add `file-name'.

23 months agognu: linux-libre 5.4: Update to 5.4.206.
Leo Famulari [Sat, 16 Jul 2022 03:37:22 +0000 (23:37 -0400)]
gnu: linux-libre 5.4: Update to 5.4.206.

* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.206.
(linux-libre-5.4-pristine-source): Update hash.

23 months agognu: linux-libre 5.10: Update to 5.10.131.
Leo Famulari [Sat, 16 Jul 2022 03:37:09 +0000 (23:37 -0400)]
gnu: linux-libre 5.10: Update to 5.10.131.

* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.131.
(linux-libre-5.10-pristine-source): Update hash.

23 months agognu: linux-libre 5.15: Update to 5.15.55.
Leo Famulari [Sat, 16 Jul 2022 03:36:55 +0000 (23:36 -0400)]
gnu: linux-libre 5.15: Update to 5.15.55.

* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.55.
(linux-libre-5.15-pristine-source): Update hash.

23 months agognu: linux-libre: Update to 5.18.12.
Leo Famulari [Sat, 16 Jul 2022 03:36:39 +0000 (23:36 -0400)]
gnu: linux-libre: Update to 5.18.12.

* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.12.
(linux-libre-5.18-pristine-source): Update hash.

23 months agognu: qtbase: Update to 6.3.1.
Maxim Cournoyer [Sun, 17 Jul 2022 04:35:59 +0000 (00:35 -0400)]
gnu: qtbase: Update to 6.3.1.

* gnu/packages/qt.scm (qtbase): Update to 6.3.1.
[cmake]: Delete commented out argument.
[configure-flags]: Add -DFEATURE_system_xcb_xinput=ON.
[phases]: Use gexps.
{patch-more-paths}: Use search-input-file.  Patch /bin/ls.
{patch-mkspecs}: Use search-input-directory and search-input-file.
[native-inputs]: Rewrite with modify-inputs.  Replace gtk+ with gtk.  Remove
xorg-server-for-tests.
[inputs]: Override field to extend with bash-minimal, libxcb and md4c.
replace gtk+ with gtk.  Use latest postgresql.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: xfce4-xkb-plugin: Update to 0.8.3.
Michael Rohleder [Sat, 16 Jul 2022 01:21:05 +0000 (03:21 +0200)]
gnu: xfce4-xkb-plugin: Update to 0.8.3.

* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: ristretto: Update to 0.12.3.
Michael Rohleder [Sat, 16 Jul 2022 01:18:11 +0000 (03:18 +0200)]
gnu: ristretto: Update to 0.12.3.

* gnu/packages/xfce.scm (ristretto): Update to 0.12.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: exo: Update to 4.16.4.
Michael Rohleder [Sat, 16 Jul 2022 01:04:18 +0000 (03:04 +0200)]
gnu: exo: Update to 4.16.4.

* gnu/packages/xfce.scm (exo): Update to 4.16.4.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: emacs-telega-contrib: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:10:59 +0000 (23:10 -0400)]
gnu: emacs-telega-contrib: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-telega-contrib)
[propagated-inputs]: Delete emacs-transient.

23 months agognu: emacs-tshell: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:10:28 +0000 (23:10 -0400)]
gnu: emacs-tshell: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-tshell)
[propagated-inputs]: Delete emacs-transient.

23 months agognu: emacs-seriestracker: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:09:39 +0000 (23:09 -0400)]
gnu: emacs-seriestracker: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-seriestracker)
[propagated-inputs]: Delete emacs-transient.

23 months agognu: emacs-calibredb: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:17 +0000 (23:03 -0400)]
gnu: emacs-calibredb: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-calibredb)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-vdiff-magit: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:17 +0000 (23:03 -0400)]
gnu: emacs-vdiff-magit: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-vdiff-magit)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-matcha: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:17 +0000 (23:03 -0400)]
gnu: emacs-matcha: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-matcha)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-forge: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:16 +0000 (23:03 -0400)]
gnu: emacs-forge: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-forge)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-docker: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:16 +0000 (23:03 -0400)]
gnu: emacs-docker: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-docker)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-org-ql: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:15 +0000 (23:03 -0400)]
gnu: emacs-org-ql: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-org-ql)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-toodoo: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:15 +0000 (23:03 -0400)]
gnu: emacs-toodoo: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-toodoo)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-rg: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:15 +0000 (23:03 -0400)]
gnu: emacs-rg: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-rg)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-magit-annex: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:03:14 +0000 (23:03 -0400)]
gnu: emacs-magit-annex: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-magit-annex)
[propagated-inputs]: Remove emacs-transient.

23 months agognu: emacs-magit-svn: Use builtin transient library.
Maxim Cournoyer [Sat, 16 Jul 2022 03:04:25 +0000 (23:04 -0400)]
gnu: emacs-magit-svn: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-magit-svn)
[propagated-inputs]: Delete emacs-transient.

23 months agognu: emacs-git-timemachine: Use builtin transient library.
Jorge P. de Morais Neto [Sat, 16 Jul 2022 02:51:37 +0000 (22:51 -0400)]
gnu: emacs-git-timemachine: Use builtin transient library.

The transient library is now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-git-timemachine)
[propagated-inputs]: Delete field.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: emacs-ytdl: Use builtin transient library.
Jorge P. de Morais Neto [Sat, 16 Jul 2022 02:49:35 +0000 (22:49 -0400)]
gnu: emacs-ytdl: Use builtin transient library.

The transient library is now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-ytdl)
[propagated-inputs]: Delete emacs-transient.  Add emacs-dash.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: emacs-magit: Use builtin transient library.
Jorge P. de Morais Neto [Sat, 16 Jul 2022 02:48:34 +0000 (22:48 -0400)]
gnu: emacs-magit: Use builtin transient library.

The transient library is now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-magit)
[propagated-inputs]: Delete emacs-transient.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: emacs-geiser: Use builtin project and transient libraries.
Jorge P. de Morais Neto [Sat, 16 Jul 2022 02:47:12 +0000 (22:47 -0400)]
gnu: emacs-geiser: Use builtin project and transient libraries.

These libraries are now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Delete field.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: mousepad: Update to 0.5.10.
Michael Rohleder [Sat, 16 Jul 2022 01:15:52 +0000 (03:15 +0200)]
gnu: mousepad: Update to 0.5.10.

* gnu/packages/xfce.scm (mousepad): Update to 0.5.10.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: xfce4-settings: Update to 4.16.3.
Michael Rohleder [Sat, 16 Jul 2022 01:13:36 +0000 (03:13 +0200)]
gnu: xfce4-settings: Update to 4.16.3.

* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agognu: xfce4-wavelan-plugin: Update to 0.6.3.
Michael Rohleder [Sat, 16 Jul 2022 01:09:27 +0000 (03:09 +0200)]
gnu: xfce4-wavelan-plugin: Update to 0.6.3.

* gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.6.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
23 months agoRevert "gnu: Add chicken-args."
Liliana Marie Prikler [Sat, 16 Jul 2022 00:23:11 +0000 (02:23 +0200)]
Revert "gnu: Add chicken-args."

This reverts commit 44bb5507d63b89c9d5f0c2c77af94caeec96e5e6, which references
a package that does not exist, thus breaking “guix pull”.

23 months agovala-next: Do not wrap binaries, use gexps, default to 'gcc' rather than 'cc'.
Maxim Cournoyer [Fri, 15 Jul 2022 21:25:14 +0000 (17:25 -0400)]
vala-next: Do not wrap binaries, use gexps, default to 'gcc' rather than 'cc'.

Fixes <https://issues.guix.gnu.org/56467>.
Reported by <two@envs.net>.

* gnu/packages/gnome.scm (vala-next)[arguments]: Override inherited field.
Use gexps.
[phases]{use-gcc-by-default}: New phase.
{patch-docbook-xml}: Use search-input-directory.
{glib-or-gtk-wrap}: Delete phase.

23 months agognu: Add vala-next, upgraded to 0.56.2.
Maxim Cournoyer [Fri, 15 Jul 2022 21:23:23 +0000 (17:23 -0400)]
gnu: Add vala-next, upgraded to 0.56.2.

* gnu/packages/gnome.scm (vala-next): New variable.

23 months agoimport: pypi: Fix coding style.
Hartmut Goebel [Fri, 15 Jul 2022 19:19:08 +0000 (21:19 +0200)]
import: pypi: Fix coding style.

I missed this remark from the review when pushing the last change.

* guix/import/pypi.scm(python->package-name): Replace the trailing '#t'-case
  by a 'else'.

23 months agoimport: pypi: Add special treatment for Tryton package names,
Hartmut Goebel [Thu, 7 Jul 2022 09:28:45 +0000 (11:28 +0200)]
import: pypi: Add special treatment for Tryton package names,

Trytond modules are Python packages, and treated like this in guix.  Anyhow,
since they are add-ons for the “Trytond“ application, their guix package name
do not get the "python-" prefix like other Python modules, (see also
https://issues.guix.gnu.org/46057#1).  This change disables adding the
"python-" prefix to the guix package name for Trytond modules when importing
and updating, thus inhibiting irritating messages like in this example:

  $ guix refresh -u trytond-party
  …
  trytond-party: consider adding this propagated input: python-trytond-country
  trytond-party: consider removing this propagated input: trytond-country

Handling this special case seems appropriate since (as of now) there are
about 165 packages for Trytond and the number is growing.

* guix/import/pypi.scm(python->package-name): Don't add "python-" prefix for
  trytond packages.

23 months agoimport: egg: Fix updater.
Hartmut Goebel [Tue, 28 Jun 2022 19:01:11 +0000 (21:01 +0200)]
import: egg: Fix updater.

'egg-source-url' did not return the URL, but the quoted expression.  This did
break the updater, which expects the URL as a string.

* guix/import/egg.scm(egg-source-url): Remove.
  (egg->guix-package)[egg-content]: Use quoted expression directly.
  (latest-release): Call egg-uri instead of egg-source-url.

23 months agognu: Add chicken-args.
Hartmut Goebel [Tue, 28 Jun 2022 18:20:26 +0000 (20:20 +0200)]
gnu: Add chicken-args.

* gnu/packages/chicken.scm (chicken-args): New variable.

23 months agognu: Add chicken-srfi-13.
Hartmut Goebel [Tue, 28 Jun 2022 18:14:16 +0000 (20:14 +0200)]
gnu: Add chicken-srfi-13.

* gnu/packages/chicken.scm (chicken-srfi-13): New variable.

23 months agognu: Add chicken-crypto-tools.
Hartmut Goebel [Tue, 28 Jun 2022 18:09:28 +0000 (20:09 +0200)]
gnu: Add chicken-crypto-tools.

* gnu/packages/chicken.scm (chicken-crypto-tools): New variable.

23 months agomonad-repl: Add "build", "lower", and "verbosity" commands.
Ludovic Courtès [Fri, 15 Jul 2022 15:27:08 +0000 (17:27 +0200)]
monad-repl: Add "build", "lower", and "verbosity" commands.

Fixes <https://issues.guix.gnu.org/56114>.
Reported by Maxime Devos <maximedevos@telenet.be>.

* guix/monad-repl.scm (%build-verbosity): New variable.
(evaluate/print-with-store): New procedure.
(run-in-store): Rewrite in terms of 'evaluate/print-with-store'.
(verbosity, lower, build): New meta-commands.
* doc/guix.texi (Using Guix Interactively): New node.
(The Store Monad): Link to it.
(Invoking guix repl): Likewise.
* doc/contributing.texi (Running Guix Before It Is Installed): Refer to
it.
(The Perfect Setup): Suggest 'guix install' rather than 'guix package -i'.

23 months agoshell: Ignore cached profiles when using '--export-manifest'.
Ludovic Courtès [Fri, 15 Jul 2022 10:45:32 +0000 (12:45 +0200)]
shell: Ignore cached profiles when using '--export-manifest'.

Fixes <https://issues.guix.gnu.org/56539>.

Fixes a bug where "guix shell -D pkg --export-manifest" would provide
the expansion of PKG's dependencies instead of a call to
'package-development-manifest' if that profile happened to be cached.

* guix/scripts/shell.scm (profile-cached-gc-root): Add clause for 'export-manifest?.

23 months agognu: giac: Update to 1.9.0-19.
Nicolas Goaziou [Fri, 15 Jul 2022 13:06:56 +0000 (15:06 +0200)]
gnu: giac: Update to 1.9.0-19.

* gnu/packages/algebra.scm (giac): Update to 1.9.0-19.

23 months agognu: python-numpy: Fix buidling on powerpc64le-linux.
Efraim Flashner [Fri, 15 Jul 2022 12:31:41 +0000 (15:31 +0300)]
gnu: python-numpy: Fix buidling on powerpc64le-linux.

Reported by mrvdb- on IRC.

* gnu/packages/python-xyz.scm (python-numpy)[arguments]: Adjust custom
'fix-executable-paths phase to substitute occurrences of '/bin/true'.

23 months agognu: emacs-org-fragtog: Remove ".git" suffix from repository URI.
Nicolas Goaziou [Fri, 15 Jul 2022 11:53:06 +0000 (13:53 +0200)]
gnu: emacs-org-fragtog: Remove ".git" suffix from repository URI.

* gnu/packages/emacs-xyz.scm (emacs-org-fragtog)[source]<uri>: Remove ".git" suffix.

23 months agognu: emacs-org-fragtog: Update to 0.4.2.
Nicolas Goaziou [Fri, 15 Jul 2022 11:52:53 +0000 (13:52 +0200)]
gnu: emacs-org-fragtog: Update to 0.4.2.

* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.4.2.

23 months agognu: emacs-elpher: Update to 3.4.2.
Nicolas Goaziou [Fri, 15 Jul 2022 11:52:02 +0000 (13:52 +0200)]
gnu: emacs-elpher: Update to 3.4.2.

* gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 3.4.2.

23 months agognu: emacs-lsp-ui: Update to 8.0.1.
Nicolas Goaziou [Fri, 15 Jul 2022 11:50:27 +0000 (13:50 +0200)]
gnu: emacs-lsp-ui: Update to 8.0.1.

* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 8.0.1.

23 months agognu: emacs-spaceleader: Update to 0.0.3-1.5d88d12.
jgart [Fri, 15 Jul 2022 06:04:03 +0000 (01:04 -0500)]
gnu: emacs-spaceleader: Update to 0.0.3-1.5d88d12.

* gnu/packages/emacs-xyz.scm (emacs-spaceleader): Update to 0.0.3-1.5d88d12.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
23 months agognu: python-pyvista: Update to 0.35.1.
Paul A. Patience [Thu, 14 Jul 2022 19:20:18 +0000 (19:20 +0000)]
gnu: python-pyvista: Update to 0.35.1.

* gnu/packages/python-science (python-pyvista): Update to 0.35.1.

Signed-off-by: Christopher Baines <mail@cbaines.net>
23 months agognu: gmsh: Update to 4.10.5.
Paul A. Patience [Thu, 14 Jul 2022 19:50:37 +0000 (19:50 +0000)]
gnu: gmsh: Update to 4.10.5.

* gnu/packages/maths.scm (gmsh): Update to 4.10.5.
[source]: Reindent.

Signed-off-by: Christopher Baines <mail@cbaines.net>
23 months agognu: gmsh: Remove trailing booleans.
Paul A. Patience [Thu, 14 Jul 2022 19:50:29 +0000 (19:50 +0000)]
gnu: gmsh: Remove trailing booleans.

* gnu/packages/maths.scm (gmsh)[snippet, arguments]: Remove trailing
booleans.

Signed-off-by: Christopher Baines <mail@cbaines.net>