aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add pngcheck.Artyom V. Poptsov2023-06-14
| | | | | | * gnu/packages/image.scm (pngcheck): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add bdf2sfd.gemmaro2023-06-14
| | | | | | * gnu/packages/fontutils.scm (bdf2sfd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add nwipe.Timotej Lazar2023-06-14
| | | | | | * gnu/packages/disk.scm (nwipe): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libtree: fix building on non-x86 systems.Z5722023-06-14
| | | | | | | | | * gnu/packages/linux.scm (libtree): fix building on non-x86 systems. [source]: add patch. * gnu/packages/patches/libtree-fix-check-non-x86.patch: New file. * gnu/local.mk (dist_path_DATA): Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnunet-scheme: Use guile-fibers 1.3.1.Ludovic Courtès2023-06-14
| | | | | * gnu/packages/gnunet.scm (gnunet-scheme)[native-inputs] [propagated-inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
* gnu: guile-fibers: Remove 'guile-fibers-next'.Ludovic Courtès2023-06-14
| | | | | | | | | * gnu/packages/guile-xyz.scm (guile-fibers-next): Remove. * gnu/packages/package-management.scm (guix-build-coordinator)[arguments] [native-inputs, propagated-inputs]: Replace GUILE-FIBERS-NEXT by GUILE-FIBERS-1.3. (nar-herder)[arguments, native-inputs, propagated-inputs]: Likewise. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise.
* gnu: cuirass: Use guile-fibers 1.3.1.Ludovic Courtès2023-06-14
| | | | | * gnu/packages/ci.scm (cuirass)[inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
* gnu: shepherd@0.10: Use guile-fibers 1.3.1.Ludovic Courtès2023-06-14
| | | | | * gnu/packages/admin.scm (shepherd-0.10)[native-inputs, inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
* gnu: guile-fibers: Add 1.3.1.Ludovic Courtès2023-06-14
| | | | | | | * gnu/packages/guile-xyz.scm (guile-fibers-1.3): New variable. (guile-fibers-1.1): Inherit from it. * gnu/packages/patches/guile-fibers-libevent-32-bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: psascan: Do not build with "-march=native".Zheng Junjie2023-06-14
| | | | | | | * gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'. [properties]: New field. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add lexilla.Maxim Cournoyer2023-06-14
| | | | * gnu/packages/text-editors.scm (lexilla): New variable.
* gnu: lexilla: Fix find-files regexp in install phase.Maxim Cournoyer2023-06-14
| | | | | * gnu/packages/text-editors.scm (scintilla) [arguments]: Fix find-files regexp in install phase.
* gnu: scintilla: Use string-delete to compute source URL.Maxim Cournoyer2023-06-14
| | | | | * gnu/packages/text-editors.scm (scintilla) [source]: Use string-delete instead of string-split and string-append.
* home: services: ssh: Allow unset boolean options in ssh-config.Efraim Flashner2023-06-14
| | | | | | | | | | | | | | | From man 5 ssh_config: Unless noted otherwise, for each parameter, the first obtained value will be used. We want to allow falling through to the first explicitly chosen user defined value. * gnu/home/services.ssh.scm (define-maybe boolean): New configuration. (openssh-host)[forward-x11?, forward-x11-trusted?, forward-agent?, compression?]: Replace default value with maybe-boolean. * doc/guix.texi (Secure Shell): Update documentation to match the changes in the code.
* gnu: Add tuba.Efraim Flashner2023-06-14
| | | | * gnu/packages/mastodon.scm (tuba): New variable.
* gnu: python-pyzmq: Update to 25.1.0.Maxim Cournoyer2023-06-14
| | | | * gnu/packages/python-xyz.scm (python-pyzmq): Update to 25.1.0.
* gnu: python-pyzmq: Use pytest to run the test suite.Maxim Cournoyer2023-06-14
| | | | | * gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Precise comments regarding #:tests?. Override check phase.
* gnu: python-keras: Fix building with newer python.Efraim Flashner2023-06-14
| | | | | * gnu/packages/machine-learning.scm (python-keras)[source]: Add snippet to adjust for newer versions of python.
* gnu: onedrive: Link to all necessary libraries.Efraim Flashner2023-06-14
| | | | | | | Reported by adanska on IRC. * gnu/packages/sync.scm (onedrive)[arguments]: Remove custom 'link-to-external-libraries phase to allow linking to more libraries.
* gnu: ibus-anthy: Prepare for tests.Maxim Cournoyer2023-06-14
| | | | | | | | | | * gnu/packages/patches/ibus-anthy-fix-tests.patch: New patch. * gnu/packages/ibus.scm (ibus-anthy): Register it. * gnu/packages/ibus.scm (ibus-anthy) [source]: Apply patch. [arguments]: Clarify #:tests? comment. Add a fix-check, do-not-override-GI_TYPELIB_PATH and prepare-for-tests phases. [native-inputs]: Add procps, python-pycotap, util-linux and xorg-server-for-tests.
* gnu: python-scikit-build: Update to 0.17.6.Maxim Cournoyer2023-06-14
| | | | | | * gnu/packages/python-xyz.scm (python-scikit-build): Update to 0.17.6. [arguments]: Re-instate test_cxx_compiler test in check phase. [native-inputs]: Add python-virtualenv.
* gnu: guile-openai: Update to 0.2-1.751cd5d.Ricardo Wurmus2023-06-14
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-openai): Update to 0.2-1.751cd5d. [build-system]: Use gnu-build-system. [arguments]: Adjust. [inputs]: Add imagemagick. [native-inputs]: Add autoconf, automake, and pkg-config.
* gnu: Add r-word2vec.Ricardo Wurmus2023-06-14
| | | | * gnu/packages/cran.scm (r-word2vec): New variable.
* gnu: python-shapely: Update to 2.0.1.Ricardo Wurmus2023-06-14
| | | | | | * gnu/packages/python-xyz.scm (python-shapely): Update to 2.0.1. [arguments]: Remove 'patch-geos-path build phase; add 'build-extensions phase. [build-system]: Use pyproject-build-system.
* gnu: Add r-doc2vec.Ricardo Wurmus2023-06-14
| | | | * gnu/packages/cran.scm (r-doc2vec): New variable.
* gnu: Add r-openai.Ricardo Wurmus2023-06-14
| | | | * gnu/packages/cran.scm (r-openai): New variable.
* gnu: python-blosc: Enable tests.Efraim Flashner2023-06-14
| | | | | | * gnu/packages/python-xyz.scm (python-blosc)[arguments]: Don't disable tests. Add custom 'check phase. [native-inputs]: Add cmake-minimal.
* gnu: python-blosc: Update to 1.11.1.Efraim Flashner2023-06-14
| | | | | | | * gnu/packages/python-xyz.scm (python-blosc): Update to 1.11.1. [source]: Update snippet. [arguments]: Adjust custom 'find-blosc phase. [propagated-inputs]: Add python-scikit-build.
* gnu: python-blosc: Build with packaged blosc.Efraim Flashner2023-06-14
| | | | | | | * gnu/packages/python-xyz.scm (python-blosc)[source]: Add snippet to remove bundled sources. [arguments]: Add a custom phase to set location of blosc. [inputs]: Add c-blosc.
* gnu: Add python-jwst.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-jwst): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stcal.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stcal): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-drizzle.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-drizzle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-wiimatch.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-wiimatch): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-bayesicfitting.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-bayesicfitting): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stpipe.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stpipe): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stdatamodels.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stdatamodels): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-crds.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-crds): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-parsley.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/python-xyz.scm (python-parsley): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stsynphot.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stsynphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-synphot.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-synphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-tweakwcs.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-tweakwcs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stsci-stimage.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stsci-stimage): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stsci-imagestats.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stsci-imagestats): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-stsci-image.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-stsci-image): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-roman-datamodels.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-roman-datamodels): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-rad.Sharlatan Hellseher2023-06-14
| | | | | | * gnu/packages/astronomy.scm (python-rad): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-pysynphot.Sharlatan Hellseher2023-06-14
| | | | | | * gnp/packages/astronomy.scm (python-pysynphot): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: glibc-2.33: Fix building for riscv64-linux.Efraim Flashner2023-06-14
| | | | | | * gnu/packages/base.scm (glibc-2.33)[source]: Add patch. * gnu/packages/patches/glibc-2.33-riscv64-miscompilation.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* system: images: Add unmatched module.Efraim Flashner2023-06-14
| | | | | * gnu/system/images/unmatched.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: image: Add support for unformatted partitions.Efraim Flashner2023-06-14
| | | | | | | * gnu/build/image.scm (make-unformatted-image): New procedure. (make-partition-image): Add support for unformatted partition. * gnu/system/image.scm (system-disk-image)[partition->gpt-type]: Add case for using unformatted partition uuid.