summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* tests: childhurd: Increase SSH connection timeout.Ludovic Courtès2024-01-081-1/+2
| | | | | | | * gnu/tests/virtualization.scm (run-childhurd-test)[run-command-over-ssh]: Pass #:timeout. Change-Id: I44bb3673457275fe3a8ec0af2e364292727f53a8
* services: openssh: Add dependency on ‘networking’.Ludovic Courtès2024-01-081-2/+5
| | | | | | | * gnu/services/ssh.scm (openssh-shepherd-service): Add ‘networking’ to ‘requirement’. Change-Id: I14c48fe40cce86810a544de6bb7f925bc360653a
* gnu: guile-fibers: Apply upstream patch fixing libevent timers.Ludovic Courtès2024-01-083-3/+66
| | | | | | | | * gnu/packages/patches/guile-fibers-libevent-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/guile-xyz.scm (guile-fibers)[source]: Use it. Change-Id: I872ffe5b193087234d29eed399d6db518c5af4d5
* scripts: system: Build layered images.Oleg Pykhalov2024-01-082-13/+32
| | | | | | | | | | | * guix/scripts/system.scm (show-help, %docker-format-options, %options, %default-options, show-docker-format-options, show-docker-format-options/detailed, process-action): Handle '--max-layers' option. * gnu/system/image.scm (system-docker-image): Same. * gnu/image.scm (<image>)[max-layers]: New record field. Change-Id: I2726655aefd6688b976057fd5a38e9972ebfc292
* tests: docker-system: Increase image size.Oleg Pykhalov2024-01-081-1/+1
| | | | | | | * gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase 'disk-image-size'. Change-Id: If88588d8981efdfdc539460900f1cbb9a663f9cb
* Merge branch 'mesa-updates'John Kehayias2024-01-085-29/+40
|\ | | | | | | Change-Id: I671d2733eac4c021eed191fc6bb61ea5492c3740
| * Merge branch 'master' into mesa-updatesJohn Kehayias2024-01-0753-948/+1955
| |\ | | | | | | | | | Change-Id: I0b92a95109688a1a4c50572bc25a4e5676e0921e
| * \ Merge branch 'master' into mesa-updatesJohn Kehayias2024-01-0459-3699/+6130
| |\ \ | | | | | | | | | | | | Change-Id: I46ca25bea98d25150877421c6d5161752afabb25
| * | | gnu: mesa: Update to 23.3.2.John Kehayias2023-12-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 23.3.2. Change-Id: Ic348c48f4045e8766646a5fe62209619a0247059
| * | | Merge branch 'master' into mesa-updatesJohn Kehayias2023-12-2874-1366/+2161
| |\ \ \ | | | | | | | | | | | | | | | Change-Id: I16539f64df739453a83f8dfd962e04910a7d7ff5
| * | | | gnu: curl: Fix test suite on arm platforms.Efraim Flashner2023-12-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/curl.scm (curl)[arguments]: Adjust the flags in the custom 'check phase to skip a test instead of ignoring the test result. Change-Id: Ib2098137b04766988507d2f86832871150cd0af7
| * | | | Merge branch 'master' into mesa-updatesJohn Kehayias2023-12-2142-300/+1181
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Change-Id: Icf1dd47b3e0780d16887014bdacb0dbc891bfec5
| * | | | | gnu: mesa: Enable zink support.John Kehayias2023-12-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[arguments]: Add zink to gallium-drivers in configure-flags. Change-Id: I1fc7e38a8307b589a7c48bc0b923fccd9ffcd8b8
| * | | | | gnu: gtk: Skip failing test.John Kehayias2023-12-181-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The 'gtk:tools / validate' test started failing for unknown reasons after updating mesa to 23.3.1 and xorgproto to 2023.2. Skip for now. * gnu/packages/gtk.scm (gtk)[arguments]{phases}: Skip the 'gtk:tools / validate' test using the 'patch' phase. Change-Id: I7d0a459c0cbbb979f4589f929eb637f00f642225
| * | | | | gnu: mesa: Update to 23.3.1.John Kehayias2023-12-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 23.3.1. Change-Id: Idf4393b4fa5b7df7a78bd88d7591385023460b5b
| * | | | | gnu: curl: Update to 8.5.0 [security fixes].John Kehayias2023-12-172-16/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2023-46218 and CVE-2023-46219. See <https://curl.se/docs/CVE-2023-46218.html> and <https://curl.se/docs/CVE-2023-46219.html> respectively. * gnu/packages/curl.scm (curl): Update to 8.5.0. * gnu/packages/patches/curl-use-ssl-cert-env.patch: Update patch. Change-Id: Iaa6aa5de0f45576dc06bf5eca1eec502e5c83332
| * | | | | gnu: xorg-server-xwayland: Update to 23.2.3 [security fixes].Kaelyn Takata2023-12-171-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2023-5367 and CVE-2023-5380. See the X.Org security advisory <https://lists.x.org/archives/xorg-announce/2023-October/003430.html> for more information. Also fixes CVE-2023-6377 and CVE-2023-6478. See the X.Org security advisory <https://lists.x.org/archives/xorg-announce/2023-December/003435.html> for more information. * gnu/packages/xorg.scm (xorg-server-xwayland): Update to 23.2.3. [inputs]: Add libxcvt. [properties]: Set upstream-name. Change-Id: I05427b1d93d07a4210466f290621c1ca5effb4af Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| * | | | | gnu: xorgproto: Update to 2023.2.Kaelyn Takata2023-12-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xorg.scm (xorgproto): Update to 2023.2. Change-Id: Ie0e4712e4ec3fe9620d160bedcfe74452fa6ae5d Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* | | | | | gnu: obs: Fix VLC plugin.Oleg Pykhalov2024-01-081-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (obs)[arguments]<#:phases>: Wrap LD_LIBRARY_PATH. Change-Id: If22b5294284ea500da0e6d9ee4d4bbcc765c6771
* | | | | | gnu: json-glib: Fix cross-compiling.Efraim Flashner2024-01-081-7/+10
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (json-glib)[native-inputs]: Only add more inputs when not cross-compiling. Change-Id: I987f382f02d9f7b79b6e281d1f6f6824c1b2dfd3
* | | | | gnu: fet: Update to 6.15.0.Nicolas Goaziou2024-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/education.scm (fet): Update to 6.15.0. Change-Id: Iec5ed880fd09dcc63e1650ceffc0f072c1236190
* | | | | Revert "gnu: mesa: Build asahi driver on aarch64."Mathieu Othacehe2024-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit cd9c90823452fa7b88c5e2f2133dac51d9e2bd1e. Move it to mesa-updates.
* | | | | gnu: swig-next: Update to 4.2.0Andy Tai2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/swig.scm (swig-next): Update to 4.2.0 Change-Id: Ic6580f0d2c3ab578de6bc0bd9a98c61b28cc1cd6 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: parallel: Update to 20231222Andy Tai2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/parallel.scm (parallel): Update to 20231222 Change-Id: I4a32d93e7d7d5e79280d8d804701bb4a7ed57bb9 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: mesa: Build asahi driver on aarch64.Roman Scherer2024-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Build asahi driver on aarch64. Change-Id: I597e70732b9ebd18960131f1b664b2dc83683b8e Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: icewm: Update to 3.4.5Andy Tai2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/wm.scm (icewm): Update to 3.4.5 Change-Id: Ibf30644fbc01dd89378f41f978201e84e0ca39ad Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: dtc: Update to 1.7.0.Mathieu Othacehe2024-01-073-20/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable the python bindings and switch to the meson build system that handles the python bindings better than the Makefile build system here. * gnu/packages/patches/dtc-meson-cell-overflow.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (dtc): Update to 1.7.0. [build-system]: Switch to the meson-build-system. [arguments]: Remove #:make-flags. Add a new 'preparations phase. Do not edit the Makefile in the 'patch-pkg-config phase. Remove the 'configure phase. Change-Id: Ie61c920829ab3a8c32f4924c694dba6bda807711 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: Add font-cardo.Hilton Chain2024-01-071-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fonts.scm (font-cardo): New variable. Change-Id: I60edadc74c33690bb14dff209979a57f22dd5277 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: font-sarasa-gothic: Update to 1.0.3.Hilton Chain2024-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/fonts.scm (font-sarasa-gothic): Update to 1.0.3. [source]: Update the URI. Change-Id: I227632d725fb341199c738a5aa6ac17e7ea635cb Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: txt2tags: Update to 3.9.kiasoc52024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/textutils.scm (txt2tags): Update to 3.9. Change-Id: Ia825f5807c87941504feffdb317594f5b1fa62ef Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: s7: Update to 618de30.Andy Tai2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/lisp.scm (s7): Update to commit 618de30. Change-Id: I34d92b77a4e8de84f18de0ce7af984928e338282 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: Add guile-yamlpp.Georgios Athanasiou2024-01-071-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-yamlpp): New variable. Change-Id: I54694eeea17e414df4d7778a2e119f3f995c20e4 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: Add laszip.Mattia Bunel2024-01-071-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/geo.scm (laszip): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Change-Id: I8baf25f1d51c9ac90bcea4a1e9a564e21e0a9ee6
* | | | | gnu: ovmf: Update to 202311.Tomas Volf2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/firmware.scm (ovmf): Update to 202311. Change-Id: I32b6d7587b37211b0de6a118024cb4f854ce112d Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: cgit: Update to 1.2.3-793c420.Tomas Volf2024-01-071-108/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/version-control.scm (cgit): Update to 793c420897e18eb3474c751d54cf4e0983f85433. [inputs]: Update git to 2.43.0. Change-Id: I3441e9e2837d22ae208f5cccc53d815cc3e0f042 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | | | | gnu: mkvtoolnix: Remove input labels and use gexps.Ludovic Courtès2024-01-071-74/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (mkvtoolnix)[native-inputs]: Remove labels. [arguments]: Use gexps and ‘this-package-input’ & co. Change-Id: I12b6638cd78c8c957ac9856c0e19025f4941847e
* | | | | gnu: mkvtoolnix: Update to 80.0.Antoine Côté2024-01-071-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (mkvtoolnix): Update to 80.0. [inputs]: Add GMP and QTSVG. Replace QT*-5 by their non-suffixed variant. [native-inputs]: Likewise, and change to RUBY-3.2. Change-Id: If01ce578c9f9ac50e1c99e96c110687e8872177c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: libmatroska: Update to 1.7.1.Antoine Côté2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/video.scm (libmatroska): Update to 1.7.1. Change-Id: Ia2c943743636f0a01b1446be871b6dcd663ad0d3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: Add emacs-adwaita-dark-themeTristan Cottam2024-01-071-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-adwaita-dark-theme): New variable. Change-Id: Id6e6d0d6aa27e7c1cc6ec0fc11c3a5f09231d751 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: python-uqbar: Update to 0.5.9.Troy Figiel2024-01-073-9/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/graphviz.scm (python-uqbar): Update to 0.5.9. [source]: Add patch for Python 3.10 compatibility. [arguments]: Remove outdated patch phase. Change-Id: I81d83efd69bd07fe12790981c48a6e82297908f0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: Add emacs-color-identifiers-mode.Rostislav Svoboda2024-01-071-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-color-identifiers-mode): New variable. Change-Id: I1243d468f0ebb39715438fb814d0691dac785515 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: go-golang-org-x-sys: Update to 0.8.0.Artyom V. Poptsov2024-01-072-66/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/golang.scm (go-golang-org-x-sys): Update to 0.8.0. (go-golang-org-x-sys-0.8): Remove. (go-github-com-quic-go-quic-go, go-github-com-quic-go-qtls-go1-20): Use the new version of "go-golang-org-x-sys". * gnu/packages/networking.scm (yggdrasil): Use the new version of "go-golang-org-x-sys". [propagated-inputs]: Don't rewrite inputs; add "go-golang-org-x-sys". Change-Id: I969dd402427e345550038918f6de607413c44a61 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: valgrind: Update to 3.22.0.Greg Hogan2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/valgrind.scm (valgrind): Update to 3.22.0. Change-Id: I336c4208d0a15e54ea8ae0238b898b8a909eea62 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | | | | gnu: shepherd: Update to 0.10.3.Ludovic Courtès2024-01-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (shepherd-0.10): Update to 0.10.3. Change-Id: I6b14a41c22a18bcf0c5bd380d7f118276d0f761c
* | | | | gnu: taisei: Update to 1.4.gemmaro2024-01-071-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (taisei): Update to 1.4. [inputs]: Add zstd:lib. [native-inputs]: Add python-zstd. Change-Id: Ic83c4b9f77affe7782b62812be86f3c376c7ef28 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | gnu: taisei: Use new package style.gemmaro2024-01-071-15/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (taisei)[arguments]: Convert to list of G-Expressions. [license]: Reformat with guix style. Change-Id: I717a7e408f5ae274c5aafa0f3e20bb7bca377b3a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | gnu: Add redeal.Nicolas Goaziou2024-01-071-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (redeal): New variable. Change-Id: I89c000c7afdd594af3555bf23b0f028f99219ec3 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | gnu: dds: Update to 2.9.0-1.d2bc4c2.Nicolas Goaziou2024-01-071-61/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/game-development.scm (dds): Update to 2.9.0-1.d2bc4c2. Change-Id: I3c6db4e81d70112f020f2d7a0f7db26069c7591f Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | gnu: Add morris.Wilko Meyer2024-01-071-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/games.scm (morris): New variable. Change-Id: I35158d1f5cfd5f7267dcb8295d8102e2dd3f575c Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* | | | | plan9port: Update to 0.1.0-1.f8681ac.宋文武2024-01-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/plan9.scm (plan9port): Update to 0.1.0-1.f8681ac. Change-Id: I35eb40eb4213478db48989d8ed2c5865e7ce7afc