summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-11-12gnu: Add llvm-16.Hilton Chain
* gnu/packages/llvm.scm (llvm-16): New variable. * gnu/packages/patches/clang-16.0-libc-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I27738152ca95aeeef8d8b7150fdf14825b6b0b4d
2023-11-12gnu: clang-runtime-from-llvm: Add phase for LLVM monorepo.Hilton Chain
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[arguments]<#:phases>: Change directory to "compiler-rt" for LLVM monorepo. (clang-runtime-15,clang-runtime-14): Adjust accordingly. Change-Id: I6a77c9d106439e4794b8531e2160e2c9ce63d86e
2023-11-12gnu: clang-runtime-from-llvm: Adjust inputs for version 15 or later.Hilton Chain
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[native-inputs]: Add gcc-12 when version >= 15. [inputs]: Add libffi when version >= 15. (clang-runtime-15)[native-inputs,inputs]: Remove fields. Change-Id: I4b385b937edbb7a2840b998b6dd3e31a17cb556f
2023-11-11gnu: emacs-helm-company: Improve package style.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm-company)[arguments]: Use G-expressions. [synopsis, description]: Use proper capitalization. Change-Id: I39f6c8accd31ae9cde94d3822e2be1d5a41fc6a6
2023-11-11gnu: emacs-helm-company: Update to 0.2.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm-company): Update to 0.2.7. Change-Id: I8501312580308c9ed016c5b7ebf2fe9f7964823d
2023-11-11gnu: emacs-irony-mode: Update to 1.6.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-irony-mode): Update to 1.6.1. Change-Id: I303b26b3f4891a6ef2a9f8c2d55456c7a555f06f
2023-11-11gnu: emacs-subed: Update to 1.2.7.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.2.7. Change-Id: Ib64097dceaf858d847a0b93da6d71baaf04fafe8
2023-11-11gnu: emacs-suneater-theme: Update to 2.4.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): Update to 2.4.0. Change-Id: I44b88f1956756e03fb1e4fee4c19ff37bf6e75c3
2023-11-11gnu: emacs-citar: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]<#:phases>: Remove VALIDATE-COMPILED-AUTOLOADS phase. Change-Id: I1bc26caf9b208fca1a33654d81d508f0a37375f9
2023-11-11guix: Properly compute progress bar width.Julien Lepiller
* guix/progress.scm (progress-reporter/bar): Take font width into account to compute progress bar width. * guix/git.scm (show-progress): Take font width into account to compute progress bar width. Change-Id: I946e447c1ea7c6eb4ff805400280f39e8f1a7c02
2023-11-11guix: syscalls: Add terminal-string-width.Julien Lepiller
* guix/build/syscalls.scm (terminal-width): New procedure. * tests/syscalls.scm: Add tests. Change-Id: I6c2caa9fbaffb1e8f4b8933103399be970d5a8f3
2023-11-11gnu: Remove m2-planet-1.9.0.Janneke Nieuwenhuizen
* gnu/packages/mes.scm (m2-planet-1.9.0): Remove. Change-Id: Ib23ff2eee63b5bf1a0b13968f871ad93fda4d537
2023-11-11gnu: mes: Update to 0.25.Janneke Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.25. [supported-systems]: Add aarch64-linux and riscv64-linux. [native-inputs]: For aarch64-linux, use arm-linux-gnueabihf compiler. Update to latest m2-planet (1.11.0). Change-Id: I8c4c46b1a0e30cdb4545186dfa93625a400bac0f
2023-11-11gnu: mescc-tools: Support riscv64-linux build.Janneke Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools) [arguments]: Update to gexps. Add patch-Kaem/test.sh phase to fix shebang for riscv64-linux/qemu build. Change-Id: Id61c04deb08138481f7290607488465710969e8d
2023-11-11build: minetest-build-system: Match name more strictly.Tristan Cottam
Some Minetest mods, such as the hitherto unpackaged minetest-ambience, have trailing garbage space (e.g. carriage returns) in their name line, that would otherwise end up as part of the mod's directory name. * guix/build/minetest-build-system.scm (name-regexp): Only match graphical characters in the name sub-match. Change-Id: I95f4c201724991a10efba5c859bfef99779ea495 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-11-11gnu: capypdf: Update to 0.6.0.Liliana Marie Prikler
* gnu/packages/pdf.scm (capypdf): Update to 0.6.0. Change-Id: I609a349fe5b6b30bb51fc413e85da00ebaedb5d3
2023-11-11gnu: emacs-evil-anzu: Update to 0.03-0.d1e98ee.Rostislav Svoboda
* gnu/packages/emacs-xyz.scm (emacs-evil-anzu): Update to 0.03-0.d1e98ee. [source, home-page]: Use “https://github.com/emacsorphanage/evil-anzu”. Change-Id: Iff78e22c6a3c0c90e1dc4c24700bfc9e499dd132 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-11-11gnu: lowdown: Update to 1.1.0.Skylar Chan
* gnu/packages/markup.scm (lowdown): Update to 1.1.0. [source]: Use upstream tarball and switch to url-fetch. [arguments]<phases>: Install with "make install install_libs". Change-Id: I2268c587be2fddb43fdf9ae957b6e5344e5f2984 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-11-11gnu: icewm: Update to 3.4.4Andy Tai
* gnu/packages/wm.scm (icewm): Update to 3.4.4 Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Change-Id: Ibb4c3567c003f59d2fa85140fdbab507d7efd77d
2023-11-10gnu: ublock-origin: Update to 1.53.2.Clément Lassieur
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.53.2. (ublock-main-assets): Update to d93605b8584df8cd47bcc91b3d932feecd9e3a2a. (ublock-prod-assets): Update to 1d3df32ef6672763f44b27a95fd5cb3b5770d5e2. Change-Id: Ifd853835137ad7be5a0322d6a8e438f23e7ecb09
2023-11-10gnu: sdrangel: Update to 7.17.0.Guillaume Le Vaillant
* gnu/packages/radio.scm (sdrangel): Update to 7.17.0. Change-Id: I1ecd6e79c9622cba9160ece0814cdc370dd045d7
2023-11-10gnu: multimon-ng: Update to 1.3.0.Guillaume Le Vaillant
* gnu/packages/radio.scm (multimon-ng): Update to 1.3.0. Change-Id: Ibd5136b36f7bc911e47c6b3d1a6f6addc00aed9c
2023-11-10gnu: rtl-sdr: Update to 2.0.1.Guillaume Le Vaillant
* gnu/packages/radio.scm (rtl-sdr): Update to 2.0.1. Change-Id: I6331ca544394ff413f123747f80c83efa7012515
2023-11-09gnu: josm: Update to 18822.Julien Lepiller
* gnu/packages/geo.scm (josm): Update to 18822. [inputs]: Use new json implementation. [arguments]: Use openjdk11 to prevent warning at startup. Change-Id: I393e0ed765d1d0da7870595d2eccefae17836eb9
2023-11-09gnu: Add java-parsson.Julien Lepiller
* gnu/packages/java.scm (java-parsson): New variable. Change-Id: Ie564924329e4e0a866e6ed5fe9135c841fb66ae8
2023-11-09gnu: Add java-jakarta-json.Julien Lepiller
* gnu/packages/java.scm (java-jakarta-json): New variable. Change-Id: I2c123710f9d31bf71e8fb86ff0d336b6fcfa9674
2023-11-09guix: ant: Optionally build with java modules.Julien Lepiller
Modules were introduced in Java 9 and are not supported by the default icedtea compiler, so this feature is disabled by default. * guix/build-system/ant.scm (ant-build): Add use-java-modules? parameter. * guix/build/ant-build-system.scm (default-build.xml) (configure): Use it. Change-Id: I3b99238e4cd262332fa5c818be1af5477c7374fd
2023-11-09gnu: openjdk9: Install default certificates.Julien Lepiller
* gnu/packages/java.scm (openjdk9)[arguments]: Add a phase to install certificates from nss-certs to the expected location. (openjdk10, openjdk11): Adapt to also install the certificates. Change-Id: I6ef626324386419e84a9c0eace5a278ca11c573c
2023-11-09gnu: cl-slynk: Update to 1.0.43-9.9c43bf6.Andre A. Gomes
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-9.9c43bf6. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Change-Id: I84ff141b7eefff470f72493d02f2cc24f02db7cf
2023-11-09gnu: emacs-sly: Update to 1.0.43-9.9c43bf6.Andre A. Gomes
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-9.9c43bf6. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-graph: Update to 0.10.2-2.c617de3.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-graph): Update to 0.10.2-2.c617de3. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: Ice484f098d52b93baebc9596f0f902b1b30ae797 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-trivial-backtrace: Update to 1.1.0-2.7f90b4a.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-trivial-backtrace): Update to 1.1.0-2.7f90b4a. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: Ibbc0a1707b71d1ba2851c52f5a5ad744ca25dc45 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-metabang-bind: Update to 0.8.0-2.0819642.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-metabang-bind): Update to 0.8.0-2.0819642. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I5fdde9e53e0b7e9cd585ebda85eebe3c29b1d841 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-metatilities-base: Update to 0.6.6-2.ef04337.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-metatilities-base): Update to 0.6.6-2.ef04337. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I98274d5dc74244406e2e25de8d83379bdb110b8f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-containers: Update to 0.12.1-4.781ebfe.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 0.12.1-4.781ebfe. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I7db432378aeb03cd3ac0336efc5607522aced06c Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-dynamic-classes: Update to 1.0.2-0.ebd7405.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-dynamic-classes): 1.0.2-0.ebd7405. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I29600432399b2440cfe81cbb04a029e09b5b98b0 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-mathstats: Update source URL.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-mathstats): [source]: Update URL as maintainer and owner of repository was changed. [home-page]: As above. Change-Id: Ib53afc5fac19e79837ff84e1f3b328c31027abbe Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-trivial-timeout: Enable tests.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Enable tests. Change-Id: I4428e06362a0569451a871faea2a92dd4c56ac3f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-trivial-timeout: Update to 0.1.5-2.e70d9b4.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-trivial-timeout): Update to 0.1.5-2.e70d9b4. [source]: Update URL as maintainer and owner of repository was changed. [home-page]: As above. Change-Id: Ia7251a2caed1347d4293975c2aefa8bea7c0dc7e Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-metacopy: Add ECL build.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (ecl-metacopy): New variable. Change-Id: I44dab70d3f37b2266aac511eade9282c43df8e00 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-metacopy: Update to 0.2.0-2.df7856f.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-metacopy): Update to 0.2.0-2.df7856f. [source]: Update URL as maintainer and owner of repository was changed. [home-page]: As above. Change-Id: I3c745dcc6355f98c9d11c908d010447dd8c6d295 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-markdown: Remove package labels.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-markdown)[inputs]: Remove package labels. Change-Id: I0ff5b8dab480d00904fa6345ab99e44d8e47de2b Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-markdown: Enable tests.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-cl-markdown): Enable tests. [source]: Update URL as maintainer and owner of repository was changed. [native-inputs]: Add sbcl-lift and sbcl-trivial-shell. (ecl-cl-markdown): Keep tests disabled. Change-Id: Ib27a650ca25d1e90c407411f61b3413443db1f15 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-markdown: Update to 0.10.6-0.3788802.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-markdown): Update to 0.10.6-0.3788802. Change-Id: I98b67f77db2f0abdf61af8b60255acb3b0297c78 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-lift: Update to 1.7.1-3.a794184.Sharlatan Hellseher
* gnu/packages/lisp-check.scm (sbcl-lift): Update to 1.7.1-3.a794184. [source]: Update URL as maintainer and owner of repository was changed. Change-Id: I068bbea25422c89810919499e96655cd9e5223ad Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: cl-trivial-shell: Patch shell path.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-trivial-shell): [source]: Update URL as maintainer and owner of repository was changed. [arguments]: Add 'fix-paths phase to patch location of the shell. Change-Id: Ib3ac95013d3cb5240eb0261ad53f484b14d8f76f Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-11-09gnu: emacs-bbdb: Add emacs-notmuch to inputs.Hilton Chain
This is a follow-up to commit 02f9a4150ad0925a836b2e7c0b2ccaf8c225e10a. * gnu/packages/emacs-xyz.scm (emacs-bbdb)[inputs]: Add emacs-notmuch. Change-Id: Ie151849033b2884dc8cdab15dee12375a31965e5
2023-11-09gnu: emacs-debbugs: Fix build.Hilton Chain
The current release already contains the changes. * gnu/packages/emacs-xyz.scm (emacs-debbugs)[source]: Remove patch. * gnu/packages/patches/emacs-debbugs-keep-patch-subject.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. Change-Id: Id51e6c9dec138721d288be28cd1c5e954d3228a9
2023-11-09gnu: guix: Update to a60ff46.Efraim Flashner
* gnu/packages/package-management.scm (guix): Update to a60ff46. Change-Id: Idf8b316253e83747bb8af648ae11a6dae5b8f73d
2023-11-09gnu: tor: Update to 0.4.8.8 [fixes TROVE-2023-004].André Batista
* gnu/packages/tor.scm (tor): Update to 0.4.8.8. Fixes TROVE-2023-004 which affects tor relays. See https://gitlab.torproject.org/tpo/core/tor/-/issues/40880 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>