aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2024-07-27gnu: lager: Update to 0.1.1.Liliana Marie Prikler
* gnu/packages/cpp.scm (lager): Update to 0.1.1. Change-Id: Ied19cc6d5371cee9d97aa4dfb21a78f6d1582f10
2024-07-27gnu: zug: Update to 0.1.1.Liliana Marie Prikler
* gnu/packages/cpp.scm (zug): Update to 0.1.1. Change-Id: I0e86256f986bab5d97081ddd9ef85375643a6997
2024-07-27gnu: Add python-clingox.Liliana Marie Prikler
* gnu/packages/potassco.scm (python-clingox): New variable.
2024-07-27gnu: Add python-asprin.Liliana Marie Prikler
* gnu/packages/potassco.scm (python-asprin): New variable.
2024-07-26gnu: trealla: Update to 2.55.10.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.10. Change-Id: I2545a6d3ac5bf740c4ceb9e8bcd33d60707e67b9
2024-07-26gnu: trealla: Update to 2.55.9.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.9. Change-Id: I29b5500da8e6acc382397662d4c44cf1c6e1fdf9
2024-07-26gnu: trealla: Update to 2.55.8.jgart
* gnu/packages/prolog.scm (trealla): Update to 2.55.8. Change-Id: Ia938a79d35948d56a97a8933b312916f264c31b7
2024-07-26gnu: wfetch: Give the executable the expected name.Leo Famulari
Fixes a problem reported by bdju on #guix: https://logs.guix.gnu.org/guix/2024-07-26.log#221323 * gnu/packages/python-xyz.scm (wfetch)[arguments]: Rename the executable in the custom 'install' phase. Change-Id: I0e8dd41195ef716618b9dd5fd196f392a546272a
2024-07-26gnu: gtk: Fix build on aarch64.Timotej Lazar
* gnu/packages/gtk.scm (gtk)[arguments]<#:test-options>: Rename failing test suite to match upstream change on aarch64-linux. Change-Id: Ibdf03a94e71f72283a093cba6d5a328004defa5c Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26services: agate: Update options for compatibility with the current Agate ↵Rodion Goritskov
version. * gnu/services/web.scm (<agate-configuration>)[certs]: Add. [cert]: Remove. [key]: Remove. [hostname]: Change from string to list. [silent?]: Remove. [only-tls13?]: Add. [central-conf?]: Add. [ed25519?]: Add. [skip-port-check?]: Add. (agate-shepherd-service): Change handling of addr and hostname, add new options handling. * doc/guix.texi (Web Services): Update. Change-Id: Ifb4968d704627344913bb69f20636d710a4fe738 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26file-systems: Allow specifying CIFS credentials in a file.vicvbcun
As files in the store and /etc/fstab are world readable, specifying the password in the file-system record is suboptimal. To mitigate this, `mount.cifs' supports reading `username', `password' and `domain' options from a file named by the `credentials' or `cred' option. * gnu/build/file-systems.scm (mount-file-system): Read mount options from the file specified via the `credentials' or `cred' option if specified. Change-Id: I786c5da373fc26d45fe7a876c56a8c4854d18532 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-07-26home: Set 700 permissions on .gnupg with home-gpg-agent-serviceRichard Sent
* gnu/home/services/gnupg.scm (gpg-agent-activation): New variable. (home-gpg-agent-service-type) [extensions]: Extend home-activation-service-type. Change-Id: If3365c6cade2b03ee53a466ce1d63a5cdf654d6c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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