aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add ruy.Andy Tai2023-09-08
| | | | | | * gnu/packages/maths.scm (ruy): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add nsync.Andy Tai2023-09-08
| | | | | | * gnu/packages/c.scm (nsync): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add vim-vlime.Charles Jackson2023-09-08
| | | | | | * gnu/packages/vim.scm (vim-vlime): New variable. Signed-off-by: jgart <jgart@dismail.de>
* gnu: python-pyspnego: Update to 0.8.0.c4droid2023-09-08
| | | | | | | | | * gnu/packages/python-xyz.scm (python-pyspnego): Update to 0.8.0. [source]: Download from pypi. [arguments]: Remove custom 'check phase. [build-system]: Switch to pyproject-build-system. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: chez-scheme-for-racket-bootstrap-bootfiles: Remove workaround.Philip McGrath2023-09-08
| | | | | | | | | | | | | Architecture autodetection in rktboot was fixed upstream, and the fix is included in racket-backport-8.10-rktboot.patch for Guix. This commit goes beyond reverting b4fbeae3d90a5d0f8146441772436df2eb471491: the upstream fix also supports 'pbarch' machine types, so we never need to supply a '--machine' argument to rktboot. * gnu/packages/chez.scm (chez-scheme-for-racket-bootstrap-bootfiles) [arguments]: Change 'build' phase to never use '--machine' for rktboot. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: racket: Declare OpenSSL search paths.Philip McGrath2023-09-08
| | | | | | | | | | | | Otherwise, OpenSSL used via Racket fails to find certificates, e.g. when attempting to run 'raco pkg install'. Fixes <https://racket.discourse.group/t/2206/8>. * gnu/packages/racket.scm (racket-minimal)[native-search-paths]: Add $SSL_CERT_DIR and $SSL_CERT_FILE. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: racket: Update to 8.10.Philip McGrath2023-09-08
| | | | | | | | | | | | | | | | | * gnu/packages/patches/racket-rktboot-riscv64-support.patch: Move to ... * gnu/packages/patches/racket-backport-8.10-rktboot.patch: ... this file, together with a related upstreamed patch. * gnu/local.mk (dist_patch_DATA): Update accordingly. * gnu/packages/racket/scm (%racket-origin)[patches]: Likewise. (%racket-version): Update to 8.10. (racket)[inputs]<data, deinprogramm, drracket, gui, htdp, math> <net-cookies, pict, plot, racklog, redex, scribble, slideshow, snip> <typed-racket, string-constants, syntax-color, web-server>: Update hashes. * gnu/packages/chez.scm (chez-scheme-for-racket): Update to 9.9.9-pre-release.17. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add python-fasttext.Ricardo Wurmus2023-09-07
| | | | * gnu/packages/machine-learning.scm (python-fasttext): New variable.
* gnu: Add fasttext.Ricardo Wurmus2023-09-07
| | | | * gnu/packages/machine-learning.scm (fasttext): New variable.
* gnu: lighttpd: Update to 1.4.71.André Batista2023-09-07
| | | | | | * gnu/packages/web.scm (lighttpd): Update to 1.4.71. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: yggdrasil: Update to 0.4.7.Artyom V. Poptsov2023-09-07
| | | | | | | | | | | | | * gnu/packages/networking.scm (yggdrasil): Update to 0.4.7. [arguments]: Use G-expressions. Set the package build name and version. Use go-1.20. [propagated-inputs]: Add go-golang-org-x-tools, go-github-com-olekukonko-tablewriter and go-github-com-mattn-go-colorable. * gnu/packages/patches/yggdrasil-extra-config.patch: Don't use deprecated "ioutil". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: go-github-com-arceliar-ironwood: Update to ↵Artyom V. Poptsov2023-09-07
| | | | | | | | | 0.0.0-20221115123222-ec61cea2f439. * gnu/packages/golang.scm (go-github-com-arceliar-ironwood): Update to 0.0.0-20221115123222-ec61cea2f439. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: python-duckdb: Update to 0.8.1.Greg Hogan2023-09-07
| | | | | | * gnu/packages/python-xyz.scm (python-duckdb): Update to 0.8.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: fmt-10: Update to 10.1.1.Greg Hogan2023-09-07
| | | | | | * gnu/packages/pretty-print.scm (fmt-10): Update to 10.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-consult-eglot: Update 0.2.0-0.db9d41c.Kabelo M'sobomvu Moiloa2023-09-07
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult-eglot): Update 0.2.0-0.db9d41c. Signed-off-by: Andrew Tropin <andrew@trop.in> Co-authored-by: Andrew Tropin <andrew@trop.in>
* gnu: Add emacs-org-ql-dynamic-agenda.Nicolas Graves2023-09-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add emacs-org-dynamic-agenda.Nicolas Graves2023-09-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add emacs-flymake-guile.Distopico2023-09-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: Add erlang-lfe.Tim Johann2023-09-06
| | | | | | | * gnu/packages/erlang.scm (erlang-lfe): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add csmith.Olivier Dion2023-09-06
| | | | | | | * gnu/packages/linux.scm (csmith): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia-prettytables: Update to 2.1.2.Efraim Flashner2023-09-07
| | | | | | | * gnu/packages/julia-xyz.scm (julia-prettytables): Update to 2.1.2. [arguments]: Rename custom phase 'skip-color-tests to 'skip-tests-manipulating-terminal-display and skip some more tests. [propagated-inputs]: Add julia-offsetarrays, julia-stringmanipulation.
* gnu: Add julia-stringmanipulation.Efraim Flashner2023-09-07
| | | | * gnu/packages/julia-xyz.scm (julia-stringmanipulation): New variable.
* gnu: gmime: Update home-page URL.Maxim Cournoyer2023-09-06
| | | | * gnu/packages/mail.scm (gmime) [home-page]: Update URL.
* gnu: go-github-com-tdewolff-minify-v2: Regenerate hash.Hilton Chain2023-09-06
| | | | | | | | * gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2)[#:phases]: Add phase 'regenerate-hash. [native-inputs]: Add go-github-com-tdewolff-hasher. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: go-github-com-tdewolff-parse-v2: Regenerate hash.Hilton Chain2023-09-06
| | | | | | | | * gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2)[#:phases]: Add phase 'regenerate-hash. [native-inputs]: Add go-github-com-tdewolff-hasher. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add go-github-com-tdewolff-hasher.Hilton Chain2023-09-06
| | | | | | * gnu/packages/golang.scm (go-github-com-tdewolff-hasher): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add go-github-com-cespare-mph.Hilton Chain2023-09-06
| | | | | | * gnu/packages/golang.scm (go-github-com-cespare-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add go-github-com-dgryski-go-mph.Hilton Chain2023-09-06
| | | | | | * gnu/packages/golang.scm (go-github-com-dgryski-go-mph): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add go-github-com-dgryski-go-metro.Hilton Chain2023-09-06
| | | | | | * gnu/packages/golang.scm (go-github-com-dgryski-go-metro): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: zrythm: Enable rtaudio.Sughosha2023-09-06
| | | | | | | | * gnu/packages/music.scm (zrythm)[#:configure-flags]: Add "-Drtaudio=enabled". [inputs]: Add rtaudio. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: rtaudio: Update to 5.2.0.Sughosha2023-09-06
| | | | | | | * gnu/packages/audio.scm (rtaudio): Update to 5.2.0. [#:phases]: Delete argument. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gst-plugins-bad: Remove the svt-hevc input.Maxim Cournoyer2023-09-06
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-bad) [inputs]: Remove svt-hevc; add comment.
* gnu: libndp: Fix cross-compile.Zheng Junjie2023-09-06
| | | | | | | | | * gnu/packages/networking.scm (libndp) [native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal, autoconf, automake. [arguments]: When cross-compile, add phase to fix rpl_malloc undefined references. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gambit-c: Update to 4.9.5.Rémi Teissier2023-09-06
| | | | | | * gnu/packages/scheme.scm (gambit-c): Update to 4.9.5. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: gmime: Remove version 2.6.23.宋文武2023-09-05
| | | | | | * gnu/packages/mail.scm (gmime-2.6): Remove package. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: bear: Update to 3.1.3.fanquake2023-09-05
| | | | | | * gnu/packages/build-tools.scm (bear): Update to 3.1.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ccache: Update to 4.8.3.fanquake2023-09-05
| | | | | | * gnu/packages/ccache.scm (ccache): Update to 4.8.3. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: qemu: Update to 8.1.0.Maxim Cournoyer2023-09-05
| | | | | | | | | | | | | | | | | | | | * gnu/packages/virtualization.scm (qemu): Update to 8.1.0. [source] <patches>: Replace qemu-disable-aarch64-migration-test.patch with qemu-disable-some-qtests-tests.patch. <snippet>: Adjust for dtc relocation and meson and sgabios removal. [arguments] <configure-flags>: Remove --meson flag. Remove sgabios from the --firmwarepath value. <phases>: Adjust replace-firmwares and delete-firmwares phases for sgabios removal. [inputs]: Remove sgabios. (qemu-minimal): Use package/inherit, which is more appropriate for a package variant. [arguments]: New disable-extra-tests phase. * gnu/packages/patches/qemu-disable-aarch64-migration-test.patch: Delete file. * gnu/packages/patches/qemu-disable-some-qtests-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. Reviewed-by: Kaelyn <kaelyn.alexi@protonmail.com>
* gnu: libusb-compat: Specify the absolute file name for libusb.nathan2023-09-05
| | | | | | | | | Refine the fix for loading libusb correctly. * gnu/packages/libusb.scm (libusb) [arguments] <configure-flags>: New LIBUSB_1_0_SONAME flag. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: python-skia-pathops: Update to 0.8.0.Nicolas Graves2023-09-05
| | | | | | * gnu/packages/fontutils.scm (python-skia-pathops): Update to 0.8.0. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: skia: Update to 112.0.6d0b938.Nicolas Graves2023-09-05
| | | | | | * gnu/packages/graphics.scm (skia): Update to 112.0.6d0b938. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: skia: Update to 110.0.0f3fb7a.Nicolas Graves2023-09-05
| | | | | | | | * gnu/packages/graphics.scm (skia): Update to 110.0.0f3fb7a. [arguments](build-phases): Disable newly introduced libraries wuffs (general performance) and perfetto (running performance tests). Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: ardour: Build locales.Denys Nykula2023-09-05
| | | | | | | | | The TRANSLATORS file in the Ardour source says the i18n waf phase is optional between the build and install phases. * gnu/packages/audio.scm (ardour)[#:phases] Add build-i18n. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: arcan-wayland: Deprecate in favor of arcan.Ahmad Draidi2023-09-05
| | | | | | | * gnu/packages/arcan.scm (arcan-wayland): Rewrite as a deprecated alias for arcan. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: arcan: Restyle format.Ahmad Draidi2023-09-05
| | | | | | | * gnu/packages/arcan.scm (arcan): Run 'guix style' over the package and manually break some long lines. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: arcan: Use new style arguments.Ahmad Draidi2023-09-05
| | | | | | * gnu/packages/arcan.scm (arcan)[arguments]: Use new style arguments. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: arcan: Fix paths handling.Ahmad Draidi2023-09-05
| | | | | | | | | | | | | | | This patch removes the wrapper and the propagated environment variables (through 'native-search-paths') and instead patches the paths inside the source code. This fixes path handling, which seems to be broken now. It also allows us to use 'setuid', which is required for some features, and lets the app use its internal path handling criteria, which some dependent apps expect. * gnu/packages/arcan.scm (arcan): Fix paths handling. [arguments]: Add 'patch-paths' phase. Remove 'wrap-program' phase. [native-search-paths]: Remove. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: arcan: Build all features.Ahmad Draidi2023-09-05
| | | | | | | | | * gnu/packages/arcan.scm (arcan): Build all features. [arguments]: Use #:configure-flags "-DBUILD_PRESET=everything" to build all features, and "-DDISTR_TAG='Guix'" to tag the builds. [synopsis]: Remove '(egl-dri)' since it indicates a specific feature. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: arcan: Update to 0.6.2.1.Ahmad Draidi2023-09-05
| | | | | | | | | | | | | | | | | | * gnu/packages/arcan.scm (arcan): Update to 0.6.2.1. [use-modules]: Remove no longer used package imports and add ones for new dependencies. Add '(guix gexp)' for snippet. [source]: Use version instead of commit, and add snippet to remove some bundled packages. [arguments]: Remove 'fix-cmake-paths' phase since it's no longer needed. [inputs]: Remove apr, glib, glu, lzip, pcre. Add bash-minimal, espeak, gumbo-parser, jbig2dec, libjpeg-turbo, libseccomp, libvnc, mupdf, openjpeg, sdl2, wayland, wayland-protocols, xcb-util, xcb-util-wm, zlib. Replace ffmpeg-4 with ffmpeg. Change luajit label to fix lint. Update vendored openal to 0.6.2. Sort inputs by name. [description]: Change description to closely match upstream for accuracy. [license]: Add new and missing licenses. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: xarcan: Fix indentation.Maxim Cournoyer2023-09-05
| | | | * gnu/packages/arcan.scm (xarcan): Fix indentation.