summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-04tests: Fix guix-system.sh test.Maxim Cournoyer
The regression was introduce with commit c7793b82efd3383a9f7adf0dfa82d71ee032e41b ("gnu: raspberry-pi: Add a bootloader-chain for the Raspberry Pi and os examples.") due to the examples needing to be built for the aarch64-linux system. * tests/guix-system.sh: Invoke guix system build with '--system=aarch64-linux' to build the Raspberry Pi systems.
2022-12-04gnu: Do not use 'local-file' in Raspberry Pi OS examples.Maxim Cournoyer
As this breaks the 'tests/guix-system.sh' test. * gnu/system/examples/raspberry-pi-64-nfs-root.tmpl (%my-public-key): Delete variable. (raspberry-pi-64-nfs-root) [services]: Remove key from openssh-configuration. * gnu/system/examples/raspberry-pi-64.tmpl: Likewise. Reported-by: Vagrant Cascadian <vagrant@debian.org>
2022-12-04gnu: python-protobuf@3.6: Fix inputs and arguments.Ludovic Courtès
Fixes a regression introduced in 9b016e29912b11f52e67e59b211fa016d88fea4a, whereby the 'inputs' field would be invalid, plus "--cpp_implementation" wouldn't work. * gnu/packages/protobuf.scm (python-protobuf-3.6)[arguments]: New field. [inputs]: No longer refer to the inputs of PYTHON-PROTOBUF.
2022-12-03build: Add 'sanity-check-next.py' to the distribution.Ludovic Courtès
Reported by Vagrant Cascadian <vagrant@debian.org>. * Makefile.am (AUX_FILES): Add 'sanity-check-next.py'.
2022-12-03gnu: ungoogled-chromium: Update to 108.0.5359.94-1.Marius Bakke
* gnu/packages/chromium.scm (%chromium-version): Set to 108.0.5359.94. (%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-12-03gnu: Add ts4900-utils.Maxim Cournoyer
* gnu/packages/embedded.scm (ts4900-utils): New variable.
2022-12-02services: configuration: Rename location accessor to "source-location".Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/59423>. * gnu/services/configuration.scm (define-configuration-helper): Rename the accessor of the %location field from "NAME-location" to "NAME-source-location". Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reported-by: Pierre Langlois <pierre.langlois@gmx.com>
2022-12-02Update NEWS.Ludovic Courtès
2022-12-02modules: Recognize #:declarative?.Ludovic Courtès
This addition has become necessary since commit 54003af85cc5b689bd328b30617c93ed2f5fd647, which makes use of #:declarative? in modules produced by 'make-config.scm'. Reported by zimoun <zimon.toutoune@gmail.com>. * guix/modules.scm (extract-dependencies): Recognize #:declarative?, which was introduced in Guile 3.0.8.
2022-12-02gnu: loko-scheme: Update to 0.12.0.Zhu Zihao
* gnu/packages/loko.scm (loko-scheme): Update to 0.12.0. [arguments]<#:make-flags>: No need to specify GDB scripts directory. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-02gnu: loko-scheme: Use G-expressions.Zhu Zihao
* gnu/packages/loko.scm (loko-scheme)[arguments]: Use G-expressions. <#:phases>: In 'akku-fixes', replace "(assoc-ref inputs name)" with "this-package-native-input". [native-inputs]: Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-02modules: Recognize #:declarative?.Ludovic Courtès
This addition has become necessary since commit 54003af85cc5b689bd328b30617c93ed2f5fd647, which makes use of #:declarative? in modules produced by 'make-config.scm'. Reported by zimoun <zimon.toutoune@gmail.com>. * guix/modules.scm (extract-dependencies): Recognize #:declarative?, which was introduced in Guile 3.0.8.
2022-12-02gnu: python-protobuf: Use C++ implementation.Ontje Lünsdorf
* gnu/packages/protobuf.scm (python-protobuf): Use C++ implementation. [inputs]: Add protobuf. [arguments]: Add --cpp_implementation configure flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-02gnu: Add rust-k9.Marius Bakke
* gnu/packages/crates-io.scm (rust-k9-0.11): New variable.
2022-12-02gnu: rust-digest: Update to 0.10.6.Marius Bakke
* gnu/packages/crates-io.scm (rust-digest-0.10): Update to 0.10.6.
2022-12-02gnu: QtWebEngine: Use more system libraries.Marius Bakke
* gnu/packages/qt.scm (qtwebengine)[source](snippet): Remove more files. [arguments]: Pass QT_FEATURES_system_foo for all supported libraries. [inputs]: Replace "harfbuzz" with HARFBUZZ-5.
2022-12-02gnu: python-biom-format: Update to 2.1.12.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-biom-format): Update to 2.1.12. [arguments]: Remove "relax" phase; update "disable-broken-tests" phase. [propagated-inputs]: Add python-scikit-bio.
2022-12-02gnu: Add python-scikit-bio.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-scikit-bio): New variable.
2022-12-02gnu: Add python-hdmedians.Ricardo Wurmus
* gnu/packages/statistics.scm (python-hdmedians): New variable.
2022-12-02gnu: python-pairtools: Update to 1.0.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pairtools): Update to 1.0.2. [source]: Update Github URL. [arguments]: Update patch in "fix-references" phase. [native-inputs]: Remove python-nose. [inputs]: Remove. [propagated-inputs]: Add python-bioframe, python-pandas, python-pysam, python-pyyaml, and python-scipy. [home-page]: Update.
2022-12-02gnu: python-pairtools: Run tests conditionally.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pairtools)[arguments]: Run tests conditionally.
2022-12-02gnu: python-pybedtools: Use pyproject-build-system.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-pybedtools)[build-system]: Use pyproject-build-system. [arguments]: Import (guix build pyproject-build-system).
2022-12-02gnu: python-htsget: Update to 0.2.6.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-htsget): Update to 0.2.6. [build-system]: Use pyproject-build-system.
2022-12-02gnu: python-cellbender: Update to 0.2.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (python-cellbender): Update to 0.2.2. [build-system]: Use pyproject-build-system.
2022-12-02syscalls: Adjust for lack of 'libutil.so' on glibc >= 2.34.Ludovic Courtès
This is a re-implementation of 3c8b6fd94ceb1e898216929e8768fb518dbf1de9 done in a way that works for both glibc >= 2.34 and earlier versions. * guix/build/syscalls.scm (syscall->procedure): When LIBRARY is true, fall back to global symbols if (dynamic-link library) fails. (cherry picked from commit 3f6c32a88fc7a4d707ae1ed8ef3f7bd995461aff)
2022-11-30gnu: guix: Update to 1.4.0rc1.Ludovic Courtès
2022-11-30maint: Adjust sed script from 'release' target.Ludovic Courtès
This is a followup to fdafd404325413da4d5fdd717c84e57a51c60fe2. This effect would to set 'GUIX_DISPLAYED_VERSION' to the empty string. * Makefile.am (release): Remove '/v' from sed script for GUIX_DISPLAYED_VERSION.
2022-11-30build: Build gnu/packages/*.go in two passes.Ludovic Courtès
This works around <https://issues.guix.gnu.org/59717>, whereby heap usage would go beyond what's reasonable, preventing compilation of the 'guix' package on armhf-linux. This is a followup to ef82ba9dd94369926eb13325d5e7da4306d23dd7. * Makefile.am (MODULES_PACKAGES1, MODULES_PACKAGES): New variables. (MODULES_PACKAGES): Define in terms of them and use :=. (MODULES_CORE, MODULES_SYSTEM, MODULES_CLI, MODULES_PO): Define with :=.
2022-11-28maint: Leave 'gcc-toolchain' out for i586-gnu.Ludovic Courtès
This is a temporary measure to work around the fact that we're currently lacking the necessary CPU power and human power to build everything up to 'gcc-toolchain'. * etc/release-manifest.scm (%base-packages/hurd): Comment out "gcc-toolchain" for now.
2022-11-28Merge commit 'master' into version-1.4.0Ludovic Courtès
2022-11-28gnu: texinfo: Disable tests on GNU/Hurd.Ludovic Courtès
* gnu/packages/texinfo.scm (texinfo)[arguments]: Add #:tests? argument.
2022-11-28gnu: cl-calispel: Fix homepage URL.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-calispel)[home-page]: Fix URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-28gnu: Add cl-with-user-abort.Paul A. Patience
* gnu/packages/lisp-xyz.scm (sbcl-with-user-abort, cl-with-user-abort, ecl-with-user-abort): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-28gnu: Add aerc.(unmatched-parenthesis
* gnu/packages/mail.scm (aerc): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-28gnu: calibre: Add missing python-pycryptodome dependency.Andrew Tropin
* gnu/packages/ebook.scm (calibre)[inputs]: Add missing python-pycryptodome dependency.
2022-11-28gnu: mympd: Update to 10.1.3Bruno Victal
* gnu/packages/mpd.scm (mympd): Update to 10.1.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-28gnu: telega: Use new package style.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-telega, emacs-telega-contrib): Use gexps, remove trailing #t.
2022-11-28gnu: Add emacs-spongebob.jgart
* gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-28gnu: Add emacs-frowny.jgart
* gnu/packages/emacs-xyz.scm (emacs-frowny): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-28gnu: lxqt: Change version to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lxqt): Use the version of liblxqt.
2022-11-28gnu: screengrab: Update to 2.5.0.宋文武
* gnu/packages/lxqt.scm (screengrab): Update to 2.5.0.
2022-11-28gnu: qtermwidget: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (qtermwidget): Update to 1.2.0.
2022-11-28gnu: qps: Update to 2.6.0.宋文武
* gnu/packages/lxqt.scm (qps): Update to 2.6.0.
2022-11-28gnu: pavucontrol-qt: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 1.2.0.
2022-11-28gnu: lximage-qt: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lximage-qt): Update to 1.2.0.
2022-11-28gnu: lxqt-themes: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lxqt-themes): Update to 1.2.0.
2022-11-28gnu: lxqt-sudo: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lxqt-sudo): Update to 1.2.0.
2022-11-28gnu: lxqt-session: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lxqt-session): Update to 1.2.0.
2022-11-28gnu: lxqt-runner: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lxqt-runner): Update to 1.2.0.
2022-11-28gnu: lxqt-qtplugin: Update to 1.2.0.宋文武
* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 1.2.0.