aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: guile-fibers: Add version 1.1.0.update-guile-fibersChristopher Baines2022-02-01
| | | | | | | | | | | This release looks to break a few packages, so keep using fibers 1.0 to build things, and provide the new version to allow switching to when packages are compatible. * gnu/packages/guile-xyz.scm (guile-fibers-1.1): New variable. (guile-fibers): Inherit from guile-fibers-1.1. (guile2.0-fibers): Rename to guile2.2-fibers, and inherit from guile-fibers-1.1.
* doc: Add a rule of thumb to guide enabling new committers.Maxim Cournoyer2022-01-31
| | | | | * doc/contributing.texi (Commit Access): Introduce a new rule of thumb to determine if a contributor should be considered to become a committer.
* gnu: i3-wm: Add 'upstream-name' and 'release-monitoring-url'.Ludovic Courtès2022-02-01
| | | | * gnu/packages/wm.scm (i3-wm)[properties]: New field.
* gnu: i3-wm: Update to 4.20.1.Yusuf Talha2022-02-01
| | | | | | * gnu/packages/wm.scm (i3-wm): Update to 4.20.1. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Remove #:configure-flags.
* doc: Document --profile option to "guix environment"Konrad Hinsen2022-02-01
| | | | | | * doc/guix.texi (Invoking guix environment): New paragraph. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Document --profile option to "guix shell"Konrad Hinsen2022-02-01
| | | | | | * doc/guix.texi (Invoking guix shell): New paragraph. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Remove 'guile-3.0/libgc-7' variant.Ludovic Courtès2022-02-01
| | | | | | | This variant had become unnecessary with 0aef94e7bcbd272720f14c5343f74da5201ef90a and related changes. * gnu/packages/guile.scm (guile-3.0/libgc-7): Remove.
* gnu: Add Lokke.Ludovic Courtès2022-02-01
| | | | | | | * gnu/packages/guile.scm (guile-3.0-for-lokke): New variable. * gnu/packages/guile-xyz.scm (lokke): New variable. * gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: linux-libre 4.4: Update to 4.4.301.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.301. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.299.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.299. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.264.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.264. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.227.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.227. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.175.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.175. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.95.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.95. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
* gnu: linux-libre: Update to 5.15.18.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.18. (linux-libre-5.15-pristine-source, deblob-scripts-5.18): Update hashes.
* gnu: linux-libre 5.16: Update to 5.16.4.Leo Famulari2022-01-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.4. (linux-libre-5.16-pristine-source, deblob-scripts-5.16): Update hashes.
* gnu: OBS: Use new package style.Andrew Tropin2022-01-31
| | | | | | * gnu/packages/video.scm (obs): Use new package style. Signed-off-by: Leo Famulari <leo@famulari.name>
* services: guix: Add nar-herder-service-type.Christopher Baines2022-01-31
| | | | | | | | | | | | | | | | | | | | | * gnu/services/guix.scm (<nar-herder-configuration>): New record type. (nar-herder-configuration, nar-herder-configuration?, nar-herder-configuration-package, nar-herder-configuration-user, nar-herder-configuration-group, nar-herder-configuration-mirror nar-herder-configuration-database nar-herder-configuration-database-dump nar-herder-configuration-host nar-herder-configuration-port nar-herder-configuration-storage nar-herder-configuration-storage-limit nar-herder-configuration-storage-nar-removal-criteria nar-herder-shepherd-services, nar-herder-activation, nar-herder-account): New procedures. (nar-herder-service-type): New variable. * gnu/tests/guix.scm (%test-nar-herder): New variable. * doc/guix.texi (Guix Services): Document the new service.
* gnu: poke: Update to 2.0.Efraim Flashner2022-01-31
| | | | * gnu/packages/engineering.scm (poke): Update to 2.0.
* gnu: ruby-mustache: Fix race condition.Danny Milosavljevic2022-01-31
| | | | | | | * gnu/packages/patches/ruby-mustache-1.1.1-fix-race-condition-tests.patch: New file. * gnu/packages/ruby.scm (ruby-mustache)[source]<#:origin>: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: Add scvelo.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/bioinformatics.scm (scvelo): New variable.
* gnu: python-seaborn: Fix build.Ricardo Wurmus2022-01-31
| | | | | | | * gnu/packages/python-xyz.scm (python-seaborn)[source]: Add patch. [arguments]: Add build phase 'patch-more-tests. * gnu/packages/patches/python-seaborn-2690.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: python-anndata: Update to 0.7.8.Ricardo Wurmus2022-01-31
| | | | | | | * gnu/packages/python-xyz.scm (python-anndata): Update to 0.7.8. [arguments]: Embed the appropriate version string instead of letting it try (and fail) to discover the correct string at load time. [propagated-inputs]: Add python-xlrd-1.
* gnu: Add python-xlrd-1.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/python-xyz.scm (python-xlrd-1): New variable.
* gnu: python-louvain-0.6: Update to 0.7.1.Ricardo Wurmus2022-01-31
| | | | | | | | | | * gnu/packages/graph.scm (python-louvain-0.6): Update to 0.7.1. [arguments]: Add build phases 'find-igraph and 'pretend-version. [native-inputs]: Add python-setuptools-scm and python-wheel. Rename this variable... (python-louvain-0.7): ...to this, naturally. * gnu/packages/bioinformatics.scm (python-scanpy)[propagated-inputs]: Update reference to python-louvain-0.6.
* gnu: python-louvain: Update to 0.16.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/graph.scm (python-louvain): Update to 0.16.
* gnu: bwa-meth: Remove trailing #T from build phase.Ricardo Wurmus2022-01-31
| | | | | * gnu/packages/bioinformatics.scm (bwa-meth)[arguments]: Remove trailing #T from build phase.
* gnu: bwa-meth: Update to 0.2.3.Ricardo Wurmus2022-01-31
| | | | * gnu/packages/bioinformatics.scm (bwa-meth): Update to 0.2.3.
* gnu: fontmanager: Add missing input.Julien Lepiller2022-01-31
| | | | | * gnu/packages/fontutils.scm (fontmanager)[native-inputs]: Add python-wrapper.
* gnu: java-log4j-api: Update to 2.17.1.Julien Lepiller2022-01-31
| | | | * gnu/packages/java.scm (java-log4j-api): Update to 2.17.1.
* gnu: pre-commit: Update to 2.17.0.Vinicius Monego2022-01-31
| | | | * gnu/packages/version-control.scm (pre-commit): Update to 2.17.0.
* gnu: shotcut: Update to 22.01.30.Vinicius Monego2022-01-31
| | | | * gnu/packages/video.scm (shotcut): Update to 22.01.30.
* gnu: texlive-bin: Fix building on riscv64-linux.Efraim Flashner2022-01-31
| | | | | | * gnu/packages/tex.scm (texlive-bin)[arguments]: Adjust configure-flags for riscv64-linux to skip luajit based binaries. Add phase to skip some tests.
* gnu: Remove OpenSSL 1.0.Marius Bakke2022-01-30
| | | | | | This package no longer has any users in Guix. * gnu/packages/tls.scm (openssl-1.0): Remove variable.
* gnu: Remove unused patch.Marius Bakke2022-01-30
| | | | | * gnu/packages/patches/openssl-CVE-2019-1559.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: OpenSSL: Add 3.0.Marius Bakke2022-01-30
| | | | | | * gnu/packages/tls.scm (openssl-3.0): New variable. * gnu/packages/patches/openssl-3.0-c-rehash-in.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu: util-linux-with-udev: Remove input labels.Marius Bakke2022-01-30
| | | | * gnu/packages/linux.scm (util-linux+udev)[inputs]: Use MODIFY-INPUTS.
* gnu: expat: Update replacement to 2.4.4 [fixes CVE-2022-23852, CVE-2022-23990].Marius Bakke2022-01-30
| | | | * gnu/packages/xml.scm (expat/fixed): Update to 2.4.4.
* gnu: waylandpp: Update to 0.2.9.Marius Bakke2022-01-30
| | | | * gnu/packages/freedesktop.scm (waylandpp): Update to 0.2.9.
* gnu: Add python-gwcs.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-gwcs): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-wcs-schemas.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-wcs-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-astropy.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-astropy): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-coordinates-schemas.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-coordinates-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: Add python-asdf-transform-schemas.Sharlatan Hellseher2022-01-30
| | | | | | * gnu/packages/astronomy.scm (python-asdf-transform-schemas): New variable. Signed-off-by: Vinicius Monego <monego@posteo.net>
* gnu: python-asdf: Update to 2.8.3.Sharlatan Hellseher2022-01-30
| | | | | | | | | * gnu/packages/astronomy.scm: (python-asdf): Update to 2.8.3. [inputs]: Use the new style. Move python-importlib-resources, python-jsonschema, python-numpy, python-pyyaml to ... [propagated-inputs]: ... here. Use the new style. Add python-jmespath. Signed-off-by: Vinicius Monego <monego@posteo.net>
* services: zabbix: Support gexps in configuration serializer.Marius Bakke2022-01-30
| | | | | | | | | This makes it possible to do e.g. (include-files (list (local-file "foo.conf"))). * gnu/services/monitoring.scm (serialize-field, serialize-list, serialize-include-files, serialize-extra-options): Rewrite as gexps. (zabbix-server-config-file, zabbix-agent-config-file): Simplify builders by using FORMAT.
* gnu: patchelf: Add release-monitoring-url.Efraim Flashner2022-01-30
| | | | * gnu/packages/elf.scm (patchelf)[properties]: New field.
* gnu: mesa: Add support for riscv64-linux.Efraim Flashner2022-01-30
| | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Add llvm-11 on riscv64-linux. [native-inputs]: Add glslang on riscv64-linux. [arguments]: In configure-flags adjust gallium-drivers to swap the power* and intel drivers for the fallback option. Specify riscv64-linux configure options for vulkan-drivers. Enable the vulkan-overlay-layer and llvm support. Adjust the custom 'disable-failing-test phase to have a riscv64-linux section.
* gnu: audacity: Add fallback to locate ffmpeg via pkg-config.Liliana Marie Prikler2022-01-30
| | | | | | | * gnu/packages/patches/audacity-ffmpeg-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/audio.scm (audacity)[patches]: Use it here. [inputs]: Add back ffmpeg.
* gnu: k3b: Do not depend on QtWebKit.Leo Famulari2022-01-29
| | | | | | | | | According to CMakelists.txt, "Qt5WebKitWidgets is used for prettier k3bdiskinfoview." See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/kde-multimedia.scm (k3b)[inputs]: Remove qtwebkit.