summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2022-03-20gnu: mumble: Use correct path for libmumbleoverlay....* gnu/packages/telephony.scm (mumble)[fix-mumble-overlay]: Use ‘libmumbleoverlay.so’ instead of the old ‘libmumble.so.1’. Drop trailing #t. Liliana Marie Prikler
2022-03-20gnu: emacs-helm: Update to 3.8.5....* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5. Nicolas Goaziou
2022-03-20gnu: emacs-eldev: Update to 1.0....* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.0. Nicolas Goaziou
2022-03-20gnu: emacs-ebuild-mode: Update to 1.56....* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.56. Nicolas Goaziou
2022-03-20gnu: emacs-rg: Update to 2.2.0....* gnu/packages/emacs-xyz.scm (emacs-rg): Update to 2.2.0. Nicolas Goaziou
2022-03-20gnu: emacs-org-re-reveal: Update to 3.12.5....* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.12.5. Nicolas Goaziou
2022-03-20gnu: emacs-org-roam: Update to 2.2.1....* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.1. Nicolas Goaziou
2022-03-20gnu: emacs-org-ql: Update to 0.6.1....* gnu/packages/emacs-xyz.scm (emacs-org-ql): Update to 0.6.1. Nicolas Goaziou
2022-03-20gnu: emacs-geiser-guile: Update to 0.23....* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.23. Nicolas Goaziou
2022-03-20gnu: emacs-geiser: Update to 0.23.1....* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.23.1. Nicolas Goaziou
2022-03-20gnu: gnuastro: Remove input labels....* gnu/packages/astronomy.scm (gnuastro)[inputs]: Remove input labels. Efraim Flashner
2022-03-20gnu: gnuastro: Update to 0.17....* gnu/packages/astronomy.scm (gnuastro): Update to 0.17. Efraim Flashner
2022-03-19gnu: assimp: Update to 5.2.2....Message-Id: <ccbfd879e41c5c0bbeee965c363e48b08b7750d0.1647174270.git.873216071@qq.com> From: Z572 <873216071@qq.com> Date: Sun, 13 Mar 2022 20:19:48 +0800 Subject: [PATCH] gnu: assimp: Update to 5.2.2. * gnu/packages/graphics.scm (assimp): Update to 5.2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Z572
2022-03-19gnu: python-mypy: Fix test errors on i686-linux....* gnu/packages/patches/python-mypy-12332.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-check.scm (python-mypy)[source]<origin>: Use patch "python-mypy-12332.patch" to avoid overflow issues resulting in test failures. Signed-off-by: Ludovic Courtès <ludo@gnu.org> itd
2022-03-19gnu: isl: Add 'release-monitoring-url' property....* gnu/packages/gcc.scm (isl)[properties]: New field. Ludovic Courtès
2022-03-19gnu: isl: Get source from SourceForge....Reported by Artyom V. Poptsov <poptsov.artyom@gmail.com>. * gnu/packages/gcc.scm (isl)[home-page]: Update. [source]: Replace gforge.inria.fr URL with mirror://sourceforge URL. (isl-0.18)[source]: Likewise. (isl-0.11)[source]: Likewise. Ludovic Courtès
2022-03-19gnu: commencement: Remove many old utilities....* gnu/packages/commencement.scm (bash-mesboot0): Delete variable... (%boot-tcc-inputs): ...and remove it from here. (gawk-mesboot0): Delete variable... (%boot-mesboot-core-inputs): ...and remove it from here. (coreutils-mesboot0): Delete variable. (%boot-mesboot1-inputs): Remove 'bash-mesboot', 'coreutils-mesboot0', 'gawk-mesboot', 'grep-mesboot', 'sed-mesboot', and 'tar-mesboot' from the list of inputs to add; and remove "bash", "bootar", "coreutils", "gash", "gawk", "grep", "guile", "sed", and "tar" from the list of inputs to delete. (hello-mesboot)[native-inputs]: Remove 'xz-mesboot'. (gawk-mesboot)[native-inputs]: Use '%boot-mesboot2-inputs'. (%boot-mesboot3-inputs): Remove 'xz-mesboot'; add 'gawk-mesboot'. (glibc-headers-mesboot)[arguments]: Add 'remove-bashism' phase. (glibc-mesboot)[arguments]: Add 'simplify-intl-tests' phase. (gcc-mesboot1-wrapper)[native-inputs]: Replace 'bash-mesboot' and 'coreutils-mesboot0' with 'gash-boot' and 'gash-utils-boot'. (gcc-mesboot-wrapper): Likewise. (mesboot-package): New procedure. (bash-mesboot, coreutils-mesboot, grep-mesboot, sed-mesboot, xz-mesboot, tar-mesboot): Recreate in terms of 'mesboot-package' using up-to-date versions. (%boot-mesboot6-inputs): Add 'bash-mesboot', 'coreutils-mesboot', 'grep-mesboot', 'sed-mesboot', 'tar-mesboot', and 'xz-mesboot' to the list of inputs to add; and add "bash" and "bootar" to the list of inputs to delete. Timothy Sample
2022-03-19gnu: %boot-tcc-inputs: Remove extra "gash-utils"....* gnu/packages/commencement.scm (%boot-tcc-inputs): Remove 'gash-utils-boot' (it is already included in '%boot-gash-inputs' under the name "coreutils"). Timothy Sample
2022-03-19gnu: binutils-mesboot0: Update to 2.20.1a....This restores the package to how it was before the Scheme-only bootstrap. See cb167958ea904fc79913b883cb771e2d691402e0. * gnu/packages/commencement.scm (binutils-mesboot0): Update to 2.20.1a. (binutils-mesboot1)[arguments]: Remove #:phases substitution. (binutils-mesboot): Inherit from binutils-mesboot1, changing only the native-inputs field. Timothy Sample
2022-03-19gnu: sed-mesboot0: Remove package....* gnu/packages/commencement.scm (sed-mesboot0): Remove variable. (%boot-tcc-inputs): Remove 'sed-mesboot0'. Timothy Sample
2022-03-19gnu: bzip2-mesboot: Remove package....gnu/packages/commencement.scm (bzip2-mesboot): Remove variable. (tcc-boot)[native-inputs]: Remove 'bzip2-mesboot'. [arguments]: Do not replace the 'unpack' phase. (%boot-tcc-inputs): Remove 'bzip2-mesboot'. Timothy Sample
2022-03-19gnu: gash-utils-boot: Create 'echo' wrapper....* gnu/packages/commencement.scm (gash-utils-boot)[arguments]: Add a phase that generates an external wrapper for Gash's 'echo' built-in. Timothy Sample
2022-03-19gnu: gash: Update to 0.3.0....* gnu/packages/shells.scm (gash): Update to 0.3.0. [source]: Remove Guile 3.0 snippet. [arguments]: Delete arguments. * gnu/packages/commencement.scm (gash-boot)[source]: Do not remove the Guile 3.0 snippet (it no longer exists). Timothy Sample
2022-03-19gnu: bootar: Update to 1b....* gnu/packages/commencement.scm (bootar): Update to 1b. Timothy Sample
2022-03-19gnu: gash-utils: Update to 0.2.0....* gnu/packages/patches/gash-utils-ls-test.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/shells.scm (gash-utils): Update to 0.2.0. [source]: Remove patch and Guile 3.0 snippet. * gnu/packages/commencement.scm (gash-utils-boot)[source]: Do not modify parent value. [arguments]: Add "env" to the list of scripts to create in the 'pre-configure' phase; add the "gash-utils" module directory in the 'configure', 'build', and 'install' phases. Timothy Sample
2022-03-19gnu-bootstrap: Allow multiple module directories....* guix/build/gnu-bootstrap.scm (bootstrap-configure, bootstrap-build, bootstrap-install): Treat the 'modules' argument as a list of directories. * gnu/packages/commencement.scm (bootar, gash-boot, gash-utils-boot): Adjust call sites. Timothy Sample
2022-03-19gnu-bootstrap: Configure PACKAGE_NAME....* guix/build/gnu-bootstrap.scm (bootstrap-configure): Add a 'name' argument and use it to configure the PACKAGE_NAME variable. * gnu/packages/commencement.scm (bootar, gash-boot, gash-utils-boot): Use the new argument. Timothy Sample
2022-03-19gnu: hello-mesboot: Downgrade to 2.10....* gnu/packages/commencement.scm (hello-mesboot): Downgrade to 2.10. Timothy Sample
2022-03-19gnu: Add wego....* gnu/packages/weather.scm: New file. * gnu/local.mk: Register new file. Nicolas Goaziou
2022-03-19gnu: Add go-github-com-schachmat-ingo....* gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable. Nicolas Goaziou
2022-03-18gnu: guix: Update to 2fb4304....* gnu/packages/package-management.scm (guix): Update to 2fb4304. Ludovic Courtès
2022-03-18gnu: b2sum: Produce generic binaries and enable tuning....* gnu/packages/crypto.scm (b2sum)[arguments]: Add 'de-tune' phase. [properties]: Mark the package as tunable. Leo Famulari
2022-03-18gnu: bitlbee-purple: Use 'modify-inputs'....* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'. Ludovic Courtès
2022-03-18gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH"....Suggested by Maxime Devos. * gnu/packages/messaging.scm (bitlbee-purple)[native-search-paths]: New field. Ludovic Courtès
2022-03-18gnu: Add ckb-next....* gnu/packages/hardware.scm (ckb-next): add ckb-next Co-authored-by: Ludovic Courtès <ludo@gnu.org> Formbi
2022-03-18gnu: feh, newsboat: Inline top-level reference to 'curl'....These references introduced top-level circular dependencies. Furthermore, they were inaccurate since only CURL_CA_BUNDLE is honored. * gnu/packages/image-viewers.scm (feh)[native-search-paths]: Remove top-level reference to 'curl'; inline "CURL_CA_BUNDLE" spec. * gnu/packages/syndication.scm (newsboat)[native-search-paths]: Likewise. Ludovic Courtès
2022-03-18gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references....* gnu/packages/purescript.scm (ghc-optparse-applicative-0.15.1.0): Move to... * gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15.1.0): ... here. Ludovic Courtès
2022-03-18gnu: emacs-osm: Record the absolute file name of 'curl'....* gnu/packages/emacs-xyz.scm (emacs-osm)[arguments, inputs]: New fields. Ludovic Courtès
2022-03-18gnu: emacs-osm: Fetch source over Git....* gnu/packages/emacs-xyz.scm (emacs-osm)[source]: Switch to 'git-fetch'. Ludovic Courtès
2022-03-18gnu: Add emacs-osm....* gnu/packages/emacs-xyz.scm (emacs-osm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Allan Adair
2022-03-18gnu: petsc-openmpi: Remove input labels....* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Use 'modify-inputs'. [arguments]: Adjust label name for hdf5. Ludovic Courtès
2022-03-18gnu: petsc-openmpi: Fix compilation with Scotch 7.0....* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add SCOTCH:METIS. [arguments]: Add 'adjust-pt-scotch-library-names' phase. Ludovic Courtès
2022-03-18gnu: Add python-scikit-allel....* gnu/packages/python-science.scm (python-scikit-allel): New variable. Efraim Flashner
2022-03-18gnu: Add cl-purgatory....* gnu/packages/lisp-xyz.scm (cl-purgatory, ecl-purgatory, sbcl-purgatory): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2022-03-18gnu: vim: Update to 8.2.4564....* gnu/packages/vim.scm (vim): Update to 8.2.4564. [arguments]: Adjust custom 'patch-absolute-paths phase to upstream changes. Efraim Flashner
2022-03-18gnu: gnome-shell-extension-customize-ibus: Update to 82....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 82. Mathieu Othacehe
2022-03-18gnu: capstone: Update to 4.0.2....* gnu/packages/engineering.scm (capstone): Update to 4.0.2. [source]: Fix indentation and git URL. [phases]: Strip trailing #t. [home]: Update URL. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Olivier Dion
2022-03-18gnu: Add sysbench....* gnu/packages/benchmark.scm (sysbench): New variable. Maxim Cournoyer
2022-03-18gnu: Add ck....* gnu/packages/c.scm (ck): New variable. Maxim Cournoyer
2022-03-18gnu: docbook-xml-4.1.2: Install an XML catalog file....* gnu/packages/docbook.scm (docbook-xml-4.1.2)[builder]: Generate a catalog file. [native-inputs]: Add libxml2. Maxim Cournoyer