Tobias Geerinckx-Rice
85e859baa6
gnu: cpuid: Use G-expressions.
...
* gnu/packages/linux.scm (cpuid)[arguments]:
Rewrite as G-expressions.
2022-07-17 02:00:14 +02:00
Tobias Geerinckx-Rice
ce2635852f
gnu: cpuid: Update to 20220620.
...
* gnu/packages/linux.scm (cpuid): Update to 20220620.
2022-07-17 02:00:14 +02:00
Tobias Geerinckx-Rice
06d2e72262
gnu: dmidecode: Use G-expressions.
...
* gnu/packages/admin.scm (dmidecode)[arguments]:
Rewrite as G-expressions.
2022-07-17 02:00:13 +02:00
Tobias Geerinckx-Rice
e36fa380c4
gnu: dmidecode: Update to 3.4.
...
* gnu/packages/admin.scm (dmidecode): Update to 3.4.
2022-07-17 02:00:13 +02:00
Tobias Geerinckx-Rice
42d8cff4fd
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.
2022-07-17 02:00:13 +02:00
Tobias Geerinckx-Rice
c2aecd6738
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.
2022-07-17 02:00:12 +02:00
Tobias Geerinckx-Rice
023b3ca6e5
gnu: smartmontools: Do not claim to be a ‘local build’.
...
* gnu/packages/admin.scm (smartmontools)[arguments]: Set BUILD_INFO
in #:make-flags.
2022-07-17 02:00:12 +02:00
Ricardo Wurmus
be7b314f3f
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.
2022-07-19 23:49:42 +02:00
arkhan
22530b2645
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>
2022-07-19 23:23:37 +02:00
Nikolay Korotkiy
3f62ddc0d5
gnu: gaupol: Update to 1.11.
...
* gnu/packages/video.scm (gaupol): Update to 1.11.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 23:10:25 +02:00
Wiktor Żelazny
cba0bc2942
gnu: Add texlive-babel-danish.
...
* gnu/packages/tex.scm (texlive-babel-danish): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 23:08:02 +02:00
Wiktor Żelazny
a8f1abec7f
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>
2022-07-19 23:07:58 +02:00
jgart
5d66756662
gnu: Add berry.
...
* gnu/packages/wm.scm (berry): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 23:03:57 +02:00
Sharlatan Hellseher
c62b3e6575
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>
2022-07-19 23:00:36 +02:00
Antero Mejr
f2e6891f7d
gnu: Add python-bsdiff4.
...
* gnu/packages/python-xyz.scm (python-bsdiff4): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 21:39:53 +02:00
jgart
fce8de7800
gnu: Add python-clrprint.
...
* gnu/packages/python-xyz.scm (python-clrprint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-19 21:38:45 +02:00
Ludovic Courtès
dbf0987971
gnu: clyrics: Update to 0.13.
...
* gnu/packages/music.scm (clyrics): Update to 0.13.
2022-07-19 18:57:05 +02:00
Ludovic Courtès
fb868cd779
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'.
2022-07-19 18:54:42 +02:00
Thomas Danckaert
f0acb12db9
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>
2022-07-19 18:54:42 +02:00
Thomas Danckaert
3b3fea7250
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>
2022-07-19 18:54:42 +02:00
Antero Mejr
95acd67dd3
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>
2022-07-19 18:54:42 +02:00
Antero Mejr
55725724dd
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>
2022-07-19 18:54:42 +02:00
Ekaitz Zarraga
18bb89c2b2
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>
2022-07-19 18:54:42 +02:00
Ekaitz Zarraga
f35b771a0f
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>
2022-07-19 18:54:41 +02:00
Ludovic Courtès
e87c6fb95a
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'.
2022-07-19 18:54:41 +02:00
Pierre Neidhardt
d519305d83
gnu: Add trivial-custom-debugger.
...
* gnu/packages/lisp-xyz.scm (cl-trivial-custom-debugger,
ecl-trivial-custom-debugger, sbcl-trivial-custom-debugger): New variables.
2022-07-19 06:35:32 +02:00
Efraim Flashner
8f0d45ccac
gnu: bidiv: Add release-monitoring-url.
...
* gnu/packages/fribidi.scm (bidiv)[properties]: New field.
2022-07-18 14:59:40 +03:00
Efraim Flashner
d65e327384
gnu: khal: Update to 0.10.5.
...
* gnu/packages/calendar.scm (khal): Update to 0.10.5.
[arguments]: Remove trailing #t from phases.
2022-07-18 14:26:25 +03:00
Efraim Flashner
f44dff89ad
gnu: weechat: Update to 3.6.
...
* gnu/packages/irc.scm (weechat): Update to 3.6.
[arguments]: Adjust instances of architecture specific code.
2022-07-18 14:17:52 +03:00
Efraim Flashner
548b7b182f
gnu: tig: Rebuild some of the generated documentation.
...
* gnu/packages/version-control.scm (tig)[source]: Add snippet to remove
some of the generated documentation.
2022-07-18 13:52:23 +03:00
Efraim Flashner
4ca19e88de
gnu: tig: Install shell completions.
...
* gnu/packages/version-control.scm (tig)[arguments]: Add custom phase to
install shell completions.
2022-07-18 13:22:15 +03:00
Efraim Flashner
cde4f3fdcb
gnu: tig: Update to 2.5.6.
...
* gnu/packages/version-control.scm (tig): Update to 2.5.6.
2022-07-18 12:43:46 +03:00
Nicolas Goaziou
584aeadb69
gnu: emacs-plz: Update to 0.2.
...
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.2.
2022-07-18 10:35:51 +02:00
Felix Gruber
236746900f
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>
2022-07-18 00:21:32 +02:00
Felix Gruber
4f5babf936
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>
2022-07-18 00:21:32 +02:00
Felix Gruber
d58dc0fcd2
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>
2022-07-18 00:21:32 +02:00
Felix Gruber
c493ecfa9b
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>
2022-07-18 00:21:32 +02:00
Felix Gruber
df70fd3348
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>
2022-07-18 00:21:32 +02:00
Felix Gruber
17a8a09795
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>
2022-07-18 00:21:31 +02:00
Philip McGrath
87a10e315f
gnu: Add gbonds.
...
* gnu/packages/finance.scm (gbonds): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18 00:21:31 +02:00
John Kehayias
44857d4baa
gnu: Add oauth2ms.
...
* gnu/packages/python-web.scm (oauth2ms): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18 00:21:31 +02:00
John Kehayias
543f27caef
gnu: Add python-msal.
...
* gnu/packages/python-web.scm (python-msal): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18 00:21:31 +02:00
Rostislav Svoboda
969e86784b
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>
2022-07-18 00:21:31 +02:00
Jean-Pierre De Jesus DIAZ
f38adc47d0
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>
2022-07-18 00:21:31 +02:00
Paul A. Patience
3a3a32af12
gnu: Add pw.
...
* gnu/packages/monitoring.scm (pw): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-18 00:21:31 +02:00
Ludovic Courtès
fa65e645e9
doc: Tweak.
...
* doc/guix.texi (Using Guix Interactively): Add @cindex commands. Add
missing word.
2022-07-18 00:21:30 +02:00
Efraim Flashner
17984b0794
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.
2022-07-18 01:08:29 +03:00
Efraim Flashner
84997d9506
gnu: mediasdk: Limit supported architectures.
...
* gnu/packages/video.scm (mediasdk)[supported-systems]: New field.
2022-07-18 01:08:20 +03:00
Efraim Flashner
ba96d8c142
gnu: svt-hevc: Limit supported architectures.
...
* gnu/packages/video.scm (svt-hevc)[supported-systems]: New field.
2022-07-18 01:07:47 +03:00
Efraim Flashner
0f646fc79a
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.
2022-07-17 23:33:55 +03:00