aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Remove remnants of nettle 3.5.Maxim Cournoyer2021-06-05
| | | | | | | | | The source of nettle-3.5 was already using the source of nettle-3.7. * gnu/packages/nettle.scm (nettle-3.5): Rename to 'nettle'. (nettle-3.7): Remove variable. (nettle): Remove alias.
* gnu: nasm: Update to 2.15.05.Maxim Cournoyer2021-06-05
| | | | | * gnu/packages/assembly.scm (nasm): Update to 2.15.05. [phases]{dont-build-ps-pdf-outputs}: Adjust patching to changes in the source.
* gnu: wireguard-tools: Set #:sh argument of 'wrap-program'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (wireguard-tools)[arguments]<#:phases>{wrap-wg-quick}: Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: protonvpn-cli: Set #:sh argument of 'wrap-program'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (protonvpn-cli)[arguments]<#:phases>{wrap-wrapper}: Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: openconnect-sso: Set #:sh argument of 'wrap-program'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (openconnect-sso)[arguments]<#:phases>{wrap-qt-process-path} Set #:sh argument of ‘wrap-program’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vpnc-scripts: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/vpn.scm (vpnc-scripts)[arguments]<#:phases>{wrap-scripts}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: clipmenu: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/xdisorg.scm (clipmenu)[arguments]<#:phases>{wrap-script}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: sieve-connect: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/mail.scm (sieve-connect)[arguments]<#:phases>{wrap-program}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: nanopolish: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/bioinformatics.scm (nanopolish)[arguments]<#:phases>{wrap-programs}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gess: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/bioinformatics.scm (gess)[arguments]<#:phases>{install} Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: prinseq: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/bioinformatics.scm (prinseq)[arguments]<#:phases>{install}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: proteinortho: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/bioinformatics.scm (proteinortho)[arguments]<#:phases>{wrap-programs}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bats: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/bash.scm (bats)[arguments]<#:builder>: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: carla: Set #:guile argument of 'wrap-script'.Maxime Devos2021-06-04
| | | | | | | | * gnu/packages/audio.scm (carla)[arguments]<#:phases>{wrap-executables}: Set #:guile argument of ‘wrap-script’. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: jemalloc: Fix building on powerpc-linux.Efraim Flashner2021-06-01
| | | | | * gnu/packages/jemalloc.scm (jemalloc)[arguments]: Change configure-flags so they are configurable per-architecture.
* gnu: guile-3.0: Fix building on powerpc-linux.Efraim Flashner2021-05-28
| | | | | | | * gnu/packages/guile.scm (guile-3.0)[source]: Adjust snippet to skip OOM-test. [arguments]: On powerpc add a phase to adjust the compile flags during the bootstrap process. Add phase to skip known failing test.
* guile: Leave 'scm_install_gmp_memory_functions' unchanged.Ludovic Courtès2021-05-25
| | | | | | | | | | Since the switch to Guile 3.0.7 using mini-GMP, we can leave 'scm_install_gmp_memory_functions' to its default value, which is to use custom memory allocators; there is no interference with users of GMP such as GnuTLS/Nettle. * gnu/packages/aux-files/guile-launcher.c (main) [!SCM_ENABLE_MINI_GMP]: Leave 'scm_install_gmp_memory_functions' unchanged.
* gnu: mesa: Unify custom phases.Efraim Flashner2021-05-24
| | | | | | * gnu/packages/gl.scm (mesa)[arguments]: Rewrite custom 'disable-failing-test phases to be one joint phase. Adjust 'split-outputs phase to simplify.
* gnu: mesa: Add support for powerpc-linux.Efraim Flashner2021-05-23
| | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Add llvm, glslang for powerpc. [arguments]: Customize the configure flags for powerpc. Add powerpc specific phase to skip failing tests.
* gnu: binutils: Fix bug in test suite in libiberty.Efraim Flashner2021-05-23
| | | | | | * gnu/packages/base.scm (binutils)[source]: Add patch. * gnu/packages/patches/binutils-libiberty-endianness-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: gcc-boot0: Use 128-bit long-double on powerpc-linux.Efraim Flashner2021-05-23
| | | | | * gnu/packages/commencement.scm (gcc-boot0)[arguments]: Adjust configure-flag to also use '--with-long-double-128' on powerpc-linux.
* gnu: bootstrap: Add support for powerpc-linux.Efraim Flashner2021-05-23
| | | | | | | | | | | | | | | | | | | | | | | | On 923bb70a1bff657125c3008f119a477e5cb57c2b gnu:glibc-for-bootstrap: Fix patch. Run ./pre-inst-env guix build --target=powerpc-linux-gnu bootstrap-tarballs Producing /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0 With guix hash -rx /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0 02xx2ydj28pwv3vflqffinpq1icj09gzi9icm8j4bwc4lca9irxn * gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for powerpc-linux. (%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Add entry for powerpc-linux. * gnu/packages.scm (%supported-systems): Add powerpc-linux. (%hydra-supported-systems): Remove powerpc-linux. * m4/guix.m4: Add powerpc-linux as a supported system.
* gnu: python-pyflakes: Remove obsolete patch.Marius Bakke2021-05-22
| | | | | | | | | | This patch was added on 'core-updates' in 43c889de85e79f279931d6cced261f54c9be5075, but no longer necessary since the update to 2.3.1 in 91741db5397174a2e96b4010c3c9ff53d34e8ef0. * gnu/packages/patches/python-pyflakes-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-pyflakes)[source](patches): Remove.
* gnu: python-tqdm: Update to 4.60.0.Marius Bakke2021-05-22
| | | | | | | | * gnu/packages/python-xyz.scm (python-tqdm): Update to 4.60.0. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST, PYTHON-PYTEST-ASYNCIO, PYTHON-PYTEST-TIMEOUT, PYTHON-SETUPTOOLS-SCM, and PYTHON-TOML. [arguments]: Use pytest instead of nosetests in check phase.
* gnu: Remove 'texlive-amsfonts/patched'.Marius Bakke2021-05-22
| | | | | | | | * gnu/packages/tex.scm (texlive-amsfonts)[arguments]: Add the fix from 'texlive-amsfonts/patched'. (texlive-amsfonts/patched): Remove variable. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Change from TEXLIVE-AMSFONTS/PATCHED to TEXLIVE-AMSFONTS.
* gnu: guile-static: Fix build without GMP.Marius Bakke2021-05-22
| | | | | * gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Add "--enable-mini-gmp" to #:configure-flags.
* gnu: guile-static: Remove obsolete workaround.Marius Bakke2021-05-22
| | | | | * gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Don't disable JIT on ARMv7.
* Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\
| * gnu: autotrace: Prepare for GLib 2.68 and later.Marius Bakke2021-05-22
| | | | | | | | | | | | * gnu/packages/patches/autotrace-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (autotrace)[source](patches): New field.
| * gnu: libblockdev: Prepare for GLib 2.58.Marius Bakke2021-05-22
| | | | | | | | | | | | * gnu/packages/patches/libblockdev-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/disk.scm (libblockdev)[source](patches): New field.
| * gnu: ucx: Restore (and adapt) ioctl fallback patch.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | | | This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which removed the patch, but it was still necessary for some dependents. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx)[source](patches): New field.
| * gnu: cmdtest: Do not propagate any inputs.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ... [inputs]: ... here. New field.
| * gnu: cmdtest: Update to 0.32-14-gcdfe14e.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | * gnu/packages/check.scm (cmdtest): Update to 0.32-14-gcdfe14e. [source]: Switch to GIT-FETCH. [arguments]: Remove #:phases and #:python. Add #:tests?. [native-inputs]: Change from PYTHON2-CLIAPP, PYTHON2-MARKDOWN, and PYTHON-TTYSTATUS to their respective Python 3 variants.
| * gnu: python2-ttystatus: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ... (python-ttystatus): ... this. [name, native-inputs, arguments]: Adjust accordingly. [descriptions]: Remove mentions of Python version and add markup. (python2-ttystatus): Use PACKAGE-WITH-PYTHON2.
| * gnu: python2-cliapp: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python2-cliapp): Rename to ... (python-cliapp): ... this. [name, native-inputs, propagated-inputs]: Adjust accordingly. [arguments]: Disable tests. [description]: Remove mentions of Python version and add markup. (python2-cliapp): Use PACKAGE-WITH-PYTHON2.
| * gnu: python-coverage-test-runner: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | * gnu/packages/check.scm (python2-coverage-test-runner): Rename to ... (python-coverage-test-runner): ... this. [arguments, propagated-inputs]: Adjust for Python 3. (python2-coverage-test-runner): Use PACKAGE-WITH-PYTHON2.
| * gnu: sharutils: 'which' is a native input.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.
| * gnu: sharutils: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | | | | | | | | | * gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution to avoid duplicate header definitions. [arguments]: Remove trailing #t.
| * gnu: ntp: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | | | | | * gnu/packages/ntp.scm (ntp)[source](patches): New field.
| * gnu: guix: Update to 9f2b2c4.Christopher Baines2021-05-22
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
| * gnu: Add emacs-poly-r.Ricardo Wurmus2021-05-22
| | | | | | | | * gnu/packages/statistics.scm (emacs-poly-r): New variable.
| * gnu: Add emacs-poly-noweb.Ricardo Wurmus2021-05-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.
| * gnu: pinball: Update to 3.1.20201218.Eric Bavier2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (pinball): Update to 3.1.20201218. [source]: Tarballs no longer published on sourceforge, so use git-fetch. [native-inputs]: New field for bootstrapping inputs. [inputs]: Add libltdl. [arguments]: Add custom 'bootstrap' phase. * gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches. * gnu/local.mk (dist_patch_DATA): Remove them.
| * gnu: python-scour: Update to 0.38.2.Björn Höfling2021-05-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
| * gnu: python-scour: Correct version.Björn Höfling2021-05-21
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-scour): Correct version string from 038.1 to 0.38.1.
| * gnu: xfce4-screenshooter: Update to 1.9.9.Michael Rohleder2021-05-21
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Fix build for ldc.Roel Janssen2021-05-21
| | | | | | | | * gnu/packages/dlang.scm (ldc): Disable tests that use ptrace.
| * gnu: Add emacs-purescript-mode.Xinglu Chen2021-05-21
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-purescript-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: linux-libre: Update to 5.12.5.Leo Famulari2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.11-version, deblob-scripts-5.11, linux-libre-5.11-pristine-source, linux-libre-5.11-source, linux-libre-headers-5.11, linux-libre-5.11): Remove variables. (linux-libre-version, linux-libre-pristine-source, linux-libre-source, linux-libre): Update to the 5.12 kernel series. (linux-libre-with-bpf): Update to the 5.12 kernel series. * gnu/packages/aux-files/linux-libre/5.11-arm.conf, gnu/packages/aux-files/linux-libre/5.11-arm64.conf, gnu/packages/aux-files/linux-libre/5.11-i686.conf, gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
| * gnu: python-pikepdf: Update to 2.12.1.Nicolas Goaziou2021-05-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.