summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: r-sp: Update to 1.5-0.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/cran.scm (r-sp): Update to 1.5-0.
* gnu: r-proxy: Update to 0.4-27.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/cran.scm (r-proxy): Update to 0.4-27.
* gnu: r-restrserve: Update to 1.2.0.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/cran.scm (r-restrserve): Update to 1.2.0.
* gnu: r-benchmarkme: Update to 1.0.8.Ricardo Wurmus2022-06-13
| | | | | * gnu/packages/cran.scm (r-benchmarkme): Update to 1.0.8. [propagated-inputs]: Add r-stringr.
* gnu: r-afpt: Update to 1.1.0.2.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/cran.scm (r-afpt): Update to 1.1.0.2.
* gnu: r-nbpseq: Update to 0.3.1.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/bioconductor.scm (r-nbpseq): Update to 0.3.1.
* gnu: r-restfulr: Update to 0.0.14.Ricardo Wurmus2022-06-13
| | | | * gnu/packages/bioconductor.scm (r-restfulr): Update to 0.0.14.
* gnu: Add js-mathjax-for-r-mathjaxr.Ricardo Wurmus2022-06-13
| | | | | | * gnu/packages/patches/mathjax-3.1.2-no-a11y.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/javascript.scm (js-mathjax-for-r-mathjaxr): New variable.
* gnu: python-asyncssh: Update to 2.11.0.Lars-Dominik Braun2022-06-13
| | | | | | | | | * gnu/packages/ssh.scm (python-asyncssh)[version]: Update to 2.11.0. [propagated-inputs]: Add python-typing-extensions. [native-inputs]: Add python-fido2, python-aiofiles, netcat and python-pytest. [arguments]: Disable netcat autodetection. Replace 'check with call to pytest.
* gnu: Add python-langcodes.Artyom V. Poptsov2022-06-13
| | | | | | * gnu/packages/python-xyz.scm (python-langcodes): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: guix: Generalize extensions.terramorpha2022-06-13
| | | | | | | | | * gnu/services/base.scm (<guix-extension>): New record type. (guix-extension-merge): New procedure. (guix-service-type): Honor extensions. * doc/guix.texi (Base Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: racket: Avoid use of (ice-9 exceptions).Ludovic Courtès2022-06-13
| | | | | | | | | Fixes <https://issues.guix.gnu.org/54546>. Reported by Giovanni Biscuolo <g@xelera.eu> and Michael Chirillo <michael.a.chirillo@gmail.com>. * gnu/packages/racket.scm (racket): Rewrite in terms of SRFI-34/35 instead of (ice-9 exceptions).
* gnu: txr: Update to 277.Guillaume Le Vaillant2022-06-13
| | | | | * gnu/packages/lisp.scm (txr): Update to 277. [inputs]: Add zlib.
* Merge branch 'staging'Ludovic Courtès2022-06-13
|\
| * Merge branch 'master' into stagingLudovic Courtès2022-06-12
| |\
| * \ Merge branch 'master' into stagingLudovic Courtès2022-06-08
| |\ \
| * | | gnu: timescaledb: Adjust test preparation to PostgreSQL 13.6.Ludovic Courtès2022-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous method of making a union with symlinks would work with 13.4 but not with 13.6, which has an extra 'canonicalize_path' call in 'find_my_exec'. * gnu/packages/databases.scm (timescaledb)[arguments]: In 'prepare-tests', pass #:symlink argument to 'union-build'.
| * | | gnu: postgresql@10: Fix manual compilation.Ludovic Courtès2022-06-05
| | | | | | | | | | | | | | | | | | | | | | | | This is a followup to f0227a18c2394d3403d0265f3c700cfd9d1ee5b4. * gnu/packages/databases.scm (postgresql-10)[native-inputs]: New field.
| * | | gnu: docbook-sgml: Add 4.2.Ludovic Courtès2022-06-05
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/docbook.scm (docbook-sgml-4.2, docbook-sgml-4.1): New variables. (docbook-sgml): Make an alias to 'docbook-sgml-4.1'.
| * | | gnu: go: Make 'make-go-std' memoizing.Ludovic Courtès2022-06-05
| | | | | | | | | | | | | | | | * gnu/packages/golang.scm (make-go-std): Use 'mlambdaq'.
| * | | gnu: go-std: Make public.Ludovic Courtès2022-06-05
| | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-std-1.14, go-std-1.16, go-std-1.17): New variables.
| * | | gnu: ruby-rails-dom-testing: Fix build.Efraim Flashner2022-06-02
| | | | | | | | | | | | | | | | | | | | * gnu/packages/rails.scm (ruby-rails-dom-testing)[arguments]: Add phase to delete the Gemfile.lock.
| * | | gnu: postgresql@11: Depend on docbook-xml@4.2.Ludovic Courtès2022-06-02
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (postgresql-11)[native-inputs]: New field.
| * | | gnu: setroot: Depend on imlib2@1.7.Ludovic Courtès2022-06-02
| | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (setroot)[inputs]: Use IMLIB2-1.7 instead of IMLIB2.
| * | | gnu: idesk: Depend on imlib2@1.7.Ludovic Courtès2022-06-02
| | | | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (idesk)[inputs]: Depend on IMLIB2-1.7 instead of IMLIB2.
| * | | gnu: giblib: Depend on imlib2@1.7.Ludovic Courtès2022-06-02
| | | | | | | | | | | | | | | | | | | | * gnu/packages/image.scm (giblib)[inputs]: Depend on IMLIB2-1.7 instead of IMLIB2.
| * | | gnu: imlib2: Reintroduce 1.7.1.Ludovic Courtès2022-06-02
| | | | | | | | | | | | | | | | * gnu/packages/image.scm (imlib2-1.7): New variable.
| * | | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2022-06-01
| |\ \ \
| * | | | gnu: python-pyopenssl: Downgrade to 21.0.0.Efraim Flashner2022-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to 048e05b7ef568dc5e29df774baaf69f7cc5ddaaa. * gnu/packages/python-crypto.scm (python-pyopenssl): Downgrade to 21.0.0. [source]: Add patch used by python2-pyopenssl. [properties]: Remove field. (python2-pyopenssl): Inherit from python-pyopenssl regularly.
| * | | | gnu: python2-cryptography: Update to 3.3.2.Efraim Flashner2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python2-cryptography-vectors, python2-cryptography): Update to 3.3.2.
| * | | | gnu: python-cryptography: Downgrade to 3.4.8.Efraim Flashner2022-05-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Skip dealing with the rust version for now. * gnu/packages/python-crypto.scm (python-cryptography): Rename to python-cryptography-next. Replace with python-cryptography@3.4.8. (python-cryptography-vectors): Rename to python-cryptography-vectors-next. Replace with python-cryptography-vectors@3.4.8.
| * | | | Merge branch 'master' into stagingLudovic Courtès2022-05-26
| |\ \ \ \
| * | | | | gnu: emacs: Add libselinux to inputs.wednesday2022-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Add libselinux to support extended attributes. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * | | | | gnu: emacs: Add lcms to inputs.wednesday2022-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs)[inputs]: Add lcms. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * | | | | Merge branch 'master' into stagingEfraim Flashner2022-05-16
| |\ \ \ \ \
| * | | | | | gnu: openfst: Update to 1.8.2, enable ngram extensionAurora2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extension is required by some programs that depend on openfst that aren't yet packaged. * gnu/packages/machine-learning.scm (openfst): Update to 1.8.2. [arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: openfst-1.7.3: Enable ngram-fst extension & C++14 buildAurora2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The extension doesn't build in old versions of openfst such as 1.7.3 without manually setting CXXFLAGS. This package definition, including this workaround to build extensions successfully, will need to be removed once kaldi is fixed upstream and can be used with up-to-date versions of openfst. * gnu/packages/machine-learning.scm (openfst-1.7.3)[arguments]: New field. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: kaldi: Update to dd107fd, bypass testsAurora2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Either kaldi's tests are broken or openblas has reintroduced a bug: - https://github.com/kaldi-asr/kaldi/pull/4421 More testing & fixes required upstream to re-enable the tests later. For now they'll just have to be ignored. * gnu/packages/machine-learning.scm (kaldi): Update to dd107fd. [arguments]: In 'configure' phase, modify "matrix/Makefile". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: openfst: Add 1.7.3 for kaldiAurora2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Kaldi is currently broken with openfst versions newer than 1.7.3 as it changed some of its function signatures. Once Kaldi is patched/fixed, this should be removed. Reference Issues: - https://github.com/kaldi-asr/kaldi/issues/4131 - https://github.com/kaldi-asr/kaldi/issues/4393 * gnu/packages/machine-learning.scm (openfst-1.7.3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: openblas: Remove input labels.Ludovic Courtès2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (openblas)[inputs, native-inputs]: Remove labels. [arguments]: In 'set-extralib' phase, use 'search-input-file'.
| * | | | | | gnu: openblas: Update to 0.3.20Aurora2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (openblas): Update to 0.3.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: perl-net-ssleay: Update to 1.92.Efraim Flashner2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (perl-net-ssleay): Update to 1.92.
| * | | | | | gnu: mesa: Remove input labels.Ludovic Courtès2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs, native-inputs]: Remove labels. (mesa-opencl)[inputs-, native-inputs]: Likewise, and use 'modify-inputs'.
| * | | | | | gnu: mesa: Update to 21.3.8.Ludovic Courtès2022-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 21.3.8.
| * | | | | | gnu: wayland: Update to 1.20.0.Wamm K. D2022-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (wayland): Update to 1.20.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: extra-cmake-modules: Update to 5.91.0.Zhu Zihao2022-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (extra-cmake-modules): Update to 5.91.0. Fix the indentation. [native-inputs]: Use label-less input style. [arguments]: Use G-expresssions. <phases>: In phase 'fix-lib-path', use QT_MAJOR_VERSION to determine the installation path, Fix the compatibility with different Qt version. Add phase 'fix-test' to workaround with the broken KDEFetchTranslations test. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * | | | | | gnu: python-cryptography: Bump 'rust-redox-syscall' dependency.Ludovic Courtès2022-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'.
| * | | | | | gnu: rust-parking-lot-core@0.8: Fix compilation.Ludovic Courtès2022-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a build failure introduced in d16298196c23cf4d05c4010af399270a2dbbd831. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Update dependencies as reported by "guix import crate parking-lot-core@0.8.4". Add 'relax-dependencies' phase.
| * | | | | | gnu: rust-thread-id: Add 4.0.0.Ludovic Courtès2022-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-thread-id-4): New variable. (rust-thread-id-3): Inherit from it.
| * | | | | | gnu: rust-instant: Fix dependencies.Ludovic Courtès2022-05-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a build failure introduced in bec6bf64bcbcf559eb0b91abcb7f3b2488916797. * gnu/packages/crates-io.scm (rust-instant-0.1)[arguments]: Adjust inputs as per "guix import crate rust@0.1.9".