Marius Bakke
6fdf851546
gnu: apostrophe: Build with older Meson.
...
* gnu/packages/gnome.scm (apostrophe)[arguments]: Add #:meson.
2021-12-26 23:20:07 +01:00
Marius Bakke
9a6667d045
gnu: markets: Simplify inputs.
...
* gnu/packages/gnome-xyz.scm (markets)[inputs]: Remove labels.
2021-12-26 23:20:07 +01:00
Marius Bakke
986fd3eda2
gnu: markets: Use libsoup@2.
...
* gnu/packages/gnome-xyz.scm (markets)[inputs]: Change from LIBSOUP to
LIBSOUP-MINIMAL-2.
2021-12-26 23:20:07 +01:00
Marius Bakke
9d680229a5
gnu: passwordsafe: Adjust style.
...
* gnu/packages/gnome.scm (passwordsafe)[arguments]: Rewrite as gexp. Avoid
referencing the PYTHON variable. Remove trailing #t.
[inputs]: Add PYTHON (explicitly).
2021-12-26 23:20:07 +01:00
Marius Bakke
84e6956d2a
gnu: passwordsafe: Simplify inputs.
...
* gnu/packages/gnome.scm (passwordsafe): Simplify inputs.
2021-12-26 23:20:07 +01:00
Marius Bakke
489fb4da3d
gnu: passwordsafe: Fix build.
...
* gnu/packages/gnome.scm (passwordsafe)[arguments]: Build with MESON-0.59.
2021-12-26 23:20:07 +01:00
Nicolas Goaziou
2a4b41cc08
gnu: emacs-modus-themes: Update to 2.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.0.0.
2021-12-26 22:59:05 +01:00
Sharlatan Hellseher
6445f412b9
gnu: rawtherapee: Fix build.
...
* gnu/packages/photo.scm: (rawtherapee): Fix build.
2021-12-26 22:28:35 +01:00
Leo Famulari
17d7343df8
gnu: pypy3: Prohibit references to nss-certs.
...
Built packages should not refer to nss-certs, to prevent errant hard-coding of a
certificate store version.
* gnu/packages/python.scm (pypy3)[arguments]: Add nss-certs
to #:disallowed-references.
2021-12-26 15:52:32 -05:00
Leo Famulari
79fe54052f
gnu: ldns: Do not depend directly on nss-certs.
...
If ldns depends on a particular version of nss-certs, the features that use the
certificates will eventually stop working as the certificates expire. Instead,
the certificates should be found at run-time.
* gnu/packages/dns.scm (ldns)[inputs]: Remove nss-certs.
[arguments]: Adjust the value of "--with-ca-path" in #:configure-flags.
2021-12-26 15:52:31 -05:00
Vinicius Monego
3c4c356879
gnu: python-astropy: Update to 5.0.
...
* gnu/packages/astronomy.scm (python-astropy): Update to 5.0.
[propagated-inputs]: Add python-packaging, python-pyyaml.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:42:27 +01:00
Vinicius Monego
c2ac3a72cf
gnu: erfa: Update to 2.0.0.
...
* gnu/packages/astronomy.scm (erfa): Update to 2.0.0.
(python-pyerfa): Update to 2.0.0.1.
[arguments]<#:phases>: Don't return #t.
[native-inputs]: Use the new style.
[inputs]: Likewise.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:42:09 +01:00
Vinicius Monego
8923e7de0a
gnu: python-pytest-doctestplus: Honor #:tests?.
...
* gnu/packages/python-check.scm (python-pytest-doctestplus): Honor #:tests? in
the custom 'check phase.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:41:59 +01:00
Vinicius Monego
b5f990da9c
gnu: python-pytest-doctestplus: Update to 0.11.2.
...
* gnu/packages/python-check.scm (python-pytest-doctestplus): Update to
0.11.2.
[arguments]<#:phases>: In the custom 'check phase, skip tests that require
remote data.
[native-inputs]: Add python-setuptools-scm.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:41:49 +01:00
Vinicius Monego
8a4d3bd91f
gnu: python-pytest-arraydiff: Fix 'sanity-check phase.
...
* gnu/packages/python-check.scm (python-pytest-arraydiff)[native-inputs]: Add
python-pytest.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:41:38 +01:00
Vinicius Monego
4ff2fe728e
gnu: gmic: Build with OpenEXR 3.
...
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:40:22 +01:00
Vinicius Monego
fecc1c0539
gnu: gmic: Update to 3.0.0.
...
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:40:13 +01:00
Vinicius Monego
a034024e6e
gnu: krita: Switch to qt-build-system.
...
* gnu/packages/kde.scm (krita)[build-system]: Switch to qt-build-system.
[arguments]<#:phases>: Remove 'wrap-executable phase that is performed by the
new build system.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:36:09 +01:00
Vinicius Monego
c076952596
gnu: krita: Add optional dependencies.
...
* gnu/packages/kde.scm (krita)[arguments]<#:configure-flags>: Don't set
-DCMAKE_CXX_FLAGS as it's not required for OpenEXR 3.
[inputs]: Remove ilmbase, openexr-2. Add imath, libmypaint, libwebp, openexr.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:35:49 +01:00
Vinicius Monego
1e566de259
gnu: krita: Update to 5.0.0.
...
* gnu/packages/kde.scm (krita): Update to 5.0.0.
[source]: Make some cosmetic changes.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:35:08 +01:00
Vinicius Monego
a2f0d93661
gnu: krita: Add optional dependencies.
...
* gnu/packages/kde.scm (krita)[inputs]: Add giflib, kseexpr, libheif,
opencolorio, openjpeg, python, python-pyqt, python-sip.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:34:48 +01:00
Vinicius Monego
f5c34e2e2c
gnu: Add kseexpr.
...
* gnu/packages/kde.scm (kseexpr): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 21:34:18 +01:00
Nicolas Goaziou
9104399f31
gnu: Add texlive-latex-numprint.
...
* gnu/packages/tex.scm (texlive-latex-numprint): New variable.
2021-12-26 21:26:22 +01:00
Nicolas Goaziou
21ec0c781b
gnu: Add texlive-generic-babel-french.
...
* gnu/packages/tex.scm (texlive-generic-babel-french): New variable.
2021-12-26 20:37:34 +01:00
Xinglu Chen
e4f7df70b3
gnu: Add emacs-bison-mode.
...
* gnu/packages/emacs-xyz.scm (emacs-bison-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 20:36:32 +01:00
Aleksandr Vityazev
74065778bb
gnu: emacs-scel: Fix build.
...
* gnu/packages/emacs-xyz (emacs-scel): [arguments] <#:phases>:
Use a lambda* with an outputs key in configure phase.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-26 20:33:12 +01:00
jgart
ea780316b0
gnu: Add xst.
...
* gnu/packages/suckless.scm (xst): New variable.
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 19:22:35 +01:00
jgart
3fbe61fa50
gnu: Add python-logzero.
...
* gnu/packages/python-xyz.scm (python-logzero): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 19:16:50 +01:00
jgart
2f0107d8a2
gnu: Add python-librosa.
...
* gnu/packages/audio.scm (python-librosa): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 19:11:41 +01:00
jgart
b615790a5f
gnu: Add python-resampy.
...
* gnu/packages/audio.scm (python-resampy): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 19:07:59 +01:00
Ryan Desfosses
2ef377ed13
gnu: gajim: Add libnice.
...
Fixes: <https://issues.guix.gnu.org/51341 >.
* gnu/package/messaging.scm (gajim)[inputs]: Add libnice.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 18:56:27 +01:00
jgart
91ce575068
gnu: Remove python2-pymongo.
...
* gnu/packages/python-xyz.scm (python2-pymongo): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-26 18:56:25 +01:00
Liliana Marie Prikler
049851d16e
gnu: telegram-desktop: Build with glibmm-2.64.
...
This fixes a configure failure introduced in commit
43b9419bdc
.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Use glibmm-2.64
instead of glibmm.
2021-12-26 14:15:31 +01:00
Felix Gruber
2495582e08
gnu: postgis: Update to 3.2.0.
...
* gnu/packages/geo.scm (postgis): Update to 3.2.0.
[inputs]: Use new simplified format.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-26 10:06:51 +01:00
Sharlatan Hellseher
d038c52fec
gnu: cl-split-sequence: Update to 2.0.1.
...
* gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-26 10:06:51 +01:00
Nicholas von Klitzing
27eb4ac9f5
gnu: nextcloud-client: Update to 3.2.0.
...
* gnu/packages/sync.scm (nextcloud-client): Update to 3.2.0.
2021-12-26 09:32:52 +01:00
Brice Waegeneire
df8315cf07
gnu: shotcut: Satisfy guix lint.
...
* gnu/packages/video.scm (shotcut)[native-inputs]: Rename
'python-wrapper' label to match it's package name.
[inputs]: Add bash-minimal because 'wrap-program' is used.
2021-12-26 09:11:21 +01:00
Vinicius Monego
1f7b605b2b
gnu: shotcut: Update to 21.12.24.
...
* gnu/packages/video.scm (shotcut): Update to 21.12.24.
2021-12-26 09:00:38 +01:00
Marius Bakke
a39e64bc22
gnu: Add feedgnuplot.
...
* gnu/packages/maths.scm (feedgnuplot): New public variable.
2021-12-26 00:58:28 +01:00
Marius Bakke
7ab055434a
gnu: Add Vnlog.
...
* gnu/packages/datamash.scm (vnlog): New public variable.
2021-12-26 00:58:28 +01:00
Marius Bakke
577367de8b
gnu: Add mawk.
...
* gnu/packages/gawk.scm (mawk): New public variable.
2021-12-26 00:58:28 +01:00
Marius Bakke
3776668c5e
gnu: fifengine: Simplify inputs.
...
* gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
2021-12-26 00:58:27 +01:00
Marius Bakke
d9aa923dfd
gnu: fifengine: Gexp arguments.
...
* gnu/packages/games.scm (fifengine)[arguments]: Rewrite as gexps. Remove
input labels, top-level Python reference, and trailing #t's.
2021-12-26 00:58:27 +01:00
Marius Bakke
52d945d382
gnu: fifengine: Fix build.
...
* gnu/packages/patches/fifengine-boost-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/games.scm (fifengine)[source](patches): Add it.
[arguments]: Remove defunct Python module import.
2021-12-26 00:58:27 +01:00
Marius Bakke
9d9c7d2202
gnu: qemu-minimal: Simplify input filter.
...
* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove
useless conditional, and fix indentation.
2021-12-26 00:58:27 +01:00
Brice Waegeneire
b891f8519d
channels: Add 'branch' to 'channel->code' output.
...
* guix/channels.scm (channel->code): Add 'branch' to output.
2021-12-25 19:12:37 +01:00
Tobias Geerinckx-Rice
1dfe8c3721
gnu: linux-libre: Build simplefb into all x86{,_64} kernels.
...
This attempts to mitigate <https://issues.guix.gnu.org/52667 >.
It makes linux-libre@5.15 consistent with older versions which do not
support a modular simplefb, allowing a single %base-initrd-modules
simple list for all of them.
Unlike CONFIG_FB_SIMPLE=m, CONFIG_FB_SIMPLE=y conflicts with
CONFIG_DRM_SIMPLEDRM, so the latter is now disabled. Let us hope it is
not missed.
* gnu/packages/aux-files/linux-libre/5.15-i686.conf,
gnu/packages/aux-files/linux-libre/5.15-x86_64.conf:
Unset CONFIG_DRM_SIMPLEDRM to build in CONFIG_FB_SIMPLE=y.
* gnu/system/linux-initrd.scm (default-initrd-modules):
Remove "simplefb".
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
14bc88a9b3
gnu: ldns: Gexp arguments.
...
* gnu/packages/dns.scm (ldns)[arguments]:
Rewrite as a keyword/gexp list.
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
a1bf1e6faf
gnu: ldns: Make Python non-native.
...
The ldns-config and _ldns.la files keep a reference to its /include and
/lib, respectively. The package won't currently cross-build.
* gnu/packages/dns.scm (ldns)[native-inputs]:
Move python-wrapper from here…
[inputs]: …to here.
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
7e00455853
gnu: ldns: Remove input labels.
...
* gnu/packages/dns.scm (ldns)[native-inputs]:
Remove input labels.
2021-12-25 07:20:00 +01:00