aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2023-06-05gnu: linux-libre 5.10: Update to 5.10.182....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.182. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2023-06-05gnu: linux-libre 5.15: Update to 5.15.115....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.115. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2023-06-05gnu: linux-libre 6.1: Update to 6.1.32....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.32. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari
2023-06-05gnu: linux-libre: Update to 6.3.6....* gnu/packages/linux.scm (linux-libre-6.3-version): Update to 6.3.6. (linux-libre-6.3-pristine-source): Update hash. Leo Famulari
2023-06-05gnu: blurhash: Update to 0.2.0....* gnu/packages/image.scm (blurhash): Update to 0.2.0. [native-inputs]: Remove cmake. Add pkg-config. Efraim Flashner
2023-06-05gnu: cpp-httplib: Update to 0.12.5....* gnu/packages/cpp.scm (cpp-httplib): Update to 0.12.5. [arguments]: Adjust configure-flags to build the tests. Add a make-flag to set CXX. Adjust custom 'disable-network-tests phase to skip more network tests. Remove custom 'check phase. [native-inputs]: Add googletest. Efraim Flashner
2023-06-05gnu: python-codespell: Update to 2.2.4....* gnu/packages/python-xyz.scm (python-codespell): Update to 2.2.4. [build-system]: Switch to pyproject-build-system. [native-inputs]: Remove python-check-manifest; add python-pygments and python-tomli. Efraim Flashner
2023-06-05gnu: proj-7: Add upstream patch....* gnu/packages/patches/proj-7-initialize-memory.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/geo.scm (proj-7)[source]: Add it. Ricardo Wurmus
2023-06-05gnu: python-bulkvis: Reference upstream issue....* gnu/packages/bioinformatics.scm (python-bulkvis)[arguments]: Add comment with link to upstream issue for bokeh compatibility patch. Ricardo Wurmus
2023-06-05gnu: python-tenacity: Use pyproject-build-system....* gnu/packages/python-xyz.scm (python-tenacity)[build-system]: Use pyproject-build-system. [arguments]: Remove. Ricardo Wurmus
2023-06-05gnu: python-tenacity: Use Tornado 6....* gnu/packages/python-xyz.scm (python-tenacity)[native-inputs]: Replace python-tornado with python-tornado-6. Ricardo Wurmus
2023-06-05gnu: python-bokeh: Use Tornado 6....* gnu/packages/python-xyz.scm (python-bokeh)[propagated-inputs]: Replace python-tornado with python-tornado-6. Ricardo Wurmus
2023-06-05gnu: Add python-bulkvis....* gnu/packages/bioinformatics.scm (python-bulkvis): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Navid Afkhami
2023-06-05gnu: Add python-readpaf....* gnu/packages/bioinformatics.scm (python-readpaf): New variable. Navid Afkhami
2023-06-05gnu: gcompris-qt: Update to 3.2....* gnu/packages/education.scm (gcompris-qt): Update to 3.2. [inputs]: Add qtcharts, qtquickcontrols2-5. Remove qtquickcontrols-5, qtxml-5. Efraim Flashner
2023-06-05gnu: mupdf: Update to 1.22.1....* gnu/packages/pdf.scm (mupdf): Update to 1.22.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Timotej Lazar
2023-06-04gnu: lagrange: Update to 1.16.3....* gnu/packages/web-browsers.scm (lagrange): Update to 1.16.3. Efraim Flashner
2023-06-04gnu: keepassxc: Update to 2.7.5....* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.5. Efraim Flashner
2023-06-04gnu: urlscan: Update to 1.0.0....* gnu/packages/mail.scm (urlscan): Update to 1.0.0. [arguments]: Skip the test phase. [build-system]: Switch to the pyproject-build-system. [native-inputs]: Add python-hatch-vcs, python-hatchling. Efraim Flashner
2023-06-04gnu: tree: Update to 2.1.1....* gnu/packages/admin.scm (tree): Update to 2.1.1. [arguments]: Remove unneeded 'fix-manpage-version phase. Efraim Flashner
2023-06-04gnu: jpegoptim: Fix cross-compiling to riscv64....* gnu/packages/image.scm (jpegoptim)[arguments]: When cross-compiling t riscv64, add phase to update-config-scripts. [native-inputs]: When cross-compiling to riscv64, add config. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie
2023-06-04gnu: libicns: Fix cross-compiling to riscv64....* gnu/packages/image.scm (libicns)[arguments]: When cross-compiling to riscv64, add phase to update-config-scripts. [native-inputs]: When cross-compiling to riscv64, add config. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie
2023-06-04gnu: gsettings-desktop-schemas: Fix cross-compiling....* gnu/packages/gnome.scm(gsettings-desktop-schemas)[inputs]: Add gobject-introspection. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie
2023-06-04gnu: gobject-introspection: Fix cross-compiling....* gnu/packages/glib.scm(gobject-introspection)[native-inputs]: When cross-compiling add python. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie
2023-06-04gnu: mtdev: Fix cross-compiling to riscv64....* gnu/packages/xdisorg.scm (mtdev)[arguments]: When cross-compiling to riscv64 add a phase to update config.{guess,sub}. [native-inputs]: When cross-compiling to riscv64 add config. Zheng Junjie
2023-06-04gnu: xcb-util-wm: Fix cross-compiling to riscv64....* gnu/packages/xorg.scm (xcb-util-wm)[arguments]: Add update-config-scripts phase when cross-compiling to riscv64. [native-inputs]: Add config when cross-compiling to riscv64. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie
2023-06-04gnu: libxtst: Fix cross-compiling to riscv64....* gnu/packages/xorg.scm (libxtst)[arguments]: When cross-compiling to riscv64, add phase to update config.{guess,sub}. [native-inputs]: When cross-compiling to riscv64, add config. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Zheng Junjie
2023-06-04gnu: libdeflate: Use default tests....* gnu/packages/compression.scm (libdeflate)[arguments]: Adjust configure-flags to build the test suite. Remove custom 'check phase. Efraim Flashner
2023-06-04gnu: agda-ial: Update to ded30c410d5d40142249686572aa1acd1b2f8cc7....* gnu/packages/agda.scm (agda-ial): Update to ded30c410d5d40142249686572aa1acd1b2f8cc7, use agda-build-system, switch to G-Exps, reorder fields. Josselin Poiret
2023-06-04gnu: Add agda-1lab....* gnu/packages/agda.scm: New variable agda-1lab. Josselin Poiret
2023-06-04gnu: Add agda-cubical....* gnu/packages/agda.scm: New variable agda-cubical. Josselin Poiret
2023-06-04gnu: Add agda-categories....* gnu/packages/patches/agda-categories-use-find.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/agda.scm: New variable agda-categories. Josselin Poiret
2023-06-04gnu: Add agda-stdlib....* gnu/packages/patches/agda-stdlib-use-runhaskell.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/agda.scm: New variable agda-stdlib. Josselin Poiret
2023-06-04gnu: agda: Add AGDA_LIBDIRS search-path....* gnu/packages/patches/agda-libdirs-env-variable.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/agda.scm (agda): Patch agda, and add search path. Josselin Poiret
2023-06-04gnu: emacs-agda2-mode: Switch to G-Exps....* gnu/packages/agda.scm (emacs-agda2-mode): Switch it up. Josselin Poiret
2023-06-04gnu: emacs-agda2-mode: No longer inherit from agda....* gnu/packages/agda.scm (emacs-agda2-mode): Remove it. Made no sense, as we only need the source, which we can refer to without inheriting the whole thing. Josselin Poiret
2023-06-04gnu: agda: Build info manual....* gnu/packages/agda.scm (agda): Build the user manual as an info manual. Josselin Poiret
2023-06-04gnu: agda: Update to 2.6.3 and switch to git-fetch....* gnu/packages/agda.scm (agda): Update to 2.6.3, switch to fetching using git so that doc files are included, and add new dependency ghc-vector-hashtables. Josselin Poiret
2023-06-04gnu: Add ghc-vector-hashtables....* gnu/packages/haskell-xyz.scm (ghc-vector-hashtables): New variable. Josselin Poiret
2023-06-04gnu: Add ghc-peano....* gnu/packages/haskell-xyz.scm (ghc-peano): New variable. Josselin Poiret
2023-06-04gnu: sbsigntools: Update to 0.9.5....This fixes a build failure with openssl-3. * gnu/packages/efi.scm (sbsigntools): Update to 0.9.5. [arguments]: Remove trailing #t's. Use Gexps. Use "this-package-input". Simplify lambdas. [inputs]: Remove labels. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> kiasoc5
2023-06-04gnu: proot: Update to 5.4.0 and fix clone3 behavior....* gnu/packages/patches/proot-add-clone3.patch: New patch. * gnu/packages/linux.scm (proot): Update to 5.4.0, and add pending upstream patch to fix buggy pthread support. * gnu/local.mk (dist_patch_DATA): Register it. Josselin Poiret
2023-06-04gnu: heimdal: Drop obsolete and insecure user tools....According to messages from the Heimdal maintainers Brian May and Nico Williams, no one should be using their version of 'su' anymore. It was deleted from the development branch five years ago [1] and is only being shipped because the 7.8.0 is based on an older, stable branch. [1] https://github.com/heimdal/heimdal/commit/8a77f45aff366b1cd8c70c43ce63eb16a0c9839c Following the directions from the maintainers, this commit drops all executables built from the ./appl folder via deletion of that SUBDIR from the top-level Makefile.am. Unfortunately, the heimdal-discuss mailing list does not appear to have a public archive. The relevant SMTP Message-Id was: <MDAEMON-F202305111940.AA401569md5001000003030@sequoia-grove.ad.secure-endpoints.com> * gnu/packages/kerberos.scm (heimdal): Drop obsolete and insecure user tools. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Felix Lechner
2023-06-04gnu: heimdal: Run autoreconf....* gnu/packages/kerberos.scm (heimdal): Run autoreconf. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Felix Lechner
2023-06-04gnu: mpd: Split outputs....The HTML manual accounts for more than 40% of the package size. * gnu/packages/mpd.scm (mpd)[outputs]: Add 'doc' output. [arguments]<#:phases>: Add ‘split-package’. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal
2023-06-04gnu: mpd: Enable tests....With this, ninja will no longer report “no work to do” when inside the `check' phase. * gnu/packages/mpd.scm [arguments]<#:configure-flags>: Add “-Dtest=true”. [native-inputs]: Add googletest and zip. Remove cmake. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Bruno Victal
2023-06-04gnu: mpd: Update to 0.23.13....* gnu/packages/mpd.scm (mpd): Update to 0.23.13. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Leo Famulari
2023-06-04gnu: d-feet: Fix build errors when using Meson 1.1.0....Fix the build error: data/meson.build:15:0: ERROR: Function does not take positional arguments. data/meson.build:27:0: ERROR: Function does not take positional arguments. * gnu/packages/patches/d-feet-drop-unused-meson-argument.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/gnome.scm (d-feet)[source]: Use it here. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Zhu Zihao
2023-06-03gnu: font-charter: Remove woff2 output....The font-build-system now installs web fonts too. So, a separate woff2 output is not necessary. * gnu/packages/fonts.scm (font-charter)[outputs, arguments]: Delete. Arun Isaac
2023-06-03gnu: notcurses: Enable building without pandoc....* gnu/packages/notcurses.scm (notcurses)[arguments]: Adjust configure-flags to not use pandoc on systems where pandoc isn't supported. [native-inputs]: Don't include pandoc on systems where it isn't supported. Efraim Flashner