aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-26gnu: petsc: Build reproducibly.Lars Bilke
* gnu/packages/maths.scm (petsc)[arguments]: In ‘configure’ phase, add ‘sorted’ call in ‘gmakegen.py’. In ‘clean-local-references’, remove substitution of “Libraries compiled on”, which is unnecessary since PETSc 3.9 (<https://gitlab.com/petsc/petsc/-/commit/a970bd748978a4e12790be7c36b10e832ec0149f>). Add substitution for “Machine characteristics” bit. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Change-Id: Ibb846c1ae368af94b46d5ce789b1263e0bc78a13
2024-07-26gnu: rr: Add ‘supported-systems’ field.Ludovic Courtès
* gnu/packages/debug.scm (rr)[supported-systems]: New field. Change-Id: I6d93b1eae91fbe6c963e737afd6e5d2a30160ac1
2024-07-26gnu: emacs-kbd: Update to 0.0.1-1.b9048e9.Andrew Tropin
* gnu/packages/emacs-xyz.scm (emacs-kbd): Update to 0.0.1-1.b9048e9. Change-Id: Ib73c4440c7db42ef60f851cf19359a6c01db1f50
2024-07-26gnu: labwc: Update to 0.7.4.Ahmad Draidi
* gnu/packages/wm.scm (labwc): Update to 0.7.4. Change-Id: Ibfc5d73a5526ce33760561e757a2dfb40c5a8bb3 Signed-off-by: Juliana Sims <juli@incana.org> Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2024-07-26gnu: kdeconnect: Add sonnet to dependencies.宋文武
Fixes <https://issues.guix.gnu.org/72284>. * gnu/packages/kde.scm (kdeconnect)[inputs]: Add sonnet. Change-Id: I9a3a9e26bd43de08272d79b15a8cd166e327a226
2024-07-26gnu: kmonad: Update to 0.4.2-0.31c591b.Andrew Tropin
* gnu/packages/haskell-apps.scm (kmonad): Update to 0.4.2-0.31c591b. Change-Id: I3e374285b075e34e7bb4b82d574c4c6305f6b9a7
2024-07-25gnu: python-waitress: Update to 3.0.0.jgart
* gnu/packages/python-xyz.scm (python-waitress): Update to 3.0.0. [build-system]: Use pyproject-build-system. [arguments]: Disable failing test. * gnu/packages/patches/python-waitress-fix-tests.patch: Delete no longer needed patch. * gnu/local.mk: Delete patch line. Change-Id: I5397649e30098627de8c24f6afa2b74413d3446a
2024-07-25gnu: trealla: Update to 2.55.7.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.7. Change-Id: I6f954cfa3bcf8c6b34ee2f4ca902f3b7ef1f5b38
2024-07-25gnu: plantuml: Update to 1.2024.6.jgart
* gnu/packages/uml.scm (plantuml): Update to 1.2024.6. [source]: Update uri. Change-Id: I5106370fb4687a9e46dd5d5eacb926e7e5ef736d
2024-07-25gnu: trealla: Update to 2.55.6.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.6. Change-Id: I258ebe918fb71876fbdda7277d468f863633ef3b
2024-07-25gnu: litterbox: Improve package style.jgart
* gnu/packages/irc.scm (litterbox) [arguments]: Use G-expressions. Change-Id: I4aba2094bf8be6c6a91a7d9d874aba4676142ebe
2024-07-25gnu: Add bubger.jgart
* gnu/packages/mail.scm (bubger): New variable. Change-Id: I68a3d4dea546b8643ddef19d2bd3dd5edd263cb4
2024-07-25gnu: nix: Update home page.jgart
* gnu/packages/package-management.scm (nix) [home-page]: Update home page. Change-Id: I674e719828139685e4862d96f4e2596d8c0f155b
2024-07-25gnu: parallel: Update to 20240722.Andy Tai
* gnu/packages/parallel.scm (parallel): Update to 20240722. Change-Id: I0b13441a038807dd45a13a9b153ca6ba8799507d Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-25gnu: mako: Update to 1.9.0.Ashish SHUKLA
* gnu/packages/wm.scm (mako): Update to 1.9.0. Change-Id: I38f6ab0ea03457d0ae95f3de625921cf7b9da24c Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-25gnu: nheko: Update to 0.12.0.Timotej Lazar
* gnu/packages/messaging.scm (nheko): Update to 0.12.0. [arguments]: Switch to Qt 6. Use configure flags to disable bundled libraries. [inputs]: Add brotli, kdsingleapplication, libxkbcommon, vulkan-headers, and vulkan-loader. Drop boost, xcb-util-wm, qtbase-5, qtquickcontrols2-5, and single-application-qt5. Use version 6 for remaining Qt inputs. [native-inputs]: Replace qttools-5 with qttools. Change-Id: Id7f1ee119ce3ff5bad130b7d13b6c98ed382b928 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-25gnu: mtxclient: Switch to new package style.Timotej Lazar
* gnu/packages/matrix.scm (mtxclient)[arguments]: Use g-exps. Change-Id: I044faf4e25b9e5d282e9364070a7e24bb6f89b5e Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-25gnu: mtxclient: Update to 0.10.0.Timotej Lazar
* gnu/packages/messaging.scm (mtxclient): Update to 0.10.0. Change-Id: I095e805803b02f5e22ab2a8b764f856a072d7df4 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-25gnu: Add kdsingleapplication.Timotej Lazar
* gnu/packages/qt.scm (kdsingleapplication): New variable. Change-Id: I08407da35712d465f9573f6bf1de0cc2e8435cb1 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2024-07-25Revert "gnu: python-mako: Improve package style."Zheng Junjie
This reverts commit 53f58596c928397e4e31cf08196db0102dc8950f. This introduces too many rebuilds. Change-Id: I6f7e1a01df90db4f51d3d64140740e7f29339f3d
2024-07-24gnu: python-mako: Improve package style.jgart
* gnu/packages/python-xyz.scm (python-mako) [arguments]: Use G-expressions. Change-Id: Ib33ddae71a7913dccbc3117644c8efd1058e0747
2024-07-24gnu: bower: Update to 1.1.jgart
* gnu/packages/mail.scm (bower): Update to 1.1. Change-Id: I240870755317de0b44b5c7af8ce9a77727649e7e
2024-07-24gnu: trealla: Update to 2.55.5.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.5. Change-Id: Ib9c4da341b4af4cb5ee8d72af4d51b5ecad26be6
2024-07-24gnu: trealla: Update to 2.55.4.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.4. Change-Id: I6e684cf6ddd03d05910a8de6719fad767105a5c1
2024-07-24gnu: trealla: Update to 2.55.3.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.3. Change-Id: Idf943e2bfc9213ed2bac51cb73d087a64a7b7eec
2024-07-24gnu: trealla: Update to 2.55.2.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.2. Change-Id: I61d057db57efc30f3a957d1345f86d7b8857965f
2024-07-24gnu: trealla: Update to 2.55.1.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.1. Change-Id: Ib3888d69aa7fa38c03d171a624500ed28098f031
2024-07-24gnu: trealla: Update to 2.55.0.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.0. Change-Id: Ie3bdd311afae7e975ce495594a35ac20a708bb09
2024-07-24gnu: trealla: Update to 2.54.6.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.54.6. Change-Id: I665c518f29bd6df3c9556209453a8638e471a197
2024-07-24gnu: sshuttle: Improve package style.jgart
* gnu/packages/vpn.scm (sshuttle) [arguments]: Use G-expressions. Change-Id: Ia8961e3382116d0f1e67a7feb181f1e0fd6a5caf
2024-07-24gnu: sshuttle: Update to 1.1.2.jgart
* gnu/packages/vpn.scm (sshuttle): Update to 1.1.2. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-poetry-core. Change-Id: I353b8e1206d5d73bf94cb46e98ec7869fbd49fcb
2024-07-25gnu: Add drawterm-wayland.宋文武
* gnu/packages/plan9.scm (drawterm-wayland): New variable. Change-Id: Ice435f5a0d44df61974bf2e028fe364e98a89d80
2024-07-25gnu: drawterm: Update to 20240703-1.f11139d.宋文武
* gnu/packages/plan9.scm (drawterm): Update to 20240523-1.8391a9e. Change-Id: I9dfdc7fd934b71422bd62025259da83c26591ddb
2024-07-25gnu: zathura-pdf-poppler: Update to 0.3.2.宋文武
* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.3.2. [arguments]: Use G-Expressions. Pass "-Dplugindir=..." to configure-flags. Change-Id: Ib76c87267c342007ad8b26e5a9efbcd17a2f488b
2024-07-25gnu: zathura-pdf-mupdf: Update to 0.4.3.宋文武
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.4.3. Change-Id: Ib13b98b597516938caf17cf3470565b460367464
2024-07-25gnu: zathura: Update to 0.5.6.宋文武
* gnu/packages/patches/zathura-use-struct-initializers.patch: Remove patch. * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/pdf.scm (zathura): Update to 0.5.6. [source]: Remove patch. Change-Id: Ibe49294891f1adccfcfb6996674602535c8bd842
2024-07-25gnu: mupdf: Update to 1.24.7.宋文武
* gnu/packages/pdf.scm (mupdf): Update to 1.24.7. Change-Id: Ic325aeb43933bfdcbe779623c49805ce48bdb7e0
2024-07-25gnu: mujs: Update to 1.3.5.宋文武
* gnu/packages/javascript.scm (mujs): Update to 1.3.5. Change-Id: I15580d589cf3163ea669adfd93848ad893f0e124
2024-07-24gnu: borg: Update to 1.4.0.Leo Famulari
* gnu/packages/backup.scm (borg): Update to 1.4.0. [source]: Remove obsolete snippet components. [arguments]: Export a newly required environment variable in the 'set-env' phase. Adjust the custom 'install-doc' phase to install miscellaneous documentation into a directory named after the package name and version. Change-Id: I688bb4e6c67506226418b6b4a47595f2a10c10ae
2024-07-24gnu: xxHash: Update to 0.8.2.Leo Famulari
* gnu/packages/digest.scm (xxhash): Update to 0.8.2. [arguments]: Remove obsolete build phase 'fix-man-page-links'. Change-Id: I43b10dd18c70c21de8de50336dfef9f8125519f7
2024-07-24gnu: Add linux-libre-lts-arm64-generic.Efraim Flashner
* gnu/packages/linux.scm (linux-libre-lts-arm64-generic): New variable. Change-Id: I85b0c318850cf984ec9dbfc272278ba80eb39b30
2024-07-23graft: Only create directory when needed.Efraim Flashner
* guix/build/graft.scm (rewrite-directory)[rewrite-leaf]: Only create the parent directories when they don't already exist. Change-Id: I802aac4d6090ed07effddde3eb3195f64aca31d3
2024-07-23graft: Perform grafts with guile-final.Efraim Flashner
* guix/build/graft.scm (rewrite-directory): Rewrite store directories in individual files sequentially. (exit-on-exception): Remove procedure. * guix/packages.scm (guile-for-grafts): Switch to guile-final. Change-Id: I50f7b23a3ceff8bb1495dc1f4bc772746147d924
2024-07-23graft: Remove work-around for old guile.Efraim Flashner
* guix/build/graft.scm (mkdir-p*): Remove function. (rewrite-directory): Switch from mkdir-p* to mkdir-p. Change-Id: Ib6a80648d271c19093c05af84acb967e069ccc19
2024-07-23scripts: hash: Handle repository with different VCS folders.Simon Tournier
Fixes <https://issues.guix.gnu.org/issue/65979>. * guix/hash.scm (%vcs-directories): New variable. (vcs-file?): Add optional argument for passing VCS kind of the file/repository. (file-hash*): Adjust accordingly. (vcs-file-predicate): New procedure and export it. * guix/scripts/hash.scm (guix-hash)[file-hash]: Use it. Change-Id: I8e286c3426ddefd664dc3a471d5a09e309824faa
2024-07-23ci: Catch error for unreachable channel with substitutes.Simon Tournier
* guix/ci.scm (channel-with-substitutes-available): Catch all error when running 'find-latest-commit-with-substitutes'. Move the warning when failing. Change-Id: I352e07f14417f77c7ebf0f40a01c6a2e58b15d78
2024-07-23gnu: keepassxc: Update to 2.7.9.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.9. Change-Id: Ifcdfa5b58e4d7407c270bfa715fb94019015c089
2024-07-23gnu: fet: Update to 6.22.2.Nicolas Goaziou
* gnu/packages/education.scm (fet): Update to 6.22.2. Change-Id: Iea767b46255680981b604607d839ab7ad509f706
2024-07-23gnu: mednafen: Improve package style.Nicolas Goaziou
* gnu/packages/emulators.scm (mednafen)[arguments]: Use G-expressions. [inputs]: Remove input labels. Change-Id: I8ec291faae92a19da880a65fab39d9a01b7ddda7
2024-07-23gnu: mednafen: Update to 1.32.1.Nicolas Goaziou
* gnu/packages/emulators.scm (mednafen): Update to 1.32.1. Change-Id: I62d75f0158fe958ea9d1e7750be6ef715c18fae0