Nicolas Goaziou
006538c527
gnu: texlive-generic-iftex: Rename to texlive-iftex.
...
* gnu/packages/tex.scm (texlive-iftex): Renamed from TEXLIVE-GENERIC-IFTEX.
(texlive-hyperref):
(texlive-oberdiek):
(texlive-pdftexcmds):
(texlive-generic-etexcmds):
(texlive-generic-iftex):
(texlive-generic-ifxetex):
(texlive-latex-xkeyval):
* gnu/packages/docbook.scm (dblatex):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
(python-nbconvert):
(python-pypandoc): Apply renaming.
2022-03-04 02:00:09 +01:00
Nicolas Goaziou
e7cf0ea660
gnu: Add texlive-listings.
...
* gnu/packages/docbook.scm (texlive-listings): New variable.
(texlive-latex-listings): Deprecate variable.
(dblatex): Use new variable.
* gnu/packages/tex.scm (texlive-latex-xkeyval): Use new variable.
2022-03-03 15:58:54 +01:00
Nicolas Goaziou
d293162615
gnu: Add texlive-pgf.
...
* gnu/packages/tex.scm (texlive-pgf): New variable.
(texlive-latex-pgf): Deprecate variable.
(texlive-beamer):
(texlive-latex-xkeyval):
(texlive-todonotes):
(texlive-adjustbox):
(texlive-tcolorbox):
* gnu/packages/bioinformatics.scm (discrover): Use new variable.
2022-02-14 00:08:30 +01:00
Nicolas Goaziou
970b7a949d
gnu: Add texlive-graphics.
...
* gnu/packages/tex.scm (texlive-graphics): New variable.
(texlive-latex-graphics): Deprecate variable.
(texlive-base):
(texlive-pstool):
(texlive-jadetex):
* gnu/packages/bioinformatics.scm (velvet):
* gnu/packages/plotutils.scm (asymptote):
* gnu/packages/python-xyz.scm (python-numpy-documentation):
(python-ipython-documentation):
* gnu/packages/radio.scm (gnuradio):
(libosmo-dsp):
* gnu/packages/statistics.scm (r-with-tests): Use new variable.
2022-02-14 00:08:30 +01:00
Nicolas Goaziou
f833399811
gnu: Add texlive-fp.
...
* gnu/packages/tex.scm (texlive-fp): New variable.
2022-02-14 00:08:30 +01:00
Nicolas Goaziou
94268d5021
gnu: Add texlive-ms.
...
* gnu/packages/tex.scm (texlive-ms): New variable.
(texlive-latex-ms): Deprecate variable.
* gnu/packages/bioinformatics.scm (discrover):
* gnu/packages/python-xyz.scm (python-nbconvert): Use new variable.
2022-02-14 00:08:29 +01:00
Nicolas Goaziou
83c3332758
gnu: Add texlive-atveryend.
...
* gnu/packages/tex.scm (texlive-atveryend): New variable.
(texlive-latex-atveryend): Deprecate variable.
(texlive-hyperref):
(texlive-latex-rerunfilecheck): Use new variable.
2022-02-14 00:08:29 +01:00
Nicolas Goaziou
5e796bfc22
gnu: texlive-xcolor: Provide missing files.
...
* gnu/packages/tex.scm (texlive-xcolor): Make sure package provides all the
expected files.
2022-02-14 00:08:29 +01:00
Nicolas Goaziou
69f284a35f
gnu: Add texlive-pdftexcmds.
...
* gnu/packages/tex.scm (texlive-pdftexcmds): New variable.
(texlive-latex-pdftexcmds): Deprecate variable.
(texlive-hyperref):
(texlive-latex-rerunfilecheck):
(texlive-generic-bigintcalc): Use new variable.
* gnu/packages/plotutils.scm (asymptote): Use new variable.
2022-02-14 00:08:24 +01:00
Andrew Tropin
f172118ca4
gnu: linux-pam: Change path to unix_chkpwd helper.
...
* gnu/packages/patches/linux-pam-unix_chkpwd.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-pam): Use it.
* gnu/system/pam.scm (pam-root-service-type): Add unix_chkpwd to setuid.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-02-10 23:37:10 +01:00
Jai Vetrivelan
b31ef5638b
gnu: qpdf: Update to 10.6.0.
...
* gnu/packages/pdf.scm (qpdf): Update to 10.6.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-02-10 18:16:48 +01:00
jgart via Guix-patches via
521e0d32e3
gnu: ruby-parser: Update to 3.1.0.0.
...
* gnu/packages/ruby.scm (ruby-parser): Update to 3.1.0.0.
2022-02-09 15:36:05 +01:00
Liliana Marie Prikler
10ee2542e8
gnu: poppler: Enable tests.
...
* gnu/package/pdf.scm (poppler-tests): New variable.
(poppler)[arguments]: Drop #:tests?. Add "-DTESTDATADIR" to #:configure-flags.
2022-02-06 00:54:37 +01:00
Remco van 't Veer
0989c839dd
gnu: poppler: Update to 22.01.0.
...
* gnu/packages/pdf.scm (poppler): Update to 22.01.0.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-02-06 00:32:11 +01:00
Liliana Marie Prikler
65df5a4eb2
gnu: poppler: Use gexps in arguments.
...
* gnu/packages/pdf.scm (poppler)[arguments]: Transform from quasiquote to list
of gexps.
<#:phases>: Always bind, using %standard-phases as explicit default.
2022-02-06 00:29:16 +01:00
Liliana Marie Prikler
d5f8bfcd14
gnu: poppler: Use new input style.
...
* gnu/packages/pdf.scm (poppler)[inputs]: Drop labels.
2022-02-06 00:14:59 +01:00
Taiju HIGASHI
6c4c0f16a6
gnu: pdf2djvu: Remove poppler-data.
...
* gnu/packages/djvu.scm (pdf2djvu)[inputs]: Drop poppler-data.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-02-06 00:02:58 +01:00
Taiju HIGASHI
5f628d773b
gnu: poppler: Add poppler-data.
...
In order to make poppler support CJK and Cyrillic scripts, one of the
following has to be done:
1. Build poppler with poppler-data as input.
2. Add poppler-data into poppler's output path.
A simple union-build is not enough, as reported in
<https://issues.guix.gnu.org/53536 >.
* gnu/packages/pdf.scm (poppler)[inputs]: Add poppler-data.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-02-05 23:57:48 +01:00
Efraim Flashner
6ac6a7e020
gnu: file: Update to 5.41.
...
* gnu/packages/file.scm (file): Absorb file-next.
* gnu/packages/commencement.scm (file-boot0)[arguments]: Add make-flag
to set CFLAGS.
* gnu/packages/diffoscope.scm (diffoscope): Remove file-next.
* gnu/packages/python-xyz.scm (python-magic)[inputs]: Replace file-next
with file.
2022-01-27 17:01:20 +02:00
Maxim Cournoyer
0d41fe4855
Merge branch 'staging' into core-updates.
...
With "conflicts" resolved in (mostly in favor of master/staging):
gnu/packages/admin.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/kerberos.scm
gnu/packages/linux.scm
guix/lint.scm
2022-01-25 23:48:37 -05:00
Maxim Cournoyer
1a5302435f
Merge branch 'master' into staging.
...
With "conflicts" solved (all in favor of master except git) in:
gnu/local.mk
gnu/packages/databases.scm
gnu/packages/glib.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/gnuzilla.scm
gnu/packages/graphics.scm
gnu/packages/gstreamer.scm
gnu/packages/gtk.scm
gnu/packages/linux.scm
gnu/packages/machine-learning.scm
gnu/packages/networking.scm
gnu/packages/polkit.scm
gnu/packages/pulseaudio.scm
gnu/packages/rpc.scm
gnu/packages/rust.scm
gnu/packages/version-control.scm
gnu/packages/w3m.scm
2022-01-25 22:07:13 -05:00
Maxim Cournoyer
070b8a893f
.guix-authorizations: Authorize Vinicius Monego.
...
* .guix-authorizations (monego): Add OpenPGP key fingerprint.
2022-01-25 21:23:43 -05:00
Vinicius Monego
ebac201995
gnu: Add python-regions.
...
* gnu/packages/astronomy.scm (python-regions): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-25 23:54:45 +01:00
Vinicius Monego
5e51ccc120
gnu: Add python-photutils.
...
* gnu/packages/astronomy.scm (python-photutils): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-25 23:54:45 +01:00
Vinicius Monego
fb12d6b48e
gnu: Add python-astropy-healpix.
...
* gnu/packages/astronomy.scm (python-astropy-healpix): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-25 23:54:44 +01:00
Vinicius Monego
4eca8c6afe
gnu: Add python-astroquery.
...
* gnu/packages/astronomy.scm (python-astroquery): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-25 23:54:44 +01:00
Vinicius Monego
b28be25070
gnu: Add python-pyvo.
...
* gnu/packages/astronomy.scm (python-pyvo): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-25 23:54:44 +01:00
Ludovic Courtès
5543f80df7
doc: Document 'invoke' & co.
...
* doc/guix.texi (Build Utilities)[Program Invocation]: New subsection.
2022-01-25 23:54:44 +01:00
Ludovic Courtès
d582b39978
build: Require Guile >= 3.0.3.
...
Fixes <https://issues.guix.gnu.org/53157 >.
Reported by Efraim Flashner <efraim@flashner.co.il>.
* configure.ac: Require Guile >= 3.0.3.
* doc/guix.texi (Requirements): Update accordingly.
2022-01-25 23:54:44 +01:00
Ludovic Courtès
b8743fef8a
environment: '--check' does nothing when used with '--container'.
...
Partly fixes <https://issues.guix.gnu.org/53355 >.
Reported by Chris Marusich <cmmarusich@gmail.com>.
* guix/scripts/environment.scm (guix-environment*): Warn and do nothing
when both '--check' and '--container' are used.
2022-01-25 23:54:43 +01:00
Niklas Eklund
c0139a595b
gnu: Add emacs-puni.
...
* gnu/packages/emacs-xyz.scm (emacs-puni): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-25 21:49:39 +01:00
Leo Famulari
4235c6ee92
gnu: QGIS: Build without QtWebKit.
...
See <https://issues.guix.gnu.org/53289 > and <https://issues.guix.gnu.org/53512 >
for more information about this change.
* gnu/packages/geo.scm (qgis)[inputs]: Remove qtwebkit.
[arguments]: Pass "-DWITH_QTWEBKIT=NO" to #:configure-flags. Make the
custom 'check' phase honor TESTS?. Skip even more failing tests.
2022-01-25 15:10:19 -05:00
Leo Famulari
676de0a34c
gnu: FreeCAD: Replace QtWebKit with QtWebEngine.
...
See <https://issues.guix.gnu.org/53289 > for more information about this change.
* gnu/packages/engineering.scm (freecad)[inputs]: Remove QTWEBKIT. Add
QTDECLARATIVE, QTWEBCHANNEL, and QTWEBENGINE.
2022-01-25 13:37:55 -05:00
Leo Famulari
7a291f4e1c
Add copyright notice for 'Bird'.
...
This is a followup to commit cc74d19d66
.
* gnu/packages/video.scm: Add copyright attribution.
2022-01-25 13:30:17 -05:00
Bird
cc74d19d66
gnu: Add gallery-dl.
...
* gnu/packages/video.scm (gallery-dl): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2022-01-25 13:26:44 -05:00
Danny Milosavljevic
a58bcf927c
gnu: Add python-esprima.
...
* gnu/packages/python-xyz.scm (python-esprima): New variable.
2022-01-25 18:47:09 +01:00
Nicolas Goaziou
7c57821c68
gnu: sdl2: Update to 2.0.18.
...
* gnu/packages/sdl.scm (sdl2): Update to 2.0.18.
[inputs]: Remove labels.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-25 18:00:28 +01:00
Nicolas Goaziou
bca1157e47
gnu: qpdf: Update to 10.5.0.
...
* gnu/packages/pdf.scm (qpdf): Update to 10.5.0.
[arguments]<#:phases>: Use G-expression.
2022-01-25 17:45:35 +01:00
Lars-Dominik Braun
605cb7b4be
gnu: python-uvloop: Update to 0.16.0.
...
Version 0.14.0 is not compatible with Python 3.9[1]. Additionally unvendor the
copy of libuv, which was unused, but retained in the source tarball,
fix subprocess spawning and enable tests, so we know when future updates
break it.
[1] https://github.com/MagicStack/uvloop/issues/349
* gnu/packages/python-web.scm (python-uvloop): Update to 0.16.0.
[source]: Add snippet to remove pre-built loop.c and vendored libuv.
[arguments]<#:phases>: Substitute /bin/sh in 'preparations phase, override
'check phase and disable failing tests.
[native-inputs]: Remove python-flake8, because it causes test failures
and add python-pytest-timeout.
2022-01-25 11:06:22 +01:00
Efraim Flashner
f3655d32a4
gnu: newsboat: Add release-monitoring-url.
...
* gnu/packages/syndication.scm (newsboat)[properties]: New field.
2022-01-25 10:00:34 +02:00
Efraim Flashner
bc7a910f4c
gnu: youtube-dl: Add release-monitoring-url.
...
* gnu/packages/video.scm (youtube-dl)[properties]: New field.
2022-01-25 09:35:41 +02:00
Efraim Flashner
7e9a085261
gnu: yt-dlp: Add release-monitoring-url.
...
* gnu/packages/video.scm (yt-dlp)[properties]: New field.
2022-01-25 09:35:26 +02:00
Efraim Flashner
12e120a2c6
gnu: parallel: Update to 20220122.
...
* gnu/packages/parallel.scm (parallel): Update to 20220122.
2022-01-25 09:19:14 +02:00
Maxim Cournoyer
a4eae0c3ad
gnu: Add btrbk.
...
* gnu/packages/backup.scm (btrbk): New variable.
2022-01-24 17:57:06 -05:00
Nicolas Goaziou
2f4e65135b
gnu: lagrange: Update to 1.10.2.
...
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.2.
2022-01-24 23:48:10 +01:00
Hartmut Goebel
483731c816
gnu: Add grc.
...
* gnu/packages/shellutils.scm (grc): New variable.
2022-01-24 23:16:58 +01:00
Chris Marusich
ecb3f1b96a
gnu: luajit: Remove powerpc64le-linux from supported-systems.
...
* gnu/packages/lua.scm (luajit)[supported-systems]: New field. Set it to the
result of deleting "powerpc64le-linux" from %supported-systems.
2022-01-24 09:12:59 -08:00
Nicolas Goaziou
5b465de06c
gnu: fsearch: Update to 0.1.1.
...
* gnu/packages/search.scm (fsearch): Update to 0.1.1.
2022-01-24 15:47:49 +01:00
Giacomo Leidi
13b905bf28
gnu: Add python-tweepy.
...
* gnu/packages/python-web.scm (python-tweepy): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-24 15:39:16 +01:00
Calum Irwin
6504587168
gnu: zig: Update to 0.9.0
...
* gnu/packages/patches/zig-disable-libc-note-test.patch: Move patch changes to new file.
* gnu/packages/patches/zig-use-system-paths.patch: Update line numbers.
* gnu/packages/zig.scm: Update to 0.9.0
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-24 15:39:16 +01:00