summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-15gnu: emacs-buttercup: Update to 1.26....* gnu/packages/emacs-xyz.scm (emacs-buttercup): Update to 1.26. Nicolas Goaziou
2022-08-15gnu: emacs-debbugs: Update to 0.33....* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.33. Nicolas Goaziou
2022-08-14gnu: itpp: Remove non-deterministic log file....* gnu/packages/maths.scm (itpp)[arguments]: Add 'delete-formulas-log phase. Vagrant Cascadian
2022-08-14gnu: r-rcppparallel: Do not use bundled tbb....* gnu/packages/cran.scm (r-rcppparallel)[inputs]: Add tbb-2020. [arguments]: Add build phase 'use-system-tbb to set TBB_ROOT. [source]: Add snippet to remove bundled tbb. Ricardo Wurmus
2022-08-14gnu: r-reticulate: Build reproducibly....* gnu/packages/cran.scm (r-reticulate)[arguments]: Add build phase 'build-reproducibly to ensure that pyc files are built reproducibly. Ricardo Wurmus
2022-08-14gnu: r-bgx: Build without CPU tuning....Fixes <https://issues.guix.gnu.org/57210>. * gnu/packages/bioconductor.scm (r-bgx)[arguments]: Add phase 'do-not-tune-cflags-for-reproducibility to patch configure.ac. [inputs]: Add boost. [native-inputs]: Add autoconf and automake. Ricardo Wurmus
2022-08-14gnu: r-lpsymphony: Build reproducibly....* gnu/packages/bioconductor.scm (r-lpsymphony)[arguments]: Add build phase 'make-build-order-reproducible. Ricardo Wurmus
2022-08-14Update copyright/name notices for Christine Lemmer-Webber....* gnu/packages/games.scm: Update copyright/name notices for Christine Lemmer-Webber. Christine Lemmer-Webber
2022-08-07gnu: moe: Update to 1.12....* gnu/packages/moe.scm (moe): Update to 1.12. Tobias Geerinckx-Rice
2022-08-07gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]....* gnu/packages/hardware.scm (usbguard): Update to 1.1.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> kiasoc5 via Guix-patches via
2022-08-07gnu: usbguard: Use new package style....Use G-exps and #$output while we're at it. * gnu/packages/hardware.scm (usbguard)[arguments]: Use G-expressions. <#:phases>: Use '#$output' instead of 'assoc-ref' Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> kiasoc5 via Guix-patches via
2022-08-07gnu: mcelog: Update to 187....* gnu/packages/linux.scm (mcelog): Update to 187. Tobias Geerinckx-Rice
2022-08-14gnu: pies: Remove pre-generated files....* gnu/packages/admin.scm (pies)[source]: Add snippet to remove pre-generated files. [native-inputs]: Add bison, flex. Efraim Flashner
2022-08-14gnu: pies: Update to 1.8....* gnu/packages/admin.scm (pies): Update to 1.8. Efraim Flashner
2022-08-14gnu: yt-dlp: Only build with pandoc on supported systems....* gnu/packages/video.scm (yt-dlp)[arguments]: Adjust custom 'build-generated-files phase to adjust to the presence of pandoc. [native-inputs]: Make explicit list. Only include pandoc on supported systems. Efraim Flashner
2022-08-14news: Add 'pt' translation....The menu entry reference is kept in English because the manual isn't translated to Portuguese yet. * etc/news.scm: Add Portuguese translation of 'guix style -f' entry. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Thiago Jung Bauermann via Guix-patches via
2022-08-07gnu: knot: Update to 3.1.9....* gnu/packages/dns.scm (knot): Update to 3.1.9. Tobias Geerinckx-Rice
2022-08-07gnu: inxi-minimal: Update to 3.3.20-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.20-1. Tobias Geerinckx-Rice
2022-08-07gnu: cups-pk-helper: Add etc/dbus-1 compatibility symlink....* gnu/packages/cups.scm (cups-pk-helper)[arguments]: Add an 'install-compatibility-symlink phase. Tobias Geerinckx-Rice
2022-08-07gnu: haproxy: Remove ‘free’ & fluff....* gnu/packages/networking.scm (haproxy)[description]: Remove the redundant ‘free’ qualifier and some overly gushing other ones. Tobias Geerinckx-Rice
2022-08-07gnu: epson-inkjet-printer-escpr: Update to 1.7.21....* gnu/packages/cups.scm (epson-inkjet-printer-escpr): Update to 1.7.21. Tobias Geerinckx-Rice
2022-08-07gnu: cups-pk-helper: Make references non-native....* gnu/packages/cups.scm (cups-pk-helper)[native-inputs]: Move cups & polkit from here… [inputs]: …to here. Make cups-minimal. Add glib. Tobias Geerinckx-Rice
2022-08-07gnu: cups-pk-helper: Update to 0.2.7....* gnu/packages/cups.scm (cups-pk-helper): Update to 0.2.7. [build-system]: Switch to Meson. [arguments]: Explicitly disable tests. [native-inputs]: Remove unused intltool and add glib:bin. Tobias Geerinckx-Rice
2022-08-07gnu: git: Update to 2.37.2....* gnu/packages/version-control.scm (git): Update to 2.37.2. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic: Further explore the concept of iteration....* gnu/packages/games.scm (xonotic)[arguments]: Use FOR-EACH in the 'install-binaries and renamed 'install-desktop-entries phases. Use FIND-FILES in the 'install-icons phase. Use both in 'wrap-binaries for brevity (and SRFI-26 for fun). Symlink ‘xonotic’ after wrapping, so we don't double-wrap it. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic: Rename misleading 'bootstrap phase....* gnu/packages/games.scm (xonotic)[arguments]: Rename (second! stateful!) 'bootstrap phase to 'preconfigure. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic: Normalise building Darkplaces....* gnu/packages/games.scm (xonotic)[arguments]: Build Darkplaces in a single pass. Honour MAKE-FLAGS, PARALLEL-BUILD?, and CC-FOR-TARGET. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic: Use G-expressions....* gnu/packages/games.scm (xonotic)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic-data: Don't copy 1.2-GiB file to build directory....* gnu/packages/games.scm (xonotic-data)[arguments]: Extract SOURCE directly from the store. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic-data: Use G-expressions....* gnu/packages/games.scm (xonotic-data)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic: Remove input labels....* gnu/packages/games.scm (xonotic)[inputs, native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic-data: Remove input labels....* gnu/packages/games.scm (xonotic-data)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic-data: Update to 0.8.5....* gnu/packages/games.scm (xonotic-data): Update to 0.8.5. [source]: Use HTTPS. Tobias Geerinckx-Rice
2022-08-07gnu: xonotic: Update to 0.8.5....* gnu/packages/games.scm (xonotic): Update to 0.8.5. [source]: Use HTTPS. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-08-13gnu: ocaml-cudf: Update to 0.10....* gnu/packages/ocaml.scm (ocaml-cudf): Update to 0.10. Julien Lepiller
2022-08-13gnu: ocaml-sexplib: Update to 0.15.1....* gnu/packages/ocaml.scm (ocaml-sexplib): Update to 0.15.1. Julien Lepiller
2022-08-13gnu: ocaml-timed: Update to 1.1....* gnu/packages/ocaml.scm (ocaml-timed): Update to 1.1. Julien Lepiller
2022-08-13gnu: ocaml-biniou: Update to 1.2.2....* gnu/packages/ocaml.scm (ocaml-biniou): Update to 1.2.2. Julien Lepiller
2022-08-13gnu: ocaml-cstruct: Update to 6.1.1....* gnu/packages/ocaml.scm (ocaml-cstruct): Update to 6.1.1. Julien Lepiller
2022-08-13gnu: ocaml-version: Update to 3.5.0....* gnu/packages/ocaml.scm (ocaml-version): Update to 3.5.0. Julien Lepiller
2022-08-13gnu: ocaml-alcotest: Update to 1.6.0....* gnu/packages/ocaml.scm (ocaml-alcotest): Update to 1.6.0. Julien Lepiller
2022-08-13gnu: ocaml-odoc-parser: Update to 2.0.0....* gnu/packages/ocaml.scm (ocaml-odoc-parser): Update to 2.0.0. (ocamlformat): Update to 0.24.1. Julien Lepiller
2022-08-13gnu: ocaml-piqilib: Update to 0.6.16....* gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.16. Julien Lepiller
2022-08-13gnu: ocaml-ssl: Update to 0.5.12....* gnu/packages/ocaml.scm (ocaml-ssl): Update to 0.5.12. Julien Lepiller
2022-08-13gnu: dune: Update to 4.4.1....* gnu/packages/ocaml.scm (dune): Update to 4.4.1. * gnu/packages/coq.scm (coq-stdlib): Fix for new dune. Julien Lepiller
2022-08-13gnu: ocaml-piqi: Update to 0.7.8....* gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.8. Julien Lepiller
2022-08-13gnu: ocaml-yojson: Update to 2.0.2....merlin also needs to be updated at the same time because of incompatibilities between the two versions. * gnu/packages/ocaml.scm (ocaml-merlin-lib): New variable. (ocaml-dot-merlin-reader): Inherit from it and update inputs. (ocaml-merlin): Update inputs. (ocaml-yojson): Update to 2.0.2. (ocaml-odoc): Disable tests. Julien Lepiller
2022-08-13gnu: ocaml-zed: Update to 3.2.0....Because of an incompatible change in ocaml-zed, some of its dependents need to be updated at the same time to prevent breakage. * gnu/packages/ocaml.scm (ocaml-zed): Update to 3.2.0. (ocaml-lambda-term): Update to 3.3.1. (ocaml-utop): Update to 2.10.0. Julien Lepiller
2022-08-13gnu: python-setuptools: Update to 64.0.3....* gnu/packages/python-xyz.scm (python-setuptools): Update to 64.0.3. Marius Bakke
2022-08-13gnu: policycoreutils: Use G-expression....* gnu/packages/selinux.scm (policycoreutils)[arguments]: Convert to gexp. Marius Bakke