Age | Commit message (Expand) | Author |
2023-06-14 | gnu: linux-libre 5.15: Update to 5.15.117....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.117.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre 6.1: Update to 6.1.34....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.34.
(linux-libre-6.1-pristine-source): Update hash.
| Leo Famulari |
2023-06-14 | gnu: linux-libre: Update to 6.3.8....* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.8.
(linux-libre-6.3-pristine-source, deblob-scripts-6.3): Update hashes.
| Leo Famulari |
2023-06-14 | gnu: guile-netlink: Update to 1.2....* gnu/packages/guile-xyz.scm (guile-netlink): Update to 1.2.
| Ludovic Courtès |
2023-06-14 | gnu: browserpass-native: Use new package style....* gnu/packages/password-utils.scm (browserpass-native)[arguments]: Use
gexps. Drop trailing #t from phases.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-14 | gnu: browserpass-native: Update to 3.1.0....* gnu/packages/password-utils.scm (browserpass-native): Update to 3.1.0.
[inputs]: Add bash-minimal.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-14 | gnu: Add systemtap...* gnu/packages/instrumentation.scm (systemtap): New variable
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Tai |
2023-06-14 | gnu: gnushogi: Fix build....* gnu/packages/games.scm (gnushogi)
[source]: Fix warnings by prefixing "__FUNCTION__" with "__extension__".
[arguments]: Turn off some GCC warnings in C flags.
Set the linker flag to build the program.
Skip the "--enable-fast-install" flag in the configure phase.
Enable the "sizetest" test in the check phase.
[synopsis]: Remove "The" so that the sentence doesn't start with it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| gemmaro |
2023-06-14 | gnu: Add pngcheck....* gnu/packages/image.scm (pngcheck): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Artyom V. Poptsov |
2023-06-14 | gnu: Add bdf2sfd....* gnu/packages/fontutils.scm (bdf2sfd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| gemmaro |
2023-06-14 | gnu: Add nwipe....* gnu/packages/disk.scm (nwipe): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Timotej Lazar |
2023-06-14 | gnu: libtree: fix building on non-x86 systems....* 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>
| Z572 |
2023-06-14 | gnu: gnunet-scheme: Use guile-fibers 1.3.1....* gnu/packages/gnunet.scm (gnunet-scheme)[native-inputs]
[propagated-inputs]: Replace GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
| Ludovic Courtès |
2023-06-14 | gnu: guile-fibers: Remove 'guile-fibers-next'....* 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.
| Ludovic Courtès |
2023-06-14 | gnu: cuirass: Use guile-fibers 1.3.1....* gnu/packages/ci.scm (cuirass)[inputs]: Replace GUILE-FIBERS-1.1 with
GUILE-FIBERS-1.3.
| Ludovic Courtès |
2023-06-14 | gnu: shepherd@0.10: Use guile-fibers 1.3.1....* gnu/packages/admin.scm (shepherd-0.10)[native-inputs, inputs]: Replace
GUILE-FIBERS-1.1 with GUILE-FIBERS-1.3.
| Ludovic Courtès |
2023-06-14 | gnu: guile-fibers: Add 1.3.1....* 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.
| Ludovic Courtès |
2023-06-14 | gnu: psascan: Do not build with "-march=native"....* gnu/packages/cpp.scm (psascan)[origin]: Add 'snippet'.
[properties]: New field.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Zheng Junjie |
2023-06-14 | gnu: Add lexilla....* gnu/packages/text-editors.scm (lexilla): New variable.
| Maxim Cournoyer |
2023-06-14 | gnu: lexilla: Fix find-files regexp in install phase....* gnu/packages/text-editors.scm (scintilla) [arguments]: Fix find-files regexp
in install phase.
| Maxim Cournoyer |
2023-06-14 | gnu: scintilla: Use string-delete to compute source URL....* gnu/packages/text-editors.scm (scintilla) [source]: Use string-delete
instead of string-split and string-append.
| Maxim Cournoyer |
2023-06-14 | gnu: Add tuba....* gnu/packages/mastodon.scm (tuba): New variable.
| Efraim Flashner |
2023-06-14 | gnu: python-pyzmq: Update to 25.1.0....* gnu/packages/python-xyz.scm (python-pyzmq): Update to 25.1.0.
| Maxim Cournoyer |
2023-06-14 | gnu: python-pyzmq: Use pytest to run the test suite....* gnu/packages/python-xyz.scm (python-pyzmq)
[arguments]: Precise comments regarding #:tests?. Override check phase.
| Maxim Cournoyer |
2023-06-14 | gnu: python-keras: Fix building with newer python....* gnu/packages/machine-learning.scm (python-keras)[source]: Add snippet
to adjust for newer versions of python.
| Efraim Flashner |
2023-06-14 | gnu: onedrive: Link to all necessary libraries....Reported by adanska on IRC.
* gnu/packages/sync.scm (onedrive)[arguments]: Remove custom
'link-to-external-libraries phase to allow linking to more libraries.
| Efraim Flashner |
2023-06-14 | gnu: ibus-anthy: Prepare for tests....* 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.
| Maxim Cournoyer |
2023-06-14 | gnu: python-scikit-build: Update to 0.17.6....* 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.
| Maxim Cournoyer |
2023-06-14 | gnu: guile-openai: Update to 0.2-1.751cd5d....* 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.
| Ricardo Wurmus |
2023-06-14 | gnu: Add r-word2vec....* gnu/packages/cran.scm (r-word2vec): New variable.
| Ricardo Wurmus |
2023-06-14 | gnu: python-shapely: Update to 2.0.1....* 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.
| Ricardo Wurmus |
2023-06-14 | gnu: Add r-doc2vec....* gnu/packages/cran.scm (r-doc2vec): New variable.
| Ricardo Wurmus |
2023-06-14 | gnu: Add r-openai....* gnu/packages/cran.scm (r-openai): New variable.
| Ricardo Wurmus |
2023-06-14 | gnu: python-blosc: Enable tests....* gnu/packages/python-xyz.scm (python-blosc)[arguments]: Don't disable
tests. Add custom 'check phase.
[native-inputs]: Add cmake-minimal.
| Efraim Flashner |
2023-06-14 | gnu: python-blosc: Update to 1.11.1....* 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.
| Efraim Flashner |
2023-06-14 | gnu: python-blosc: Build with packaged blosc....* 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.
| Efraim Flashner |
2023-06-14 | gnu: Add python-jwst....* gnu/packages/astronomy.scm (python-jwst): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-stcal....* gnu/packages/astronomy.scm (python-stcal): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-drizzle....* gnu/packages/astronomy.scm (python-drizzle): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-wiimatch....* gnu/packages/astronomy.scm (python-wiimatch): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-bayesicfitting....* gnu/packages/astronomy.scm (python-bayesicfitting): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-stpipe....* gnu/packages/astronomy.scm (python-stpipe): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-stdatamodels....* gnu/packages/astronomy.scm (python-stdatamodels): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-crds....* gnu/packages/astronomy.scm (python-crds): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-parsley....* gnu/packages/python-xyz.scm (python-parsley): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-stsynphot....* gnu/packages/astronomy.scm (python-stsynphot): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-synphot....* gnu/packages/astronomy.scm (python-synphot): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-tweakwcs....* gnu/packages/astronomy.scm (python-tweakwcs): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-stsci-stimage....* gnu/packages/astronomy.scm (python-stsci-stimage): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-06-14 | gnu: Add python-stsci-imagestats....* gnu/packages/astronomy.scm (python-stsci-imagestats): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |