summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: emacs-geiser-guile: Update guile input to guile-3.0-latest.Andrew Tropin2022-08-16
| | | | | * gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[inputs]: Update guile to guile-3.0-latest.
* gnu: terminals: Deprecate wterm.(2022-08-16
| | | | | | | | | `wterm` no longer works with modern Wayland, and has been unmaintained since early 2021. See issue #52029. * gnu/packages/terminals.scm (wterm): Deprecate in favour of `foot`. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: python-daemon: Remove unused input.Marius Bakke2022-08-16
| | | | | * gnu/packages/python-xyz.scm (python-daemon)[native-inputs]: Remove PYTHON-UNITTEST2.
* gnu: python-case: Remove unused input.Marius Bakke2022-08-16
| | | | | * gnu/packages/python-xyz.scm (python-case)[propagated-inputs]: Remove PYTHON-UNITTEST2.
* gnu: python-posix-ipc: Remove unused input.Marius Bakke2022-08-16
| | | | * gnu/packages/python-xyz.scm (python-posix-ipc)[native-inputs]: Remove.
* gnu: python-pyu2f: Remove unused inputs.Marius Bakke2022-08-16
| | | | * gnu/packages/python-crypto.scm (python-pyu2f)[native-inputs]: Remove.
* gnu: python-pymysql: Remove unused input.Marius Bakke2022-08-16
| | | | | * gnu/packages/databases.scm (python-pymysql)[native-inputs]: Remove PYTHON-UNITTEST2.
* gnu: python-pyclipper: Update to 1.3.0.post3.Marius Bakke2022-08-16
| | | | | | | | | * gnu/packages/python-xyz.scm (python-pyclipper): Update to 1.3.0.post3. [source](uri): Use tarball instead of zipball. [source](snippet): Adjust for renamed file. [arguments]: Likewise. [propagated-inputs]: Remove. [native-inputs]: Remove PYTHON-UNITTEST2 and UNZIP. Add PYTHON-SETUPTOOLS-SCM.
* gnu: python-ufo2ft: Add missing input.Marius Bakke2022-08-16
| | | | | * gnu/packages/fontutils.scm (python-ufo2ft)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* gnu: python-afdko: Add missing input.Marius Bakke2022-08-16
| | | | | * gnu/packages/fontutils.scm (python-afdko)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* gnu: python-ufoprocessor: Add missing input.Marius Bakke2022-08-16
| | | | | * gnu/packages/fontutils.scm (python-ufoprocessor)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* gnu: python-fontparts: Add missing input.Marius Bakke2022-08-16
| | | | | * gnu/packages/fontutils.scm (python-fontparts-bootstrap)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* gnu: python-booleanoperations: Add missing input.Marius Bakke2022-08-16
| | | | | * gnu/packages/graphics.scm (python-booleanoperations)[native-inputs]: Add PYTHON-SETUPTOOLS-SCM.
* gnu: python-mando: Update to 0.7.1.Marius Bakke2022-08-16
| | | | | * gnu/packages/python-xyz.scm (python-mando): Update to 0.7.1. [arguments]: Override check phase.
* gnu: python-radon: Permit newer versions of mando.Marius Bakke2022-08-16
| | | | | * gnu/packages/python-xyz.scm (python-radon)[arguments]: Add setup.py substitution.
* gnu: python-lz4: Update to 4.0.2.Marius Bakke2022-08-16
| | | | | | * gnu/packages/python-compression.scm (python-lz4): Update to 4.0.2. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PKGCONFIG and PYTHON-PSUTIL. [arguments]: Override check phase.
* gnu: python-mypy: Update to 0.971.Marius Bakke2022-08-16
| | | | | | | | | * gnu/packages/patches/python-mypy-12332.patch, gnu/packages/patches/python-mypy-use-sys-path.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-check.scm (python-mypy): Update to 0.971. [source](patches): Remove. [arguments]: Skip one test.
* gnu: libreoffice: Remove obsolete workaround.Marius Bakke2022-08-16
| | | | * gnu/packages/libreoffice.scm (libreoffice)[arguments]: Don't pass LDFLAGS.
* gnu: encodings: Update to 1.0.6.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/xorg.scm (encodings): Update to 1.0.6.
* gnu: mu: Update to 1.8.9.Tobias Geerinckx-Rice2022-08-14
| | | | | * gnu/packages/mail.scm (mu): Update to 1.8.9. [arguments]: Adjust the 'patch-bin-references phase accordingly.
* gnu: plink-ng: Build sources from 2.0 directoryRicardo Wurmus2022-08-15
| | | | | | * gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Disable tests; adjust make flags; enter 2.0 directory in 'chdir phase; replace 'install phase. [inputs]: Add zstd:lib.
* gnu: rnnoise: Remove input labels.Tobias Geerinckx-Rice2022-08-14
| | | | | * gnu/packages/xiph.scm (rnnoise)[native-inputs]: Remove input labels.
* gnu: rnnoise: Unhide and rename variable.Tobias Geerinckx-Rice2022-08-14
| | | | | | * gnu/packages/xiph.scm (xiph-rnnoise): Rename to… (rnnoise): …this. Adjust all users. [properties]: Remove HIDDEN? property as it is no longer ambiguous.
* gnu: noise-suppression-for-voice: Rename from ‘rnnoise’.Tobias Geerinckx-Rice2022-08-14
| | | | | | | | This is a set of plug-ins *based on* Xiph's rnnoise package (also in Guix). * gnu/packages/pulseaudio.scm (rnnoise): Rename this variable… (noise-suppression-for-voice): …to this. [noisetorch](inputs): Adjust its only user.
* gnu: noisetorch: Update to 0.12.2.Tobias Geerinckx-Rice2022-08-14
| | | | | | | | | * gnu/packages/pulseaudio.scm (noisetorch): Update to 0.12.2. [source]: Switch to maintained fork. [arguments]: Update all ‘paths’ accordingly. Rename 'symlink-rnnoise phase to 'copy-rnnoise-library and do so. Remove 'gen-version.go phase. Don't explicitly return #f from phases. [home-page]: Update to match SOURCE.
* gnu: openvpn: Update to 2.5.7.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.7.
* gnu: nftables: Update to 1.0.5.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/linux.scm (nftables): Update to 1.0.5.
* gnu: libnftnl: Update to 1.2.3.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.2.3.
* gnu: bird: Update to 2.0.10.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/networking.scm (bird): Update to 2.0.10.
* gnu: catfish: Update to 4.16.4.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/xfce.scm (catfish): Update to 4.16.4.
* gnu: libupnp: Update to 1.14.13.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/upnp.scm (libupnp): Update to 1.14.13.
* gnu: os-prober: Update to 1.81.Tobias Geerinckx-Rice2022-08-14
| | | | * gnu/packages/bootloaders.scm (os-prober): Update to 1.81.
* guile-fibers: Backport the ‘epoll instance is dead’ bugfix.Maxime Devos2022-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some indeterministic test failures for gnunet-scheme observed while developing gnunet-scheme. The following checks were made: All dependents compile for x86_64: $ ./pre-inst-env guix build shepherd gnunet-scheme guix-build-coordinator nar-herder guix-data-service guile-fibers --system=x86_64-linux Everything except guix-build-coordinator (which depends on the non-cross-compilable sqitch) cross-compile from x86_64 to aarch64-linux-gnu: $ ./pre-inst-env guix build shepherd gnunet-scheme nar-herder guile-fibers --system=x86_64-linux --target=aarch64-linux-gnu I tried testing for reproducibility but the check phase took to long. However, you can compare the hash you get against the hash I got: $ ./pre-inst-env guix hash --serializer=nar $(./pre-inst-env guix build guile-fibers --no-grafts --system=x86_64-linux) 0qsaqx27b6q2s22h7y93417ijpkwl6gc1fhhck8aha6bvmawk5h0 I tried an emulated build for another architecture, but there the tests took overly long. There were no lint warnings for guile-fibers. * gnu/packages/patches/guile-fibers-epoll-instance-is-dead.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/guile-xyz.scm (guile-fibers)[source]{patches}: Use the patch. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* Revert "gnu: python-lxml: Update to 4.6.5."Mathieu Othacehe2022-08-15
| | | | | This reverts commit 2365e8435a13c3aa4308e88773de0a0e7b9ffef9 as it triggers >15k rebuilds: https://ci.guix.gnu.org/eval/543158.
* gnu: Add kissat.Maximilian Heisinger2022-08-15
| | | | | | * gnu/packages/maths.scm (kissat): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: python-lxml: Update to 4.6.5.Danny Milosavljevic2022-08-15
| | | | * gnu/packages/xml.scm (python-lxml): Update to 4.6.5.
* gnu: Add python-robotframework-sshtunnellibrary.Maxim Cournoyer2022-08-15
| | | | * gnu/packages/python-xyz.scm (python-robotframework-sshtunnellibrary): New variable.
* gnu: Add python-sshtunnel.Maxim Cournoyer2022-08-15
| | | | * gnu/packages/python-xyz.scm (python-sshtunnel): New variable.
* gnu: torsocks: Wrap lines.Mathieu Othacehe2022-08-15
| | | | | * gnu/packages/tor.scm (torsocks)[source, arguments]: Wrap long lines and remove a trailing #t.
* gnu: torsocks: Update to 2.4.0.Jim Newsome2022-08-15
| | | | | | | | | | * gnu/packages/tor.scm (torsocks): Update to 2.4.0. [native-inputs]: Add autoconf, automake, libtool because torsocks releases no longer pre-run autogen.sh. [synopsis, description]: Clarify that applications do not need to be socks-aware to be used with torsocks. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* Revert "gnu: python-lsp-server: Update to 1.5.0."Mathieu Othacehe2022-08-15
| | | | | This reverts commit 07f807f12c0949e9deeee09b4a28bb1f810b26ca because it requires a python-pluggy update which seems to cause some issues.
* gnu: r-tweenr: Build reproducibly.Ricardo Wurmus2022-08-15
| | | | | * gnu/packages/cran.scm (r-tweenr)[arguments]: Add phase 'build-reproducibly to avoid embedding random time difference.
* gnu: emacs-org-re-reveal: Update to 3.15.0.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.15.0.
* gnu: asymptote: Update to 2.82.Nicolas Goaziou2022-08-15
| | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.82.
* gnu: tumbler: Update to 4.16.1.Michael Rohleder2022-08-15
| | | | | | * gnu/packages/xfce.scm (tumbler): Update to 4.16.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: xfce4-screenshooter: Update to 1.9.11.Michael Rohleder2022-08-15
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.11. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: rgbds: Update to 0.5.2.Ekaitz Zarraga2022-08-15
| | | | | | | * gnu/packages/assembly.scm (rgbds): Update to 0.5.2. [arguments]: Remove a trailing #t. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: lttng-tools: Update to 2.13.7.Olivier Dion2022-08-15
| | | | | | * gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.7. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: lttng-ust: Update to 2.13.3.Olivier Dion2022-08-15
| | | | | | * gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add lttng-modules.Olivier Dion2022-08-15
| | | | | | * gnu/packages/instrumentation.scm (lttng-modules): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>