summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-08-04gnu: klee: Add uClibc support kleeNguyễn Gia Phong
* gnu/packages/klee.scm (klee-uclibc): New variable. * gnu/packages/klee.scm (klee): Link with klee-uclibc.
2023-08-04gnu: Add kleeNguyễn Gia Phong
* gnu/packages/klee.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2023-08-04gnu: Add stpNguyễn Gia Phong
* gnu/packages/maths.scm (stp): New variable.
2023-08-02gnu: apr: Fix building on powerpc-linux.Efraim Flashner
* gnu/packages/apr.scm (apr): When building for powerpc-linux add a phase to apply a patch. [native-inputs]: When building for powerpc-linux add a patch. * gnu/packages/patches/apr-fix-atomics.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2023-08-02gnu: john-the-ripper-jumbo: Fix compilation with GCC 11+.Jakob Kirsch
* gnu/packages/patches/john-the-ripper-jumbo-with-gcc-11.patch: New file. * gnu/local.mk (dist_PATCH_DATA): Register it. * gnu/packages/password-utils.scm (john-the-ripper-jumbo)[source]: Use it. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-02gnu: janet: Update to 1.29.1.Yovan Naumovski
* gnu/packages/lisp.scm (janet): Update to 1.29.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-02gnu: Add cl-transmission.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-transmission, ecl-transmission, sbcl-transmission): New variables.
2023-08-02gnu: mesa: Update skipped tests on powerpc-linux.Efraim Flashner
* gnu/packages/gl.scm (mesa)[arguments]: When building for powerpc-linux adjust the 'disable-failing-test phase for changes in failed tests.
2023-08-02gnu: pcre2: Enable JIT support of powerpc-linux.Efraim Flashner
* gnu/packages/pcre.scm (pcre2)[arguments]: When building for powerpc-linux use the compile flag to enable jit support.
2023-08-02gnu: pcre: Enable JIT on powerpc-linux.Efraim Flashner
* gnu/packages/pcre.scm (pcre)[arguments]: When building for powerpc-linux use the compile flag to enable jit support.
2023-07-30system: Fix a blown FUSE.Tobias Geerinckx-Rice
I bungled up a merge conflict between 789f7e9 (gnu: fuse@3: Bind to default FUSE variable.) and my other setuid-related changes. * gnu/system.scm (%setuid-programs): Look for /bin/fusermount in FUSE-2, not 3. Reported by renngar[m] in #guix.
2023-07-30gnu: lagrange: Update to 1.16.6.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (lagrange): Update to 1.16.6.
2023-07-30gnu: pipe-viewer: Update to 0.4.8.Tobias Geerinckx-Rice
* gnu/packages/video.scm (pipe-viewer): Update to 0.4.8.
2023-07-30gnu: foot: Update to 1.15.2.Tobias Geerinckx-Rice
* gnu/packages/terminals.scm (foot): Update to 1.15.2.
2023-07-30gnu: glirc: Extend description.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (glirc)[description]: Extend.
2023-07-30gnu: glirc: Install man page and README.md.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (glirc)[arguments]: Add a new 'install-extra-documentation phase.
2023-07-30gnu: Remove duplicate module import from (gnu packages irc).Tobias Geerinckx-Rice
* gnu/packages/irc.scm: Remove duplicate #:use-module (guix utils).
2023-07-30gnu: libpoly: Update to 0.1.12.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (libpoly): Update to 0.1.12.
2023-07-30gnu: pv: Update to 1.7.24.Tobias Geerinckx-Rice
* gnu/packages/pv.scm (pv): Update to 1.7.24.
2023-07-30gnu: openttd-opensfx: Update to 1.0.3.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openttd-opensfx): Update to 1.0.3.
2023-07-30gnu: openttd-engine: Update to 13.4.Tobias Geerinckx-Rice
* gnu/packages/games.scm (openttd-engine): Update to 13.4.
2023-07-30gnu: jc: Update to 1.23.4.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (jc): Update to 1.23.4.
2023-07-30gnu: capnproto: Update to 1.0 [fixes CVE-2022-46149].Tobias Geerinckx-Rice
* gnu/packages/serialization.scm (capnproto): Update to 1.0. [arguments]: Remove obsolete 'do-not-require-/etc/services phase. Don't explicitly return #t from phases.
2023-07-30gnu: mash: Fix build.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (mash)[arguments]: Add a new 'bootstrap phase.
2023-07-30gnu: mash: Update package style.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (mash)[arguments]: Consolidate similar SUBSTITUTE* calls. Don't explicitly return #t from phases.
2023-08-01gnu: Add python-asyncua.Danny Milosavljevic
* gnu/packages/engineering.scm (python-asyncua): New variable.
2023-08-01gnu: icecat: Update to 102.14.0-guix0-preview1 [security fixes].Mark H Weaver
Includes fixes for CVE-2023-4045, CVE-2023-4046, CVE-2023-4047, CVE-2023-4048, CVE-2023-4049, CVE-2023-4050, CVE-2023-4054, CVE-2023-4055, and CVE-2023-4056. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, upstream base version, and hashes.
2023-08-01gnu: Add python-baltica.Navid Afkhami
* gnu/packages/bioinformatics.scm (python-baltica): New variable.
2023-08-01gnu: vte-ng: Remove package.宋文武
It fails to build and is not used anymore. * gnu/packages/gnome.scm (vte-ng): Remove package.
2023-08-01licenses: Add Arphic-1999 (Aprhic Public License).walky_talky
* guix/licenses.scm (arphic-1999): New variable. * guix/import/utils.scm (%spdx-license-identifiers): Add Arphic-1999. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-01gnu: xfce4-verve-plugin: Update to 2.0.3.宋文武
* gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.3. [inputs]: Add pcre2.
2023-08-01gnu: xfce4-cpugraph-plugin: Update to 1.2.8.宋文武
* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.8.
2023-08-01gnu: xfce4-volumed-pulse: Update to 0.2.4.宋文武
* gnu/packages/xfce.scm (xfce4-volumed-pulse): Update to 0.2.4.
2023-08-01gnu: xfce4-settings: Update to 4.18.3.宋文武
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.3.
2023-08-01gnu: xfce4-clipman-plugin: Update to 1.6.4.宋文武
* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.4.
2023-08-01gnu: cagebreak: Update to 2.2.0, install man pages.宋文武
* gnu/packages/wm.scm (cagebreak): Update to 2.2.0. [arguments]: Add '-Dman-pages=true' to configure-flags. [native-inputs]: Replace pandoc with scdoc.
2023-08-01gnu: ccache: Update to 4.8.2.fanquake
* gnu/packages/ccache.scm (ccache): Update to 4.8.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-01gnu: termite: Update to 16.6 (a maintained fork).宋文武
* gnu/packages/terminals.scm (termite): Switch to maintained fork. [description]: Adjust.
2023-08-01gnu: Add python-scm-sr-ht.Ricardo Wurmus
* gnu/packages/sourcehut.scm (python-scm-sr-ht): New variable.
2023-08-01gnu: Add python-core-sr-ht.Ricardo Wurmus
* gnu/packages/sourcehut.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2023-08-01 gnu: Add python-pymentjgart
* gnu/packages/python-xyz.scm (python-pyment): New public variable.
2023-08-01gnu: snakemake-7: Fix version reporting.Ricardo Wurmus
* gnu/packages/python-xyz.scm (snakemake-7)[arguments]: Add phase 'patch-version and use G-exp. [build-system]: Use pyproject-build-system.
2023-08-01gnu: snakemake-6: Fix version reporting.Ricardo Wurmus
* gnu/packages/python-xyz.scm (snakemake-6)[arguments]: Add phase 'patch-version and use G-exp. [build-system]: Use pyproject-build-system.
2023-07-31gnu: emacs-denote: Update to 2.0.0.jgart
* gnu/packages/emacs-xyz.scm (emacs-denote): Update to 2.0.0.
2023-07-31nls: Update translations.Florian Pelz
2023-07-23gnu: Add glirc.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (glirc): New public variable.
2023-07-23gnu: Add ghc-vty.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-vty): New public variable.
2023-07-23gnu: Add ghc-irc-core.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-irc-core): New public variable.
2023-07-23gnu: Add ghc-hookup.Tobias Geerinckx-Rice
* gnu/packages/haskell-xyz.scm (ghc-hookup): New public variable.
2023-07-23gnu: Add ghc-hsopenssl-x509-system.Tobias Geerinckx-Rice
* gnu/packages/haskell-crypto.scm (ghc-hsopenssl-x509-system): New public variable.