summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: Add rust-kstring-1.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-kstring-1): New variable.
* gnu: Add rust-document-features-0.2.Efraim Flashner2022-04-03
| | | | * gnu/packages/crates-io.scm (rust-document-features-0.2): New variable.
* gnu: radicale: Update to 3.1.5.Jonathan Brielmaier2022-04-03
| | | | | | | | * gnu/packages/dav.scm (radicale): Update to 3.1.5. [source]: tags have a leading "v" now. [arguments]: disable tests temporarily. Tested-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
* gnu: oil: Update to 0.9.9.Felix Gruber2022-04-03
| | | | | | | | * gnu/packages/shells.scm (oil): Update to 0.9.9. [source]: Add comment on embedded CPython like Ludo’ proposed in https://issues.guix.gnu.org/53642#3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* home: services: zsh: Fix zshenv creation.Brian Kubisiak2022-04-03
| | | | | | | | | | | | | Fixes a regression introduced by 4935501fd9f690d8990bb798237d51702b87fb3f that would skip generating the user's ~/.config/zsh/.zshenv unless both of zshenv and environment-variables are set in the configuration. * gnu/home/services/shells.scm (zsh-get-configuration-files): Generate ~/.config/zsh/.zshenv when only one of zshenv or environment-variables is specified. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: mate-polkit: Improve synopsis.Brendan Tildesley2022-04-03
| | | | | | * gnu/packages/mate.scm (mate-polkit): Improve synopsis. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce: Add notification supportBrendan Tildesley2022-04-03
| | | | | | * gnu/packages/xfce.scm (xfce)[inputs]: Add XFCE4-NOTIFYD. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce: Remove input labels.Brendan Tildesley2022-04-03
| | | | | | | (xfconf, libxfce4ui, xfce4-panel, xfce4-whiskermenu-plugin, xfce, xfce4-screensaver): Remove input labels. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-screenshooter: Update to 1.9.10.Brendan Tildesley2022-04-03
| | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: xfce4-whiskermenu-plugin: Update to 2.6.2.Brendan Tildesley2022-04-03
| | | | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: cpufrequtils: Update to 008-1.a2f0c39.Vagrant Cascadian2022-04-02
| | | | | | | | Fixes build failure on non-x86 architectures, and brings cpufrequtils to the state of the art from 2011. * gnu/packages/linux.scm (cpufrequtils)[version]: Use git-version. [source]: Use git-fetch.
* nls: Update translations.Julien Lepiller2022-04-02
| | | | | * po/packages/fi.po: New file. * po/packages/LINGUAS: Add it.
* nls: Enforce translation thresholds.Julien Lepiller2022-04-02
| | | | | | | | | | | | | | | | | * po/doc/guix-cookbook.es.po: Remove file. * po/doc/guix-cookbook.fa.po: Remove file. * po/doc/guix-cookbook.fi.po: Remove file. * po/doc/guix-cookbook.pt_BR.po: Remove file. * po/doc/guix-cookbook.ru.po: Remove file. * po/doc/guix-cookbook.uk.po: Remove file. * po/doc/guix-cookbook.zh_Hans.po: Remove file. * po/doc/guix-manual.fa.po: Remove file. * po/doc/guix-manual.fi.po: Remove file. * po/doc/guix-manual.it.po: Remove file. * po/doc/guix-manual.ko.po: Remove file. * po/doc/guix-manual.sk.po: Remove file. * po/doc/local.mk: Remove them. * doc/local.mk: Remove them.
* maint: Implement translation thresholds.Julien Lepiller2022-04-02
| | | | | | | | Do not download new translations for the cookbook and the manual when they are below 10% completion, and remove existing translations when they fall below 5%. * Makefile.am (download-po): Implement translation thresholds.
* doc: Document inclusion requirements for new translations.Julien Lepiller2022-04-02
| | | | | * doc/contributing.texi (Translating Guix)[Conditions for Inclusion]: New section.
* gnu: cl-dbi: Update to 0.9.5-2.738a74d.jgart2022-04-02
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dbi): Update to 0.9.5-2.738a74d. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-pycountry: Update to 22.3.5.Chadwain Holness2022-04-01
| | | | | | * gnu/packages/python-xyz.scm (python-pycountry): Update to 22.3.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet: Update to 0.16.3.Tanguy Le Carrour2022-04-01
| | | | | | | | | * gnu/packages/gnunet.scm (gnunet): Update to 0.16.3. [arguments]: Enable all the tests that were disabled. [inputs]: Use new style. [native-inputs]: Add openssl. [home-page]: Update URL. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: vtk: Remove input labels.Ludovic Courtès2022-04-01
| | | | * gnu/packages/image-processing.scm (vtk)[inputs]: Remove labels.
* gnu: vtk@6: Depend on Python 2.x, not 3.x.Ludovic Courtès2022-04-01
| | | | | * gnu/packages/image-processing.scm (vtk-6)[native-inputs]: Replace PYTHON with PYTHON-2.
* weather: Colorize the output.Ludovic Courtès2022-04-01
| | | | | | * guix/colors.scm (coloring-procedure): Export. * guix/scripts/weather.scm (report-server-coverage): Highlight the server name and colorize the availability ratio.
* gnu: libtool: Add 2.4.7.Ludovic Courtès2022-04-01
| | | | * gnu/packages/autotools.scm (libtool-2.4.7): New variable.
* gnu: libressl: Add 'release-monitoring-url' property.Ludovic Courtès2022-04-01
| | | | * gnu/packages/tls.scm (libressl)[properties]: New field.
* gnu: cl-usocket: Update to 0.8.4.jgart2022-04-01
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-usocket): Update to 0.8.4. [inputs]: Use new style. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: libfido2: Fix cross-compilation.Sébastien Lerique2022-03-31
| | | | | | | * gnu/packages/security-token.scm (libfido2)[arguments]: Set the PKG_CONFIG_EXECUTABLE variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libfido2: Use new style for inputs.Sébastien Lerique2022-03-31
| | | | | | | * gnu/packages/security-token.scm (libfido2)[inputs]: Use new style. Sort alphabetically. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: tio: Update to 1.36.Raphaël Mélotte via Guix-patches2022-03-31
| | | | | | | | * gnu/packages/terminals.scm (tio): Update to 1.36. [native-inputs]: Add pkg-config. [inputs]: Add libinih. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: iverilog: Add zlib dependency for LXT dump file format support.Christian Gelinek2022-03-31
| | | | | | * gnu/packages/fpga.scm (iverilog)[native-inputs]: Add zlib. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gmid: Update to 1.8.3.cage2022-03-31
| | | | | | * gnu/packages/web.scm (gmid): Update to 1.8.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: plantuml: Update to 1.2022.3.Collin J. Doering2022-03-31
| | | | | | * gnu/packages/uml.scm (plantuml): Update to 1.2022.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-velocyto: Set cache directory for Numba.Ricardo Wurmus2022-03-31
| | | | | * gnu/packages/bioinformatics.scm (python-velocyto)[arguments]: Add phase 'set-numba-cache-dir.
* gnu: wfmash: Enable test suite.Efraim Flashner2022-03-31
| | | | | | * gnu/packages/bioinformatics.scm (wfmash)[arguments]: Don't disable tests. Add custom 'check phase based on upstream's own CI tests. [native-inputs]: Add samtools.
* gnu: Add wfmash.Arun Isaac2022-03-31
| | | | | | * gnu/packages/bioinformatics.scm (wfmash): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: atomic-queue: Do not look for boost when cross-compiling.Arun Isaac2022-03-31
| | | | | | | * gnu/packages/cpp.scm (atomic-queue)[arguments]: When cross-compiling, add a do-not-check-for-boost phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: atomic-queue: Run tests correctly.Arun Isaac2022-03-31
| | | | | | | * gnu/packages/cpp.scm (atomic-queue)[arguments]: In the check phase, run tests instead of returning a function to run them. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: htslib: Add bzip2 and xz to inputs.Arun Isaac2022-03-31
| | | | | | | | | | htslib links to libbz2 from bzip2 and liblzma from xz. Therefore, bzip2 and xz should be listed in inputs even though they are already present implicitly in native-inputs. Else, cross-compilation will fail. * gnu/packages/bioinformatics.scm (htslib)[inputs]: Add bzip2 and xz. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gsl: Force bootstrap when cross-compiling to riscv64-linux.Arun Isaac2022-03-31
| | | | | | | | | * gnu/packages/maths.scm (gsl)[arguments]: Force an autotools bootstrap when cross-compiling to riscv64-linux. [native-inputs]: Add autoconf, automake and libtool when cross-compiling to riscv64-linux. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-loompy: Update to 3.0.7.Ricardo Wurmus2022-03-31
| | | | | | | | * gnu/packages/bioinformatics.scm (python-loompy): Update to 3.0.7. [arguments]: Add build phases 'fix-h5py-error and 'set-numba-cache-dir; respect TESTS? argument in 'check phase. [propagated-inputs]: Add python-click, python-numba, and python-numpy-groupies.
* gnu: Add python-numpy-groupies.Ricardo Wurmus2022-03-31
| | | | * gnu/packages/python-science.scm (python-numpy-groupies): New variable.
* gnu: Add riscv-pk.Arun Isaac2022-03-31
| | | | | | * gnu/packages/virtualization.scm (riscv-pk): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: spike: Substitute path to dtc instead of wrapping executables.Arun Isaac2022-03-31
| | | | | | | | * gnu/packages/virtualization.scm (spike)[arguments]: Delete the wrap-binary phase. Add a configure-dtc-path phase that substitutes the absolute path to dtc. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-anndata: Update to 0.8.0.Ricardo Wurmus2022-03-31
| | | | | * gnu/packages/python-xyz.scm (python-anndata): Update to 0.8.0. [arguments]: Remove build phase 'relax-dependency-requirements.
* gnu: python-h5py: Update to 3.6.0.Ricardo Wurmus2022-03-31
| | | | | * gnu/packages/python-xyz.scm (python-h5py): Update to 3.6.0. [arguments]: Set HDF5_DIR variable instead of patching files.
* gnu: python2-h5py: Detach version and source from python-h5py.Ricardo Wurmus2022-03-31
| | | | | | * gnu/packages/python-xyz.scm (python2-h5py): Override source and version field. (python-h5py)[properties]: Record python2-variant.
* gnu: weechat: Update to 3.5.Efraim Flashner2022-03-30
| | | | | * gnu/packages/irc.scm (weechat): Update to 3.5. [inputs]: Add zstd:lib.
* gnu: msmtp: Update to 1.8.20.Efraim Flashner2022-03-30
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.20.
* gnu: ncdu-2: Update to 2.1.1.Efraim Flashner2022-03-30
| | | | * gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.1.
* gnu: ncdu2: Set upstream name.Efraim Flashner2022-03-30
| | | | * gnu/packages/ncdu.scm (ncdu-2)[properties]: New field.
* gnu: anonip: Update to 1.1.0.Ricardo Wurmus2022-03-30
| | | | | | | * gnu/packages/web.scm (anonip): Update to 1.1.0. [source]: Fetch from git. [arguments]: Run tests with pytest. [native-inputs]: Add python-pytest and python-pytest-cov.
* lsof: Prevent mass-rebuild.Mathieu Othacehe2022-03-30
| | | | | * gnu/packages/lsof.scm (lsof): Set LINUX_CONF_CC variable only when cross-compiling.