summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-22gnu: weechat: Only build docs on some architectures....* gnu/packages/irc.scm (weechat)[native-inputs]: Only use ruby-asciidoctor on architectures supported by GHC. [arguments]: Only build manpages and docs on some architectures. Only move documentation when it is built. Efraim Flashner
2021-12-22gnu: Enable babeltrace Python's bindings....* gnu/packages/instrumentation.scm (babeltrace) [tests?]: Set to false. [configure-flags]: Enable Python's plugins and bindings. [make-flags]: Add output's /lib to linker rpath. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion
2021-12-22services: wireguard: Add DNS config field....* gnu/services/vpn.scm (wireguard-configuration)[dns]: New field. (wireguard-configuration-file): Honor it. * doc/guix.texi: Document it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Nathan Dehnel
2021-12-22gnu: strace: Update to 5.15....* gnu/packages/linux.scm (strace): Update to 5.15. [arguments]: Remove trailing #T from build phases; disable one more test. Ricardo Wurmus
2021-12-22gnu: gimp: Update to 2.10.30....* gnu/packages/gimp.scm (gimp): Update to 2.10.30. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vinicius Monego
2021-12-22gnu: gegl: Update to 0.4.34....* gnu/packages/gimp.scm (gegl): Update to 0.4.34. [source]: Make some cosmetic changes. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Vinicius Monego
2021-12-22gnu: ocaml-odoc: Update to 2.0.2....* gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.0.2. Julien Lepiller
2021-12-22gnu. ocaml-batteries: Update to 3.4.0....* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.4.0. Julien Lepiller
2021-12-22gnu: ocaml-fpath: Update to 0.7.3....* gnu/packages/ocaml.scm (ocaml-fpath): Update to 0.7.3. Julien Lepiller
2021-12-22gnu: camlp5: Update to 8.00.02....* gnu/packages/ocaml.scm (camlp5): Update to 8.00.02. Julien Lepiller
2021-12-22gnu: frama-c: Update to 24.0....* gnu/packages/maths.scm (frama-c): Update to 24.0. Julien Lepiller
2021-12-22gnu: coq: Update to 8.14.1....* gnu/packages/coq.scm (coq-core): Update to 8.14.1. Julien Lepiller
2021-12-22gnu: ocaml-findlib: Update to 1.9.1....* gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.1. Julien Lepiller
2021-12-22gnu: java-log4j-api: Update to 2.17.0....* gnu/packages/java.scm (java-log4j-api): Update to 2.17.0. Julien Lepiller
2021-12-21gnu: Add tlpui....* gnu/packages/linux.scm (tlpui): New variable. Nicolas Goaziou
2021-12-21gnu: python-sgmllib3k: Fix typo....* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of pluralized "This package". Vagrant Cascadian
2021-12-21services: static-networking: Enable multicast by default....Fixes: <https://issues.guix.gnu.org/52520>. * gnu/services/base.scm (network-set-up/linux): Enable it. Mathieu Othacehe
2021-12-21gnu: go-1.17: Build with gcc:lib on arm* architectures....* gnu/packages/golang.scm (go-1.17)[arguments]: Add phase on arm* architectures to link to gcc:lib. [inputs]: When building for arm* don't remove gcc:lib. Efraim Flashner
2021-12-21gnu: go-1.17: Simplify native-inputs....* gnu/packages/golang.scm (go-1.17)[native-inputs]: Remove unnecessary quoting. Efraim Flashner
2021-12-21tests: rsync: Define several modules....* gnu/tests/rsync.scm (run-rsync-test)["Test file not copied to read-only share", "Test file correctly received from read-only share"]: New tests. (%rsync-os): Define two modules. Ludovic Courtès
2021-12-21services: rsync: Allow configuring several rsync "modules"....Until now the rsync service would export a single module, named "files". This allows users to specify as many modules as they want, in line with rsyncd.conf(5). * gnu/services/rsync.scm (warn-share-field-deprecation): New procedure. (<rsync-configuration>)[modules]: New field. [share-path, share-comment, read-only?, timeout]: Mark as deprecated. (<rsync-module>): New record type. (%default-modules): New variable. (rsync-configuration-modules): New procedure. (rsync-activation): Create the directory of each module. (rsync-config-file): Generate configuration for each module. (rsync-service-type)[description]: New field. * doc/guix.texi (Networking Services): Adjust documentation. Augment example. Ludovic Courtès
2021-12-21gnu: binutils-gold: Skip gold testsuite on some architectures....* gnu/packages/base.scm (binutils-gold)[arguments]: Add a phase on some architecturest to skip the gold testsuite. Efraim Flashner
2021-12-21gnu: Add vim-gnupg....* gnu/packages/vim.scm (vim-gnupg): New variable. Efraim Flashner
2021-12-21gnu: python-statsmodels: Remove cythonized files from tarball....* gnu/packages/statistics.scm (python-statsmodels)[source]: Add snippet to remove cythonized files. Efraim Flashner
2021-12-21Revert "gnu: python-pingouin: Update to 0.5.0."...This reverts commit f2ad33bc3933b710e5beb6592a9a4925b91b199a. python-pingouin after 0.3.12 needs newer versions of all the python science libraries. Efraim Flashner
2021-12-21gnu: guix-build-coordinator: Update to 0-41.6b6218d....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-41.6b6218d. Christopher Baines
2021-12-21gnu: Add nar-herder....* gnu/packages/package-management.scm (nar-herder): New variable. Christopher Baines
2021-12-21gnu: opencv: Fix installation....This is a follow-up to commit 5894b1210d689ec408db21184b85b0a6a1a5ca3e. * gnu/packages/image-processing.scm (opencv)[arguments]: Add build phase 'do-not-install-3rdparty-file. Ricardo Wurmus
2021-12-21gnu: emacs-geiser: Update to 0.20.1....* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20.1. Nicolas Goaziou
2021-12-21gnu: Add fsearch....* gnu/packages/search.scm (fsearch): New variable. Nicolas Goaziou
2021-12-21gnu: tuir: Skip sanity-check....* gnu/packages/syndication.scm (tuir)[arguments]: Remove 'sanity-check. Efraim Flashner
2021-12-21gnu: qutebrowser: Remove unnecessary input....* gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Remove python-importlib-resources. Efraim Flashner
2021-12-20gnu: WebKitGTK: Update to 2.34.3 [fixes CVE-2021-{30809,30887,30890}]....* gnu/packages/webkit.scm (webkitgtk): Update to 2.34.3. Leo Famulari
2021-12-21gnu: parlatype: Update to 3.1....* gnu/packages/gnome.scm (parlatype): Update to 3.1. [native-inputs]: Remove labels. Nicolas Goaziou
2021-12-21gnu: axel: Update to 2.17.11....* gnu/packages/networking.scm (axel): Update to 2.17.11. Nicolas Goaziou
2021-12-21gnu: emacs-geiser-guile: Update to 0.20....* gnu/packages/emacs-xyz.scm (emacs-geiser-guile): Update to 0.20. Nicolas Goaziou
2021-12-21gnu: emacs-geiser: Update to 0.20....* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.20. [propagated-inputs]: Add emacs-transient. Nicolas Goaziou
2021-12-21gnu: emacs-xml-rpc: Update to 1.0.5....* gnu/packages/emacs-xyz.scm (emacs-xml-rpc): Update to 1.0.5. Nicolas Goaziou
2021-12-20gnu: opencv: Update to 4.5.4....* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: Delete file. * gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove patches. * gnu/packages/image-processing.scm (opencv): Update to 4.5.4. [source]: Remove patch; keep bundled quirc. [arguments]: Build without ade; update build phase 'disable-broken-tests; remove build phase 'add-ilmbase-include-path. [native-inputs]: Update source hashes for opencv-contrib and opencv-extra. [inputs]: Use new style; add imath and openblas; replace openexr-2 with openexr. [description]: Reformat first paragraph. Ricardo Wurmus
2021-12-20gnu: opencv: Remove trailing #T from snippet....* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of the snippet. Ricardo Wurmus
2021-12-20gnu: leveldb: Remove --no-rtti flag....* gnu/packages/databases.scm (leveldb)[arguments]: Patch CMakeLists.txt in 'allow-RTTI phase. Ricardo Wurmus
2021-12-20gnu: ceph: Simplify source snippet....* gnu/packages/storage.scm (ceph)[source]: Simplify snippet. Ricardo Wurmus
2021-12-20gnu: ceph: Update to 16.2.7....* gnu/packages/storage.scm (ceph): Update to 16.2.7. Ricardo Wurmus
2021-12-20gnu: Add bash-with-syslog....* gnu/packages/bash.scm (bash-with-syslog): New variable. Ricardo Wurmus
2021-12-20gnu: sortmerna: Update to 4.3.4....* gnu/packages/bioinformatics.scm (sortmerna): Update to 4.3.4. [build-system]: Use cmake-build-system. [arguments]: Disable tests; add configure flags; add phase 'find-concurrentqueue-headers; update 'install phase. [inputs]: Add concurrentqueue, gflags, rapidjson, and rocksdb. [native-inputs]: Add pkg-config. Ricardo Wurmus
2021-12-20gnu: rocksdb: Update to 6.26.1....* gnu/packages/databases.scm (rocksdb): Update to 6.26.1. [build-system]: Use cmake-build-system. [arguments]: Disable tests for all architectures; update configure-flags to new build system; remove build phase customization; add two phases: 'build-generically and 'patch-CMakeLists.txt. Ricardo Wurmus
2021-12-20gnu: Add concurrentqueue....* gnu/packages/cpp.scm (concurrentqueue): New variable. Ricardo Wurmus
2021-12-20gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}]....* gnu/packages/web.scm (httpd): Update to 2.4.52. Leo Famulari
2021-12-20gnu: python-lsp-server: Update to 1.3.3....* gnu/packages/python-xyz.scm (python-lsp-server): Update to 1.3.3. [home-page]: Update to new location. Jelle Licht
2021-12-20doc: Remove extra closing paren....* doc/contributing.texi (Emacs Packages): Remove extra paren in example. Ludovic Courtès