Sarah Morgensen
1ba19f4bf1
gnu: python-plotly: Remove obsolete phase.
...
* gnu/packages/graph.scm (python-plotly)[arguments]<#:phases>: Remove
'make-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:49 -05:00
Sarah Morgensen
21566bfd49
gnu: go-github-com-gdamore-tcell: Remove obsolete phase.
...
* gnu/packages/golang.scm (go-github-com-gdamore-tcell)[arguments]
<#:phases>: Remove 'make-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:49 -05:00
Sarah Morgensen
8347c49e56
gnu: go-github-com-docker-distribution: Remove obsolete phase.
...
* gnu/packages/golang.scm (go-github-com-docker-distribution)[arguments]
<#:phases>: Remove 'make-gzip-archive-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:49 -05:00
Sarah Morgensen
37f6126f9f
gnu: go-golang-org-x-crypto: Remove obsolete phase.
...
* gnu/packages/golang.scm (go-golang-org-x-crypto)[arguments]<#:phases>:
Remove 'make-gzip-archive-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:48 -05:00
Sarah Morgensen
e0940ed843
gnu: po4a: Remove obsolete phase.
...
* gnu/packages/gettext.scm (po4a)[arguments]<#:phases>: Remove 'make-compressed-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:48 -05:00
Sarah Morgensen
6dc8a61bb1
gnu: emacs: Remove obsolete phase.
...
* gnu/packages/emacs.scm (emacs)[arguments]<#:phases>: Remove
'make-compressed-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:48 -05:00
Sarah Morgensen
0d04504362
gnu: cups-minimal: Remove obsolete phase.
...
* gnu/packages/cups.scm (cups-minimal)[arguments]<#:phases>: Remove
'make-manpages-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:48 -05:00
Sarah Morgensen
b9e703da9d
gnu: clipper: Remove obsolete phase.
...
* gnu/packages/bioinformatics.scm (clipper)[arguments]<#:phases>: Remove
'make-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:48 -05:00
Sarah Morgensen
85e43978a4
gnu: python-biom-format: Remove obsolete phase.
...
* gnu/packages/bioinformatics.scm (python-biom-format)[arguments]
<#:phases>: Remove 'make-files-writable phase.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-01-10 11:44:47 -05:00
Maxim Cournoyer
c61e742854
gnu: tbb-2020: Use ld.gold to work around segfaults in check phase.
...
* gnu/packages/tbb.scm (tbb-2020)
[configure-flags]: Use -fuse-ld=gold in CFLAGS.
[native-inputs]: Add ld-gold-wrapper.
2022-01-10 11:44:47 -05:00
Maxim Cournoyer
5651e46983
gnu: python-igraph: Update to 0.9.8.
...
* gnu/packages/graph.scm (python-igraph): Update to 0.9.8.
[origin]: Fetch from git.
[configure-flags]: Delete argument.
[phases]{build}: No longer override phase.
{check}: Preserve ordering and streamline.
{specify-libigraph-location}: New phase.
[native-inputs]: Remove pkg-config.
[home-page]: Update.
2022-01-10 11:44:47 -05:00
Maxim Cournoyer
3c50cb75ee
gnu: igraph: Update to 0.9.5.
...
* gnu/packages/graph.scm (igraph): Update to 0.9.5.
[source]: Add snippet to fully unbundle.
[build-system]: Use cmake-build-system.
[configure-flags]: Replace all by just '-DBUILD_SHARED_LIBS=ON'.
[native-inputs]: Add pkg-config.
[inputs]{zlib}: Delete input.
{arpack-ng, plfit, suitesparse}: New inputs.
2022-01-10 11:44:47 -05:00
Maxim Cournoyer
36681885d4
gnu: Add plfit.
...
* gnu/packages/graph.scm (plfit): New variable.
2022-01-10 11:44:46 -05:00
Maxim Cournoyer
64dac22b17
gnu: python-pysam: Update to 0.18.0.
...
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.18.0.
[source]: Add FIXME to clarify bundled libraries in use.
[phases]{check}: Streamline.
[propagated-inputs]: Use latest htslib (1.14).
[native-inputs]: Use latest samtools and bcftools (1.14). Remove python-nose.
2022-01-10 11:44:46 -05:00
Maxim Cournoyer
801d0ed622
gnu: bcftools: Update to 1.14.
...
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.14.
(bcftools-1.12): New variable.
(bcftools-1.10): Use package/inherit and delete trailing #t.
[name]: Delete field.
2022-01-10 11:44:46 -05:00
Maxim Cournoyer
23fdb5a69c
gnu: samtools: Update to 1.14.
...
* gnu/packages/bioinformatics.scm (samtools): Update to 1.14.
[modules]: Delete argument.
[phases]{install-library, install-headers}: Delete phases. This version no
longer includes the legacy library (it links to htslib directly).
(samtools-1.12): New variable.
2022-01-10 11:44:46 -05:00
Maxim Cournoyer
74af2dd148
gnu: htslib: Update to 1.14.
...
* gnu/packages/bioinformatics.scm (htslib): Update to 1.14.
(htslib-1.12): New variable.
(htslib-1.10, htslib-1.9, htslib-1.3)
(htslib-for-samtools-1.2): Normalize style.
2022-01-10 11:44:46 -05:00
Maxim Cournoyer
3c9a98bf34
gnu: python-beautifulsoup4: Update to 4.10.0.
...
* gnu/packages/python-xyz.scm (python-beautifulsoup4): Update to 4.10.0.
[propagated-inputs]{python-html5lib, python-lxml}: New inputs.
[arguments]: Delete field.
(python2-beautifulsoup4): Peg at version 4.9.3.
2022-01-10 11:44:45 -05:00
Maxim Cournoyer
01a01c88f8
gnu: poetry: Update to 1.1.12.
...
* gnu/packages/python-xyz.scm (poetry): Update to 1.1.12.
[phases]{patch-setup-py}: Relax packaging version requirement.
[propagated-inputs]{python-msgpack-transitional}: Replace with...
{python-msgpack}: ... this.
{python-requests-toolbelt-0.9.1}: Replace with...
{python-requests-toolbelt}: ... this.
{python-msgpack-transitional}: Delete variable.
2022-01-10 11:44:45 -05:00
Maxim Cournoyer
08769d0bce
gnu: python-requests-toolbelt: Update to 0.9.1 and enable tests.
...
* gnu/packages/python-web.scm (pyhton-requests-toolbelt): Update to 0.9.1.
[phases]{delete-problematic-tests}: New phase.
(python-requests-toolbelt-0.9.1): Delete variable.
(python2-requests-toolbelt): Likewise.
(python-cloudscraper): Adjust accordingly.
2022-01-10 11:44:45 -05:00
Maxim Cournoyer
f0be3ddadf
gnu: python-cachecontrol: Update to 0.12.10.
...
* gnu/packages/python-web.scm (python-cachecontrol): Update to 0.12.10.
2022-01-10 11:44:45 -05:00
Maxim Cournoyer
0be48040dc
gnu: python-os-testr: Propagate python-testtools and python-babel.
...
Lack of python-testtools was causing the sanity-check phase to fail.
* gnu/packages/openstack.scm (python-os-testr)
[native-inputs]{python-testtools, python-babel}: Move to...
[propagated-inputs]: ... here.
2022-01-10 11:44:44 -05:00
Maxim Cournoyer
7aa7d85bac
gnu: webkitgtk: Enable GStreamer GL support.
...
* gnu/packages/webkit.scm (webkitgtk)[configure-flags]: Remove the
'-DUSE_GSTREAMER_GL=OFF' build option.
2022-01-10 11:44:44 -05:00
Maxim Cournoyer
00e4bd2500
gnu: webkitgtk: Add a note about plugins in description.
...
This is in response to <https://issues.guix.gnu.org/52375 >.
* gnu/packages/webkit.scm (webkitgtk): Add a note about GStreamer plugins.
Reported-by: Jack Hill <jackhill@jackhill.us>
2022-01-10 11:44:44 -05:00
Maxim Cournoyer
c704bdd95b
gnu: python2-matplotlib: Update to 2.2.5.
...
* gnu/packages/python-xyz.scm (python2-matplotlib): Update to 2.2.5.
[phases]: Use G-exp.
{install-jquery-ui}: Delete phase. JQuery is bundled in this release.
[native-inputs]: Remove all exception pkg-config.
[propagated-inputs]: Sort and explicitly specify all inputs to ease
maintenance.
2022-01-10 11:44:44 -05:00
Maxim Cournoyer
ea0ed65c59
gnu: python-matplotlib: Update to 3.5.1 and run tests in parallel.
...
* gnu/packages/python-xyz.scm (python-matplotlib): Update to 3.5.1.
[propagated-inputs]: Add python-fonttools, python-wxpython
and python-packaging.
[native-inputs]: Remove python-mock, python-wheel, unzip and jquery-ui.
Add python-pytest-timeout, python-pytest-xdist, python-setuptools-scm and
python-setuptools-scm-git-archive.
[phases]: Delete trailing #t.
{pretend-version}: New phase.
{install-jquery-ui}: Delete phase.
{check}: Honor TESTS?. Do not skip webagg tests anymore. Invoke using
'-n' argument to run tests in parallel via pytest-xdist.
{configure-environment}: Do not set LD_LIBRARY_PATH nor HOME. Rename
setup.cfg to mplsetup.cfg. Set the backend to Agg.
2022-01-10 11:44:43 -05:00
Maxim Cournoyer
e5e533c221
gnu: python-fonttools: Update to 4.28.5.
...
* gnu/packages/python-xyz.scm (python-fonttools): Update to 4.28.5 and hide
the package.
[properties]: New field.
(python-fonttools-with-tests): New variable.
2022-01-10 11:44:43 -05:00
Maxim Cournoyer
b4e18112ef
gnu: Add python-zopfli.
...
* gnu/packages/python-compression.scm (python-zopfli): New variable.
2022-01-10 11:44:43 -05:00
Maxim Cournoyer
53d7e92e68
gnu: Add zopfli.
...
* gnu/packages/compression.scm (zopfli): New variable.
2022-01-10 11:44:43 -05:00
Maxim Cournoyer
b794dff00a
gnu: Add python-fs.
...
* gnu/packages/python-xyz.scm (python-fs): New variable.
2022-01-10 11:44:42 -05:00
Maxim Cournoyer
32f1ae3616
gnu: Add python-pyftpdlib.
...
* gnu/packages/python-xyz.scm (python-pyftpdlib): New variable.
2022-01-10 11:44:42 -05:00
Maxim Cournoyer
d07d0835a9
gnu: Add python-pysendfile.
...
* gnu/packages/python-xyz.scm (python-pysendfile): New variable.
2022-01-10 11:44:42 -05:00
Maxim Cournoyer
2fa2b91d59
gnu: python-pylint: Update to 2.12.2.
...
* gnu/packages/check.scm (python-pylint): Update to 2.12.2.
[phases]{check}: Override phase.
[native-inputs]: Remove python-pytest-benchmark, python-pytest-runner.
[propagated-inputs]: Add python-platformdirs, python-typing-extensions.
[synopsis]: Streamline.
2022-01-10 11:44:42 -05:00
Maxim Cournoyer
b9839ee1c5
gnu: python-platformdirs: Update to 2.4.0, run tests and fix metadata.
...
* gnu/packages/python-xyz.scm (python-platformdirs): Update to 2.4.0.
[phases]{pretend-version}: New phase.
{check}: Override to run tests.
[native-inputs]{python-setuptools-scm}: New input.
2022-01-10 11:44:41 -05:00
Maxim Cournoyer
5b218cc14a
gnu: python-flit: Update to 3.5.1, enable tests and apply guix style.
...
* gnu/packages/python-xyz.scm (python-flit)[origin]: Fetch from pypi-uri, to
ease updating the package.
[phases]{bootstrap}: Delete phase.
{build, install}: Do a PEP 517 build using pypa-build.
{check}: New phase.
[tests?]: Enable.
[propagated-inputs]{python-pytoml, python-toml}: Remove.
{python-pypa-build, python-tomli-w, python-flit-core, python-requests}: New
inputs.
{python-docutils}: New input, moved from...
[native-inputs]: ... here. Apply guix style.
{python-testpath}: Use the regular python-testpath package.
[synopsis, description]: Re-indent.
2022-01-10 11:44:41 -05:00
Maxim Cournoyer
3307224bf9
gnu: python-testpath: Update to 0.5.0 and enable tests.
...
* gnu/packages/check.scm (python-testpath): Update to 0.5.0.
[phases]{relax-requirements}: New phase
{build}: Build using pypa-build's 'build' command.
{check}: Override phase.
{install}: Adjust.
[native-inputs]: Remove python-flit. Add python-pypa-build and python-pytest.
[home-page]: Update.
2022-01-10 11:44:41 -05:00
Maxim Cournoyer
84558f252e
gnu: Add python-tomli-w.
...
* gnu/packages/python-build.scm (python-tomli-w): New variable.
2022-01-10 11:44:41 -05:00
Maxim Cournoyer
ded3b554f9
gnu: python-astroid: Update to 2.9.0.
...
* gnu/packages/python-xyz.scm (python-astroid): Update to 2.9.0.
[native-inputs]: Add python-typing-extensions.
[properties]: Delete field.
(python2-astroid): Delete variable.
2022-01-10 11:44:40 -05:00
Maxim Cournoyer
b328a829fb
gnu: python-typing-extensions: Update to 4.0.1.
...
* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 4.0.1.
[origin]: Use git-fetch.
[tests?]: Disable.
[phases]{unpack, build, install}: New phases.
[native-inputs]: Add python-pypa-build, python-flit-core.
[home-page]: Shorten URL.
2022-01-10 11:44:40 -05:00
Maxim Cournoyer
992b66a124
gnu: python-typing: Update to 3.10.0.0.
...
* gnu/packages/python-xyz.scm (python-typing): Update to 3.10.0.0.
2022-01-10 11:44:40 -05:00
Maxim Cournoyer
3b3fb28086
gnu: python-flit-core: Propagate python-tomli instead of python-toml.
...
Flit Core apparently requires tomli at runtime rather than toml. This means
we must build a toml-less python-flit-core first, for bootstrapping purposes.
* gnu/packages/python-build.scm (python-flit-core-bootstrap): New variable.
(python-flit-core): Inherit from the above, replacing the propagated
python-toml by python-tomli.
(python-tomli): Adjust accordingly.
2022-01-10 11:44:40 -05:00
Maxim Cournoyer
0be45b28a9
gnu: python-curio: Disable newly failing 'test_timeout' test.
...
* gnu/packages/python-xyz.scm (python-prettytable)
[phases]{check}: Honor TESTS? and skip the 'test_timeout' test.
2022-01-10 11:44:39 -05:00
Maxim Cournoyer
0557f78150
gnu: glade3: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (glade3)[native-inputs]: Add python.
2022-01-10 11:44:39 -05:00
Maxim Cournoyer
4bbd572732
gnu: python-typed-ast: Update to 1.5.1.
...
* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.5.1.
2022-01-10 11:44:39 -05:00
Maxim Cournoyer
0bf465c64d
gnu: gjs: Build with meson-0.59 to avoid 'install_dir' error.
...
* gnu/packages/gnome.scm (gjs)[meson]: Use meson-0.59.
2022-01-10 11:44:39 -05:00
Maxim Cournoyer
7407f0c496
gnu: python-msgpack: Update to 1.0.3.
...
* gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.3.
(python2-msgpack): Delete variable.
2022-01-10 11:44:38 -05:00
Maxim Cournoyer
b925b3c6dc
gnu: tracker: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (tracker)[native-inputs]: Add python.
2022-01-10 11:44:38 -05:00
Maxim Cournoyer
00ed8c6fe9
gnu: dconf: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (dconf)[native-inputs]: Add python.
2022-01-10 11:44:38 -05:00
Maxim Cournoyer
5d231df3cc
gnu: gtkmm: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add python.
2022-01-10 11:44:38 -05:00
Maxim Cournoyer
b78f0cbff4
gnu: gtk: Update to 4.4.1.
...
* gnu/packages/patches/gtk-introspection-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gtk.scm (gtk): Update to 4.4.1.
[origin]: Apply new patch.
[phases]{pre-check}: Set TZDIR.
[native-inputs]: Add graphene, python-pygobject and tzdata.
2022-01-10 11:44:37 -05:00
Maxim Cournoyer
8b1a6ee69d
gnu: gusb: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (gusb)[native-inputs]: Add python.
2022-01-10 11:44:37 -05:00
Maxim Cournoyer
5c3d2db4fd
gnu: pangomm: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gtk.scm (pangomm)[native-inputs]: Add python.
2022-01-10 11:44:37 -05:00
Maxim Cournoyer
e25772628d
gnu: atkmm-2.28: Do not propagate two variants of glibmm.
...
* gnu/packages/gtk.scm (atkmm-2.28)[propagated-inputs]: Replace rather than
append glibmm-2.64.
2022-01-10 11:44:37 -05:00
Maxim Cournoyer
9e0dfe61e9
gnu: atkmm: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gtk.scm (atkmm)[native-inputs]: Add python.
2022-01-10 11:44:37 -05:00
Maxim Cournoyer
be04f73d09
gnu: libxkbcommon: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/xdisorg.scm (libxkbcommon)[native-inputs]: Add python.
2022-01-10 11:44:36 -05:00
Maxim Cournoyer
b179c14bf6
gnu: wayland-protocols: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/freedesktop.scm (wayland-protocols)[native-inputs]: Add python.
2022-01-10 11:44:36 -05:00
Maxim Cournoyer
e8c924296f
gnu: wayland: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/freedesktop.scm (wayland)[native-inputs]: Add python.
2022-01-10 11:44:36 -05:00
Maxim Cournoyer
291c4fa0ba
gnu: epiphany: Update to 41.2.
...
* gnu/packages/gnome.scm (epiphany): Update to 41.2.
2022-01-10 11:44:36 -05:00
Maxim Cournoyer
ab0893f789
gnu: python-gnupg: Update to 0.4.8.
...
* gnu/packages/gnupg.scm (python-gnupg): Update to 0.4.8.
(python2-gnupg): Delete variable.
2022-01-10 11:44:36 -05:00
Maxim Cournoyer
2080f55590
gnu: gsettings-desktop-schemas: Add python to native inputs.
...
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python, which is the reason this change is now needed here.
* gnu/packages/gnome.scm (gsettings-desktop-schemas)
[phases]{patch-schemas}: Use 'search-input-directory'.
[native-inputs]: Use new style and add python.
2022-01-10 11:44:35 -05:00
Maxim Cournoyer
ee16c5a685
gnu: gnome-backgrounds: Update to 41.0.
...
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 41.0.
[native-inputs]: Use new style.
2022-01-10 11:44:35 -05:00
Maxim Cournoyer
006ee16926
gnu: rust-1.39: Update mrustc to commit c70665.
...
This brings us closer to a i686 native bootstrap.
* gnu/packages/rust.scm (%mrustc-commit): Update to latest commit, c70665.
2022-01-10 11:44:35 -05:00
Maxim Cournoyer
acaec1b5b7
gnu: elogind: Reinstate the test-event.c test.
...
* gnu/packages/freedesktop.scm (elogind)[phases]{adjust-tests}: Do not
de-register the test-event.c test file from meson.build.
2022-01-10 11:44:35 -05:00
Maxim Cournoyer
7ecc2e3d2b
gnu: shadow: Update to 4.9.
...
* gnu/packages/admin.scm (shadow): Update to 4.9.
[source]: Remove hurd patch, merged upstream.
[phases]{fix-linking-to-pam}: New phase.
* gnu/packages/patches/shadow-hurd-pctrl.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): De-register it.
2022-01-10 11:44:35 -05:00
Maxim Cournoyer
b082fdb4b5
gnu: libpcap: Update to 2.62.
...
* gnu/packages/linux.scm (libpcap): Update to 2.62.
[phases]{configure}: Delete phase, and move LDFLAGS to...
[make-flags]: ... here. Define arguments via G-expressions.
2022-01-10 11:44:34 -05:00
Maxim Cournoyer
eda1860d02
gnu: cmake-bootstrap: Update to 3.21.4.
...
* gnu/packages/cmake.scm (cmake-bootstrap): Update to 3.21.4.
2022-01-10 11:44:34 -05:00
Maxim Cournoyer
be3b33dbba
gnu: eudev: Update to 3.2.11.
...
* gnu/packages/linux.scm (eudev): Update to 3.2.11.
[phases]{make-source-writable}: Remove phase, no longer needed.
{patch-bindir-in-btrfs-rules}: Likewise, fixed upstream.
Remove trailing #t.
2022-01-10 11:44:34 -05:00
Maxim Cournoyer
f1d774826a
gnu: util-linux: Update to 2.37.2.
...
* gnu/packages/linux.scm (util-linux): Update to 2.37.2.
2022-01-10 11:44:34 -05:00
Maxim Cournoyer
38747a27f3
gnu: gnupg: Update to 2.2.32.
...
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.32.
(gnupg-2.2.32): Delete variable.
(qgpgme)[native-inputs]: Use the regular gnupg package.
* gnu/packages/emacs-xyz.scm (emacs-pinentry): Likewise.
2022-01-10 11:44:33 -05:00
Maxim Cournoyer
0c5bfcadfd
gnu: glibmm-2.64: Fix libsigc++ propagation.
...
Fixes <https://issues.guix.gnu.org/52519 >. The package was propagating two
variants of libsigc++.
* gnu/packages/glib.scm (glibmm-2.64)[propagated-inputs]: Replace existing
libsigc++ package instead of prepending an extra one.
Reported-by: Leo Famulari <leo@famulari.name>
2022-01-10 11:44:33 -05:00
Maxim Cournoyer
946c5e05a4
gnu: glibmm: Remove trailing #t.
...
* gnu/packages/glib.scm (glibmm): Remove trailing #t.
2022-01-10 11:44:33 -05:00
Maxim Cournoyer
3d91c07875
gnu: pciutils: Fix the conditional for the kmod input.
...
Fixes <https://issues.guix.gnu.org/52411 >. Thanks to Maxime Devos for
suggesting the solution.
* gnu/packages/pciutils.scm (pciutils): Delete trailing #t.
[inputs]{kmod}: Use the hurd-target? procedure in the condition, which
correctly handles the Nix system of %current-system and GNU triplet of
%current-target-system.
2022-01-10 11:44:33 -05:00
Maxim Cournoyer
2257e65079
gnu: help2man: Update to 1.48.5.
...
* gnu/packages/man.scm (help2man): Update to 1.48.5.
2022-01-10 11:44:33 -05:00
Maxim Cournoyer
8b7a304e99
gnu: python-nose: Fix build.
...
This unmaintained package doesn't build anymore on Python 3.9.9.
* gnu/packages/check.scm (python-nose)[phases]{invoke-2to3}: New phase.
[properties]: New field.
(python2-nose): Strip python2 property.
[phases]{invoke-2to3}: Delete phase.
2022-01-10 11:44:33 -05:00
Maxim Cournoyer
8faa04c316
gnu: glib: Fix cross-compilation.
...
Fixes <https://issues.guix.gnu.org/52574 >.
Reported by L p R n d n <guix@lprndn.info>.
Thanks to Maxime Devos for the suggested fix.
* gnu/packages/glib.scm (glib)[configure-flags]: Define as a G-expression.
(glib-with-documentation)[configure-flags]: Likewise.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
2fb54e94c3
gnu: libproxy: Remove target condition from check phase.
...
* gnu/packages/networking.scm (libproxy)[phases]{check}: Remove target condition.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
0fcfa1cdc0
gnu: libcap: Use #$output unconditionally.
...
* gnu/packages/linux.scm (libcap)[phases]{configure}: Use #$output
unconditionally.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
cbb6f14ab3
gnu: heimdal: Unify phases, addressing TODO.
...
* gnu/packages/kerberos.scm (heimdal)[phases]: Unconditionally use the
%current-target-system branch.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
771550b280
gnu: cairo: Use bash-minimal unconditionally.
...
* gnu/packages/gtk.scm (cairo)[inputs]: Use bash-minimal unconditionally.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
37b589425f
gnu: llvm-12: Use quasiquote, addressing TODO.
...
* gnu/packages/llvm.scm (llvm-12)[configure-flags]: Use quasiquote.
2022-01-10 11:44:32 -05:00
Maxim Cournoyer
e8298b8cf3
gnu: mozjs-60: Use quasiquote, addressing TODO.
...
* gnu/packages/gnuzilla.scm (mozjs-60)[configure-flags]: Use quasiquote.
2022-01-10 11:44:31 -05:00
Maxim Cournoyer
a9d27c30dc
gnu: gobject-introspection: Unconditionally use flex and bison.
...
* gnu/packages/glib.scm (gobject-introspection): Delete trailing #t.
[native-inputs]: Unconditionally use flex and bison.
2022-01-10 11:44:31 -05:00
Maxim Cournoyer
a400a64227
gnu: rust-bitflags-1: Absorb rust-bitflags-1.3.
...
* gnu/packages/crates-io.scm (rust-bitflags-1.3): Delete variable, absorbed
into...
(rust-bitflags-1): ... this one.
* gnu/packages/syndication.scm (newsboat)[cargo-inputs]: Adjust to use
rust-bitflags-1.
2022-01-10 11:44:31 -05:00
Maxim Cournoyer
ce362bc1f3
gnu: binutils: Absorb binutils-next.
...
* gnu/packages/base.scm (binutils)[configure-flags]: Set out-of-source? to #t.
{--enable-64-bit-bfd, --enable-compressed-debug-sections=all, --enable-lto,
--enable-separate-code, --enable-threads}: New flags.
(binutils-next): Delete variable.
(binutils-gold): Inherit from binutils.
* gnu/packages/linux.scm (kexec-tools)[native-inputs]: Replace
binutils-next with binutils.
2022-01-10 11:44:31 -05:00
Maxim Cournoyer
d3f195f77e
gnu: isc-dhcp: Address TODOs.
...
* gnu/packages/admin.scm (isc-dhcp): Remove trailing #t.
[phases]{post-install}: Remove the 'native-inputs' argument.
{post-configure}: Do not patch the libexec scripts.
[inputs]{bash}: Remove conditional.
2022-01-10 11:44:30 -05:00
Maxim Cournoyer
1c3a922542
gnu: autoconf-2.69: Repatriate unpatch-shebangs phase from 2.71.
...
* gnu/packages/autotools.scm (autoconf-2.71)[phases]{unpatch-shebangs}: Move
to...
* gnu/packages/autotools.scm (autoconf-2.69)[phases]: ... here.
2022-01-10 11:44:30 -05:00
Maxim Cournoyer
756188a8da
gnu: avahi: Make all arguments unconditional.
...
* gnu/packages/avahi.scm (avahi)[origin]: Fix indentation
and remove trailing #t.
[arguments]: Re-integrate conditional arguments.
2022-01-10 11:44:30 -05:00
Maxim Cournoyer
80d8cf6cc6
gnu: python-3.9: Update to 3.9.9.
...
* gnu/packages/python.scm (python-3.9): Update to 3.9.9.
2022-01-10 11:44:29 -05:00
Maxim Cournoyer
41ec0573b8
gnu: Remove meson-0.59 workarounds.
...
Mostly automated with the following command:
$ grep --include='*.scm' '#:meson ,meson-0.59' -rl \
| xargs sed -z 's/#:meson[^\n]*\s*//' -i
* gnu/packages/freedesktop.scm (malcontent)
(accountsservice): Delete #:meson argument.
* gnu/packages/games.scm (gnome-2048): Likewise.
* gnu/packages/geo.scm (gnome-maps): Likewise.
* gnu/packages/gnome.scm (gnome-photos, gnome-music)
(gnome-initial-setup, gnome-user-share, gnome-characters)
(gnome-disk-utility, gnome-font-viewer, evince, glade3)
(gnome-mines, gnome-sudoku, gnome-settings-daemon, devhelp)
(totem, eog, gvfs, simple-scan, epiphany, gnome-session, gedit)
(network-manager-applet, gnome-control-center, gnome-shell, nautilus)
(gnome-default-applications, gnome-weather, gnome-tweaks, cheese, gthumb)
(gitg, polari, gnome-boxes, gtranslator): Likewise.
* gnu/packages/gtk.scm: (gtkmm-3): Likewise.
* gnu/packages/pdf.scm (zathura): Likewise.
* gnu/packages/photo.scm (entangle): Likewise.
* gnu/packages/video.scm (pitivi): Likewise.
* gnu/packages/virtualization.scm (libvirt-glib): Likewise.
2022-01-10 11:44:29 -05:00
Maxim Cournoyer
6f36d0c89e
gnu: meson: Update to 0.60.2 and absorb meson-wrapped.
...
* gnu/packages/build-tools.scm (meson): Update to 0.60.2, and integrate fixes
made in 'meson-wrapped':
[phases]{wrap}: Replace phase.
[inputs]: Add python-wrapper.
[propagated-inputs]: Delete field.
[properties]: Likewise.
(meson-wrapped): Delete variable.
2022-01-10 11:44:28 -05:00
Maxim Cournoyer
026391615a
gnu: python-flit-core: Update to 3.5.1.
...
* gnu/packages/python-build.scm (python-flit-core): Update to 3.5.1.
2022-01-10 11:44:28 -05:00
Maxim Cournoyer
d71de56b86
gnu: python-tomli: Update to 2.0.0.
...
* gnu/packages/python-build.scm (python-tomli): Update to 2.0.0.
2022-01-10 11:44:28 -05:00
Maxim Cournoyer
8c95987cbd
gnu: python-pyparsing: Update to 3.0.6.
...
* gnu/packages/python-build.scm (python-pyparsing): Update to 3.0.6.
[properties]: Add a python2-variant property.
(python2-pyparsing): Inherit from the 2.4.7 variant, and strip the
python2-variant property.
2022-01-10 11:44:28 -05:00
Maxim Cournoyer
59d7550d53
gnu: python-wheel: Update to 0.37.0.
...
* gnu/packages/python-build.scm (python-wheel): Update to 0.37.0.
2022-01-10 11:44:28 -05:00
Maxim Cournoyer
4b076fb9c2
gnu: python-packaging-bootstrap: Update to 21.3.
...
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 21.3.
(python2-packaging-bootstrap): Peg version to 20.0.
2022-01-10 11:44:28 -05:00
Maxim Cournoyer
41cd41a43c
gnu: mesa: Update to 21.3.2.
...
* gnu/packages/gl.scm (mesa): Update to 21.3.2.
[phases]{disable-failing-test}: Disable the anv_state_pool unstable tests.
2022-01-10 11:44:27 -05:00
Maxim Cournoyer
44d72f7216
gnu: libx11: Update to 1.7.3.1.
...
This update eliminates multiple xkbcomp unresolved symbols warnings.
* gnu/packages/xorg.scm (libx11): Update to 1.7.3.1. Fix indentation.
[source]: Update origin's URI.
2022-01-10 11:44:27 -05:00
Maxim Cournoyer
223cc96e5b
sitecustomize.py: Honor .pth files.
...
Fixes <https://issues.guix.gnu.org/52269 >.
* gnu/packages/aux-files/python/sitecustomize.py: Use site.addsitedirs to add
the site directories; this takes care of the .pth files. Make sure the added
items still appear before Python's own 'site-packages' directory.
2022-01-10 11:44:26 -05:00
Mathieu Othacehe
d91de53caa
gnu: i2c-tools: Fix cross-compilation.
...
* gnu/packages/linux.scm (i2c-tools)[arguments]: Use #$output to fix
cross-compilation.
2022-01-10 17:29:19 +01:00
Danny Milosavljevic
c78f916a46
gnu: Add xfel.
...
* gnu/packages/admin.scm (xfel): New variable.
2022-01-10 15:29:23 +01:00
Efraim Flashner
3dcc74d3ae
gnu: julia-simd: Update to 3.4.0.
...
* gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.0.
2022-01-10 15:15:39 +02:00
zimoun
67ff108806
gnu: Add julia-bioalignments.
...
* gnu/packages/julia-xyz.scm (julia-bioalignments): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:38 +02:00
zimoun
782eaa180e
gnu: Add julia-intervaltrees.
...
* gnu/packages/julia-xyz.scm (julia-intervaltrees): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:37 +02:00
zimoun
5d697044a8
gnu: Add julia-biosequences.
...
* gnu/packages/julia-xyz.scm (julia-biosequences): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:37 +02:00
zimoun
46472ae545
gnu: Add julia-biosymbols.
...
* gnu/packages/julia-xyz.scm (julia-biosymbols): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:36 +02:00
zimoun
4486b111d3
gnu: Add julia-yaml.
...
* gnu/packages/julia-xyz.scm (julia-yaml): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:36 +02:00
zimoun
17406e2779
gnu: Add julia-stringencodings.
...
* gnu/packages/julia-xyz.scm (julia-stringencodings): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:35 +02:00
zimoun
542db364f5
gnu: Add julia-automa.
...
* gnu/packages/julia-xyz.scm (julia-automa): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:35 +02:00
zimoun
7e8f5176c4
gnu: Add julia-scanbyte.
...
* gnu/packages/julia-xyz.scm (julia-scanbyte): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:34 +02:00
zimoun
9bd4c35aac
gnu: Add julia-simd.
...
* gnu/packages/julia-xyz.scm (julia-simd): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:34 +02:00
zimoun
1305d9f3b1
gnu: Add julia-twiddle.
...
* gnu/packages/julia-xyz.scm (julia-twiddle): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:33 +02:00
zimoun
cc49040833
gnu: Add julia-indexablebitvectors.
...
* gnu/packages/julia-xyz.scm (julia-indexablebitvectors): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:33 +02:00
zimoun
ccc13b9e0a
gnu: Add julia-biogenerics.
...
* gnu/packages/julia-xyz.scm (julia-biogenerics): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:32 +02:00
zimoun
3f0b76bdcc
gnu: julia-documenter: Adjust style.
...
* gnu/packages/julia-xyz.scm (julia-documenter)[propagated-inputs] Remove labels.
[inputs, native-inputs]: Remove labels.
[arguments]: Remove unnecessary return '#t'. Use search-input-file to
find pip.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:32 +02:00
zimoun
b8088f9186
gnu: julia-documentertools: Adjust style.
...
* gnu/packages/julia-xyz.scm (julia-documentertools)[inputs]: Remove label.
[propagated-inputs]: Adjust.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:32 +02:00
zimoun
79ba1214b0
gnu: julia-zygote: Adjust style.
...
* gnu/packages/julia-xyz.scm (julia-zygote)[propagated-inputs]: Remove labels.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:31 +02:00
zimoun
146e83d380
gnu: julia-xyz.scm: Adjust style.
...
* gnu/packages/julia-xyz.scm: Align all inputs.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-10 15:15:15 +02:00
Guillaume Le Vaillant
d689ca6f0d
gnu: monero-gui: Update to 0.17.3.1.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.1.
2022-01-10 11:07:46 +01:00
Tobias Geerinckx-Rice
37746bb2ee
gnu: Add sane-airscan.
...
* gnu/packages/scanner.scm (sane-airscan): New public variable.
2022-01-10 00:32:36 +01:00
Tobias Geerinckx-Rice
895be05f74
gnu: stunnel: Remove input labels.
...
* gnu/packages/web.scm (stunnel)[native-inputs, inputs]:
Remove input labels.
2022-01-10 00:32:36 +01:00
Tobias Geerinckx-Rice
53846e252b
gnu: stunnel: Use G-expressions.
...
* gnu/packages/web.scm (stunnel)[arguments]:
Rewrite as G-expressions.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice
4a98f416d6
gnu: stunnel: Update to 5.61.
...
* gnu/packages/web.scm (stunnel): Update to 5.61.
[native-inputs]: Add python.
[arguments]: Remove obsolete 'patch-tests phase.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice
0148fe6439
gnu: electron-cash: Update to 4.2.6.
...
* gnu/packages/finance.scm (electron-cash): Update to 4.2.6.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice
2717f180c4
gnu: libportal: Remove input labels.
...
* gnu/packages/freedesktop.scm (libportal)[native-inputs]:
Remove input labels.
2022-01-10 00:32:35 +01:00
Tobias Geerinckx-Rice
294476022f
gnu: libportal: Update to 0.5.
...
* gnu/packages/freedesktop.scm (libportal): Update to 0.5.
[arguments]: Add #:configure-flags to limit dependency creep.
Remove 'move-doc phase.
[native-inputs]: Remove gtk-doc. Add gobject-introspection and vala.
[inputs]: Add gtk, gtk+, qtbase-5, and qtx11extras.
[outputs]: Remove :out.
2022-01-10 00:32:34 +01:00
Peter Polidoro
e2d8125a5c
gnu: kicad: Update to 5.1.12.
...
* gnu/packages/engineering.scm (kicad): Update to 5.1.12.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-09 23:17:17 +01:00
Lu Hui
04f18d6577
gnu: Add go-github-com-dreamacro-go-shadowsocks2
...
* gnu/packages/golang.scm (go-github-com-dreamacro-go-shadowsocks2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-09 23:17:17 +01:00
Leo Famulari
1684ed6537
gnu: Remove leftover patches for Blender 2.79.
...
This is a followup to commit 23da063ea3
.
* gnu/packages/patches/blender-2.79-gcc8.patch,
gnu/packages/patches/blender-2.79-gcc9.patch,
gnu/packages/patches/blender-2.79-newer-ffmpeg.patch,
gnu/packages/patches/blender-2.79-oiio2.patch,
gnu/packages/patches/blender-2.79-python-3.7-fix.patch,
gnu/packages/patches/blender-2.79-python-3.8-fix.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2022-01-09 16:35:20 -05:00
Leo Famulari
23da063ea3
gnu: Remove blender-2.79.
...
This package has not built successfully in a while.
* gnu/packages/graphics.scm (blender-2.79): Remove variable.
2022-01-09 16:32:14 -05:00
Efraim Flashner
531d986e01
gnu: go-github-com-stretchr-testify: Update to 1.7.0.
...
* gnu/packages/golang.scm (go-github-com-stretchr-testify): Update to 1.7.0.
[propagated-inputs]: Replace go-gopkg-in-yaml-v2 with
go-gopkg-in-yaml-v3.
(go-github-com-stretchr-testify-bootstrap)[propagated-inputs]: Add
go-gopkg-in-yaml-v2.
(go-github-com-stretchr-objx)[native-inputs]: Remove go-gopkg-in-yaml-v2.
2022-01-09 22:34:54 +02:00
Mathieu Othacehe
ee1f63acc5
gnu: cuirass: Use guile-squee.
...
* gnu/packages/ci.scm (guile-squee-dev): Remove it.
(cuirass)[inputs]: Switch to guile-squee.
2022-01-09 20:40:10 +01:00
Mathieu Othacehe
ed191f3bef
gnu: guile-squee: Update to 0-3.a151fd0.
...
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0.
[arguments]: Use search-input-file and remove a trailing #t.
2022-01-09 20:39:14 +01:00
Mathieu Othacehe
c9f9e78dc0
gnu: cuirass: Update to 1.1.0-9.95c29ab.
...
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-9.95c29ab.
2022-01-09 18:55:25 +01:00
Mathieu Othacehe
9fd4f4b09c
gnu: cuirass: Remove trailing #t.
...
* gnu/packages/ci.scm (cuirass): Remove them.
2022-01-09 18:04:56 +01:00
Mathieu Othacehe
f76d07f027
gnu: cuirass: Update to 1.1.0-8.d81d994.
...
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-8.d81d994.
2022-01-09 18:04:03 +01:00
Nicolas Goaziou
4255e2cf17
gnu: bat: Update to 0.19.0.
...
* gnu/packages/rust-apps.scm (bat): Update to 0.19.0.
2022-01-09 16:53:33 +01:00
Nicolas Goaziou
c642293d74
gnu: rust-clap-2: Update to 2.34.0.
...
* gnu/packages/crates-io.scm (rust-clap-2): Update to 2.34.0.
2022-01-09 16:53:33 +01:00
Nicolas Goaziou
2569d831c1
gnu: Add rust-console-0.15.
...
* gnu/packages/crates-io.scm (rust-console-0.15): New variable.
(rust-console-0.14): Inherit from above.
2022-01-09 16:53:33 +01:00
Nicolas Goaziou
4fd2439065
gnu: rust-syntect: Update to 4.6.0.
...
* gnu/packages/crates-io.scm (rust-syntect): Update to 4.6.0.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou
b5c90d0224
gnu: rust-once-cell-1: Update to 1.9.0.
...
* gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.9.0.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou
dfbc4e837b
gnu: Add rust-fancy-regex-0.7.
...
* gnu/packages/crates-io.scm (rust-fancy-regex-0.7): New variable.
(rust-fancy-regex-0.3): Inherit from above.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou
7b126417a9
gnu: Add rust-assert-cmd-2.
...
* gnu/packages/crates-io.scm (rust-assert-cmd-2): New variable.
(rust-assert-cmd-1): Inherit from above.
2022-01-09 16:53:32 +01:00
Nicolas Goaziou
7edd00f192
gnu: Add rust-concolor-control-0.0.7.
...
* gnu/packages/crates-io.scm (rust-concolor-control-0.0.7): New variable.
2022-01-09 16:53:31 +01:00
Nicolas Goaziou
56ee77ec36
gnu: Add rust-concolor-query-0.0.4.
...
* gnu/packages/crates-io.scm (rust-concolor-query-0.0.4): New variable.
2022-01-09 16:53:31 +01:00
Nicolas Goaziou
d681f88640
gnu: Add rust-nix-0.23.
...
* gnu/packages/crates-io.scm (rust-nix-0.23): New variable.
(rust-nix-0.22): Inherit from above.
2022-01-09 16:53:31 +01:00
Nicolas Goaziou
79e8791af9
gnu: rust-predicates-2: Update to 2.1.0.
...
* gnu/packages/crates-io.scm (rust-predicates-2): Update to 2.1.0.
2022-01-09 16:53:30 +01:00
Nicolas Goaziou
1584d33359
gnu: Add rust-float-cmp-0.9.
...
* gnu/packages/crates-io.scm (rust-float-cmp-0.9): New variable.
(rust-float-cmp-0.8): Inherit from above.
2022-01-09 16:53:30 +01:00
Nicolas Goaziou
b40b6b0909
gnu: Add rust-bat-0.18.
...
* gnu/packages/crates-io.scm (rust-bat-0.18): New variable.
* gnu/packages/shells.scm (rust-nu-plugin-textview-0.42)[arguments]<#:cargo-inputs>:
Use rust-bat-0.18 instead of bat.
2022-01-09 16:53:29 +01:00
Marius Bakke
f3d4b1ffd7
gnu: accessibility: Simplify inputs.
...
* gnu/packages/accessibility.scm (libbraille, brltty, xmagnify): Remove input
labels.
2022-01-09 14:49:16 +01:00
Marius Bakke
061d292faa
gnu: brltty: Update to 6.4.
...
* gnu/packages/accessibility.scm (brltty): Update to 6.4.
[arguments]: Remove obsolete configure flag and trailing #t.
2022-01-09 14:49:16 +01:00
Marius Bakke
977fbe9be3
gnu: brltty: Disable parallel build.
...
* gnu/packages/accessibility.scm (brltty)[arguments]: Add #:parallel-build?.
2022-01-09 14:49:16 +01:00
Marius Bakke
8993d96636
gnu: zig: Build with LLD 12.
...
This fixes a regression introduced in a05e573d60
as the LLD version must match the LLVM version.
* gnu/packages/llvm.scm (lld-12): New variable.
* gnu/packages/zig.scm (zig)[inputs]: Change from LLD to LLD-12.
2022-01-09 14:49:15 +01:00
Efraim Flashner
796bb42c11
gnu: xxd: Rewrite with gexps.
...
* gnu/packages/vim.scm (xxd)[arguments]: Rewrite with gexps.
2022-01-09 14:29:35 +02:00
Efraim Flashner
b168c9f441
gnu: vim: Remove unneeded make-flag.
...
Upstream reports this fixed with 8.2.3406.
* gnu/packages/vim.scm (vim)[arguments]: Remove make-flags.
(vim-full)[arguments]: Adjust accordingly.
2022-01-09 14:29:35 +02:00
Efraim Flashner
ba17cf41e8
gnu: vim: Update to 8.2.3995.
...
* gnu/packages/vim.scm (vim): Update to 8.2.3995.
[arguments]: Remove trailing #t from phases.
(vim-full): Remove comment about package reliably building.
2022-01-09 14:29:31 +02:00
Christopher Baines
c1529ebceb
gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76.
[native-inputs]: Adapt style.
2022-01-09 10:59:20 +00:00
Julien Lepiller
3e8e6ebf00
gnu: ocaml: Update to 4.13.
...
* gnu/packages/ocaml.scm (ocaml-4.13): New variable.
(ocaml-4.11): Remove variable.
(ocaml-dot-merlin-reader): Update to 4.4-413.
(js-of-ocaml): Update to 3.11.0.
2022-01-09 10:34:52 +01:00
Julien Lepiller
2ac1441015
gnu: ocaml-migrate-parstree-1: Only build ocaml4.07 variant.
...
* gnu/packages/ocaml.scm (ocaml-migrate-parsetree-1): Rename to...
(ocaml4.07-migrate-parsetree): ...this. Use package-with-ocaml4.07.
2022-01-09 10:34:50 +01:00
Julien Lepiller
92c63bc491
gnu: ocaml-ppx-tools-versioned: Only build ocaml-4.07 variant.
...
* gnu/packages/ocaml.scm (ocaml-ppx-tools-versioned): Rename to...
(ocaml4.07-ppx-tools-versioned): ...this. Use package-with-ocaml4.07.
[arguments]: Use ocaml-4.07.
2022-01-09 10:34:38 +01:00
Liliana Marie Prikler
9d613c36de
gnu: node-mersenne: Fix typo in description.
...
* gnu/packages/node-xyz.scm (node-mersenne)[description]: Use “this” rather
than “thix”.
2022-01-09 02:07:18 +01:00
Philip McGrath
d94608bc13
gnu: Add node-serialport.
...
* gnu/packages/node-xyz.scm (node-serialport): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:18 +01:00
Philip McGrath
84e811ca0f
gnu: Add node-serialport-stream.
...
* gnu/packages/node-xyz.scm (node-serialport-stream): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:18 +01:00
Philip McGrath
8ff1e9adc2
gnu: Add node-serialport-parser-byte-length.
...
* gnu/packages/node-xyz.scm (node-serialport-parser-byte-length): New
variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:18 +01:00
Philip McGrath
5a621e83d8
gnu: Add node-serialport-parser-cctalk.
...
* gnu/packages/node-xyz.scm (node-serialport-parser-cctalk): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath
b27a772827
gnu: Add node-serialport-parser-inter-byte-timeout.
...
* gnu/packages/node-xyz.scm
(node-serialport-parser-inter-byte-timeout): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath
9604015267
gnu: Add node-serialport-parser-ready.
...
* gnu/packages/node-xyz.scm (node-serialport-parser-ready): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath
e680c56d10
gnu: Add node-serialport-parser-regex.
...
* gnu/packages/node-xyz.scm (node-serialport-parser-regex): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath
d85b3b59a6
gnu: Add node-serialport-bindings.
...
* gnu/packages/node-xyz.scm (node-serialport-bindings): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath
b5ffff233a
gnu: Add node-serialport-parser-readline.
...
* gnu/packages/node-xyz.scm (node-serialport-parser-readline): New
variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:17 +01:00
Philip McGrath
e2dee179ef
gnu: Add node-serialport-parser-delimiter.
...
* gnu/packages/node-xyz.scm (node-serialport-parser-delimiter): New
variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:16 +01:00
Philip McGrath
fa9bc626c8
gnu: Add node-serialport-binding-abstract.
...
* gnu/packages/node-xyz.scm (node-serialport-binding-abstract): New
variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:16 +01:00
Philip McGrath
161f2b1522
gnu: Add node-debug.
...
* gnu/packages/node-xyz.scm (node-debug): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:16 +01:00
Philip McGrath
517c988bca
gnu: Add node-ms.
...
* gnu/packages/node-xyz.scm (node-ms): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:16 +01:00
Philip McGrath
db82f64cf7
gnu: Add node-segfault-handler.
...
* gnu/packages/node-xyz.scm (node-segfault-handler): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:16 +01:00
Philip McGrath
12e0556369
gnu: Add node-bindings.
...
* gnu/packages/node-xyz.scm (node-bindings): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:16 +01:00
Philip McGrath
e6ef40bef2
gnu: Add node-file-uri-to-path.
...
* gnu/packages/node-xyz.scm (node-file-uri-to-path): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:15 +01:00
Philip McGrath
1730209a68
gnu: Add node-sqlite3.
...
* gnu/packages/node-xyz.scm (node-sqlite3): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:15 +01:00
Philip McGrath
03cd921d86
gnu: Add node-addon-api.
...
* gnu/packages/node-xyz.scm (node-addon-api): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:15 +01:00
Philip McGrath
602586f985
gnu: Add node-openzwave-shared.
...
* gnu/packages/zwave.scm (node-openzwave-shared): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:15 +01:00
Philip McGrath
fa802f39dc
gnu: Add node-nan.
...
* gnu/packages/node-xyz.scm (node-nan): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:15 +01:00
Philip McGrath
4e5c1d4f0a
gnu: Add node-readable-stream.
...
* gnu/packages/node-xyz.scm (node-readable-stream): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:14 +01:00
Philip McGrath
6dec34e25b
gnu: Add node-string-decoder.
...
* gnu/packages/node-xyz.scm (node-string-decoder): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:14 +01:00
Philip McGrath
5524733bb2
gnu: Add node-safe-buffer.
...
* gnu/packages/node-xyz.scm (node-safe-buffer): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:14 +01:00
Philip McGrath
3bd092c0bf
gnu: Add node-inherits.
...
* gnu/packages/node-xyz.scm (node-inherits): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:14 +01:00
Philip McGrath
534f9e495f
gnu: node-irc: Use 'delete-dependencies'.
...
gnu/packages/node-xyz.scm (node-irc)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:14 +01:00
Philip McGrath
b542d09ed3
gnu: node-irc-colors: Use 'delete-dependencies'.
...
gnu/packages/node-xyz.scm (node-irc-colors)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:14 +01:00
Philip McGrath
37110c1650
gnu: node-once: Use 'delete-dependencies'.
...
gnu/packages/node-xyz.scm (node-once)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:13 +01:00
Philip McGrath
8c83a9c7ea
gnu: node-wrappy: Use 'delete-dependencies'.
...
gnu/packages/node-xyz.scm (node-wrappy)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:13 +01:00
Philip McGrath
cdc47fb3ef
gnu: node-semver: Use 'delete-dependencies'.
...
gnu/packages/node-xyz.scm (node-semver)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:13 +01:00
Philip McGrath
96a5170fde
gnu: node-llparse-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-llparse-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:13 +01:00
Philip McGrath
5e1f8bae07
gnu: node-llparse-frontend-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-llparse-frontend-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:13 +01:00
Philip McGrath
8d27d057bc
gnu: node-llparse-builder-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-llparse-builder-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:12 +01:00
Philip McGrath
ff90784cef
gnu: node-debug-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-debug-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:12 +01:00
Philip McGrath
fcec019560
gnu: node-binary-search-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-binary-search-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:12 +01:00
Philip McGrath
11f842fafe
gnu: node-ms-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-ms-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:12 +01:00
Philip McGrath
ef511a3b48
gnu: node-semver-bootstrap: Use 'delete-dependencies'.
...
gnu/packages/node.scm (node-semver-bootstrap)[arguments]: Use
'delete-dependencies'. Stop deleting the 'configure' phase.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-01-09 02:07:12 +01:00
Vagrant Cascadian
3e47387805
gnu: trayer-srg: Fix spelling.
...
* gnu/packages/wm.scm (trayer-srg)[description]: Fix spelling of
"environments".
2022-01-08 16:39:46 -08:00
Vagrant Cascadian
a3b51fedef
gnu: texlive-hyphen-macedonian: Fix spelling.
...
* gnu/packages/tex.scm (texlive-hyphen-macedonian)[description]: Fix spelling
of "hyphenation".
2022-01-08 16:39:42 -08:00
Vagrant Cascadian
813896b222
gnu: rust-1.40: Fix spelling.
...
* gnu/packages/rust.scm (rust-1.40)[synopsis]: Fix spelling of "programming".
2022-01-08 16:39:37 -08:00
Vagrant Cascadian
7d7b579531
gnu: sbcl-glsl-toolkit: Fix grammar.
...
* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit)[description]: Fix grammar.
2022-01-08 16:39:31 -08:00
Vagrant Cascadian
84f6a80ca6
gnu: r-intergraph: Fix grammar.
...
* gnu/packages/cran.scm (r-intergraph)[description]: Fix grammar.
2022-01-08 16:39:25 -08:00
Tobias Geerinckx-Rice
61cd7853d1
gnu: tintin++: Update to 2.02.12.
...
* gnu/packages/games.scm (tintin++): Update to 2.02.12.
2022-01-09 01:36:38 +01:00
Tobias Geerinckx-Rice
1e18f88740
gnu: srain: Update to 1.3.1.
...
* gnu/packages/irc.scm (srain): Update to 1.3.1.
2022-01-09 01:36:38 +01:00
Tobias Geerinckx-Rice
bd6d239cfb
gnu: srain: Fix build.
...
* gnu/packages/irc.scm (srain)[inputs]: Downgrade libsoup to libsoup-minimal-2.
2022-01-09 01:36:38 +01:00
Tobias Geerinckx-Rice
924352ab22
gnu: thermald: Update to 2.4.7.
...
* gnu/packages/admin.scm (thermald): Update to 2.4.7.
2022-01-09 01:36:38 +01:00
Tobias Geerinckx-Rice
881089c917
Revert "gnu: hplip: Update to 3.21.12."
...
This reverts commit 27914cb4b7
.
Alas, it causes a ‘hidden’ world rebuild through hplip-minimal.
2022-01-09 01:00:07 +01:00
Tobias Geerinckx-Rice
27914cb4b7
gnu: hplip: Update to 3.21.12.
...
* gnu/packages/cups.scm (hplip): Update to 3.21.12.
2022-01-09 01:00:00 +01:00
Tobias Geerinckx-Rice
1ace0c972d
gnu: hello: Update to 2.11.
...
* gnu/packages/base.scm (hello): Update to 2.11.
2022-01-09 01:00:00 +01:00
Tobias Geerinckx-Rice
360379200d
Revert "gnu: tree: Fix problem with no output when fd3 is present."
...
This reverts commit bd4f314bba
.
2022-01-09 01:00:00 +01:00
Maxim Cournoyer
8cdecad237
gnu: jami: Use OpenGL, not OpenGL ES.
...
This may yield better performance.
* gnu/packages/jami.scm (jami)[phases]{use-desktop-opengl}: New phase.
2022-01-16 12:05:57 -05:00
Liliana Marie Prikler
05fbb611cd
gnu: gnome-mahjongg: Update to 3.38.3.
...
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.38.3.
[source]: Use url-fetch with GNOME mirrors.
2022-01-16 13:50:01 +01:00
Liliana Marie Prikler
9a93959e4c
gnu: gnome-mahjongg: Fix typo in description.
...
* gnu/packages/gnome.scm (gnome-mahjongg)[description]: Use “Mahjongg” with
two ‘g’s.
2022-01-16 13:46:03 +01:00
Liliana Marie Prikler
9756bde7fb
gnu: gnome-mahjongg: Drop librsvg from inputs.
...
librsvg is already propagated by gtk+, so directly adding it to the inputs
is only going to cause unnecessary breakages.
* gnu/packages/gnome.scm (gnome-mahjongg)[inputs]: Remove librsvg.
2022-01-16 13:38:56 +01:00
Liliana Marie Prikler
42e9b45a5d
gnu: gnome-mahjongg: Fix build.
...
* gnu/packages/gnome.scm (gnome-mahjongg): Build with meson-0.59.
2022-01-16 13:34:52 +01:00
Josselin Poiret
1471219a8a
gnu: deluge: Remove reference of build-time librsvg
...
* gnu/packages/bittorrent.scm (deluge): Do it.
2022-01-16 11:36:10 +01:00
Josselin Poiret
711f0e683c
gnu: deluge: Move librsvg to native inputs
...
* gnu/packages/bittorrent.scm (deluge): Do it.
2022-01-16 11:36:06 +01:00
Kyle Meyer
172bd0b5cd
gnu: git-annex: Update to 8.20211231.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20211231.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-15 23:27:34 +01:00
Felix Gruber
f777c156e0
gnu: python-geopandas: Update to 0.10.2.
...
* gnu/packages/geo.scm (python-geopandas): Update to 0.10.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-15 23:27:34 +01:00
raingloom
63d7e31f20
gnu: passwordsafe: Update to 5.1.
...
* gnu/packages/gnome.scm (passwordsafe): Update to 5.1.
* gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch:
New file.
* gnu/local.mk: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-15 23:27:34 +01:00
Vinicius Monego
8972972cbf
gnu: Add openshadinglanguage.
...
* gnu/packages/graphics.scm (openshadinglanguage): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-15 23:27:34 +01:00
Danny Milosavljevic
40d5931a60
gnu: libsigrokdecode: Fix build with python 3.9.
...
* gnu/packages/patches/libsigrokdecode-python3.9-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/electronics.scm (libsigrokdecode)[native-inputs]: Add
automake, autoconf.
[source](patches): New field.
2022-01-15 23:03:31 +01:00
Nicolas Goaziou
f33aa8a051
gnu: qtspell: Update to 1.0.1.
...
* gnu/packages/qt.scm (qtspell): Update to 1.0.1.
2022-01-15 22:50:36 +01:00
Nicolas Goaziou
dbec0a8f5b
gnu: emacs-meow: Update to 1.3.0.
...
* gnu/packages/emacs-xyz.scm (emacs-meow): Update to 1.3.0.
2022-01-15 22:45:17 +01:00
Nicolas Goaziou
7906555629
gnu: emacs-iedit: Update to 0.9.9.9.9.
...
* gnu/packages/emacs-xyz.scm (emacs-iedit): Update to 0.9.9.9.9.
2022-01-15 22:43:41 +01:00
Nicolas Goaziou
467fb8abc5
gnu: emacs-embark: Update to 0.15.
...
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.15.
2022-01-15 22:39:39 +01:00
Hartmut Goebel
f542ef076a
gnu: Add nikola.
...
* gnu/packages/python-xyz.scm (nikola): New variable.
2022-01-15 21:35:06 +01:00
Hartmut Goebel
f8595c59e6
gnu: Add python-phpserialize.
...
* gnu/packages/python-xyz.scm (python-phpserialize): New variable.
2022-01-15 21:35:06 +01:00
Hartmut Goebel
4b9ad38898
gnu: Add python-doit.
...
* gnu/packages/python-xyz.scm (python-doit): New variable.
2022-01-15 21:35:06 +01:00
Hartmut Goebel
fe571f37f4
gnu: Add python-yapsy.
...
* gnu/packages/python-xyz.scm (python-yapsy): New variable.
2022-01-15 21:35:06 +01:00
Hartmut Goebel
7337062556
gnu: Add python-pyrss2gen.
...
* gnu/packages/python-xyz.scm (python-pyrss2gen): New variable.
2022-01-15 21:35:06 +01:00
Hartmut Goebel
e0ba031ab2
gnu: Add python-piexif.
...
* gnu/packages/python-xyz.scm (python-piexif): New variable.
* gnu/packages/patches/python-piexif-fix-tests-with-pillow-7.2.patch: New file.
* gnu/packages/python-xyz.scm (dist_patch_DATA): Add it.
2022-01-15 21:35:05 +01:00
John Kehayias
29fc4a7dae
gnu: autokey: Fix paths.
...
* gnu/packages/python-xyz.scm (autokey): Add comments on the disabled tests
and GI_TYPELIB_PATH wrapping.
[inputs]: Add ipython.
[phases]{fix-paths}: Use paths to ipython3 and python3 in autokey-shell
script.
{wrap-autokey}: Change name to...
{wrap-autokey-gi}: ...this and move to before wrap for clarity.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-15 21:31:41 +01:00
Aleksandr Vityazev
1690d2eca9
gnu: emacs-consult: Remove propagated-inputs.
...
* gnu/packages/emacs-xyz (emacs-consult): [propagated-inputs]:
Remove emacs-flycheck, there is currently no consult-flycheck.el
file in the consult.el repository. consult-flycheck.el is stored in
its own repository.
Remove emacs-selectrum, an optional dependency. Not required for
successful compilation.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-15 21:28:03 +01:00
Hartmut Goebel
131e243546
gnu: Add etc1tool.
...
* gnu/packages/android.scm (android-platform-development, etc1tools):
New variables.
2022-01-15 21:20:15 +01:00
Hartmut Goebel
29cacf9842
gnu: Add libetc1.
...
* gnu/packages/android.scm (libetc1): New variable.
2022-01-15 21:20:15 +01:00
Hartmut Goebel
2c3ac9f722
gnu: Add android-platform-frameworks-native-headers.
...
* gnu/package/android.scm (android-platform-frameworks-native): New
function. (android-platform-frameworks-native-headers): New variables.
2022-01-15 21:20:15 +01:00
Jonathan Brielmaier
ac40779860
gnu: icu4c: Add version 70.
...
Required for Icecat/Icedove >= 96.0.
* gnu/packages/icu4c.scm (icu4c-70): New variable.
2022-01-15 19:35:13 +01:00
Liliana Marie Prikler
3945810835
gnu: komikku: Update to 0.36.1.
...
* gnu/packages/gnome.scm (komikku): Update to 0.36.1.
2022-01-15 19:27:38 +01:00
Tobias Geerinckx-Rice
179ffc105e
gnu: beep: Run tests.
...
* gnu/packages/terminals.scm (beep)[arguments]: Remove #:tests? #f lie.
Add a new 'patch-tests phase to make them pass.
2022-01-15 00:51:34 +00:00
Tobias Geerinckx-Rice
f644a04320
gnu: beep: Update to 1.4.10.
...
* gnu/packages/terminals.scm (beep): Update to 1.4.10.
2022-01-15 00:51:34 +00:00
Tobias Geerinckx-Rice
e5088b8a7c
gnu: mmc-utils: Update to 0.1-1.3969aa4.
...
* gnu/packages/disk.scm (mmc-utils): Update to 0.1-1.3969aa4.
2022-01-15 00:51:34 +00:00
Tobias Geerinckx-Rice
c703bf7eda
gnu: mmc-utils: Update upstream URLs.
...
* gnu/packages/disk.scm (mmc-utils)[source]: Update Git URL.
[home-page]: Point to kernel documentation rather than cgit index.
2022-01-15 00:51:34 +00:00
Tobias Geerinckx-Rice
a40ac62715
gnu: password-store: Fix failing test suite.
...
* gnu/packages/admin.scm (tree-1): New public variable.
* gnu/packages/password-utils.scm (password-store)[inputs]:
Use it rather than the default tree@2.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com> and
Olivier Dion <olivier.dion@polymtl.ca>.
2022-01-15 00:51:34 +00:00
Marius Bakke
1e20aec1f8
gnu: password-store: Remove input labels.
...
* gnu/packages/password-utils.scm (password-store)[inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE instead of labels. Remove trailing #t's.
2022-01-15 15:18:31 +01:00
Marius Bakke
bd4f314bba
gnu: tree: Fix problem with no output when fd3 is present.
...
* gnu/packages/patches/tree-disable-stddata.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/admin.scm (tree)[source](patches): New field.
2022-01-15 15:18:31 +01:00
Liliana Marie Prikler
98af365b68
gnu: python2-renpy: Update to 7.4.11.
...
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.11.
2022-01-15 09:41:59 +01:00
Liliana Marie Prikler
a69392bfb3
gnu: python2-pygame-sdl2: Update to renpy version 7.4.11.
...
* gnu/packages/game-development.scm (python2-pygame-sdl2): Update to renpy
version 7.4.11.
2022-01-15 09:41:59 +01:00
Liliana Marie Prikler
0f9e73841e
gnu: renpy: Move renpy command to aux-files.
...
* gnu/packages/aux-files/renpy/renpy.in: New file.
* gnu/packages/game-development.scm (renpy)[install]: Use renpy.in with
substitute*.
* Makefile.am (AUX_FILES): Add it here.
2022-01-15 09:41:59 +01:00
Liliana Marie Prikler
72d43df66d
gnu: python2-renpy: Do not delete non-existing file.
...
* gnu/packages/game-development.scm (python2-renpy)[build]: Don't delete
renpy/__init__.pyc, it is no longer being built. Adjust comment accordingly.
2022-01-15 09:41:59 +01:00
Liliana Marie Prikler
87ad9d283c
gnu: python-future: Fix sanity check.
...
* gnu/packages/python-xyz.scm (python-future): Exclude winreg and tkinter from
sanity check.
2022-01-15 09:41:58 +01:00