aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: Refine wording of binary installation introductory text.Maxim Cournoyer2024-02-21
| | | | | | | | * doc/guix.texi (Binary Installation): Mention the requirement to use a Hurd or Linux kernel for the binary installation. Suggested-by: Matt <matt@excalamus.com> Change-Id: Ibc0552f59be4fdaaf8d44a5222e6feb925d3f06f
* gnu: mold: Update to 2.4.0.Maxim Cournoyer2024-02-21
| | | | | | | | * gnu/packages/mold.scm (mold): Update to 2.4.0. [source]: Streamline snippet. [inputs]: Remove unused openssl input. Change-Id: Iba4e7c1053459c5e765eb7089428149b49151e29
* gnu: Add r-options.Ricardo Wurmus2024-02-21
| | | | | | * gnu/packages/cran.scm (r-options): New variable. Change-Id: I5e005bc8933796b0e5a6028dec2678fd74cc425d
* tests: install: Fix encrypted-root-not-boot-os test.Oleg Pykhalov2024-02-21
| | | | | | | | | Fix build failure caused by lack of free disk space. * gnu/tests/install.scm (%test-encrypted-root-not-boot-os): Increase the root partition to 1600 MiB. Change-Id: I9f8378c37743ae8e59a72228b9e8bdbad93b4473
* gnu: jbr: Update to 17.0.10-b1211.2.Danny Milosavljevic2024-02-21
| | | | | | * gnu/packages/java.scm (jbr): Update to 17.0.10-b1211.2. Change-Id: If08dc1f7d0c00f6ca2d2ebfb7daeca35cf3f665c
* gnu: nyxt: Update to 3.11.3.Andre A. Gomes2024-02-21
| | | | | | * gnu/packages/web-browsers.scm (nyxt): Update to 3.11.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: emacs-ess: Update to 24.01.1.Ricardo Wurmus2024-02-21
| | | | | | | | * gnu/packages/statistics.scm (emacs-ess): Update to 24.01.1. [source]: Remove patch to fix r-help-mode test. [arguments]: Enable some tests; only run tests conditionally. Change-Id: Ib341eac2d2e57cda7b2534bf88b0dd762b56281a
* gnu: mullvadbrowser: Update to 13.0.10.Clément Lassieur2024-02-21
| | | | | | | | | * gnu/packages/tor-browsers.scm (%mullvadbrowser-build-date): Update to 20240213150358. (%mullvadbrowser-version): Update to 13.0.10. (%mullvadbrowser-firefox-version): Update to 115.8.0esr-13.0-1-build1. Change-Id: Ia3c444e893bf7c3299d2d091c6c6578be272a782
* gnu: linux-libre-documentation: Fix compilation.Tomas Volf2024-02-20
| | | | | | | | | | | | | | | | | | | | | | When compiling linux-libre-documentation@6.6.16, the compilation fails with following error message: ------ Exception occurred: File "/tmp/guix-build-linux-libre-documentation-6.6.16.drv-0/linux-6.6.16/Documentation/sphinx/kernel_feat.py", line 112, in run nodeList = self.nestedParse(out_lines, fname) UnboundLocalError: local variable 'fname' referenced before assignment ------ This is already fixed upstream[0], so this commit backports the change. 0: https://lore.kernel.org/all/20240206054907.066a0325@coco.lan/t/ * gnu/packages/linux.scm (linux-libre-documentation): Apply patch fixing compilation. Change-Id: Ic96f14aa25df09f38e029ca70d2647cbf37c2365 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: torbrowser: Update to 13.0.10.Clément Lassieur2024-02-21
| | | | | | | | | | * gnu/packages/tor-browsers.scm (%torbrowser-build-date): Update to 20240213172118. (%torbrowser-version): Update to 13.0.10. (%torbrowser-firefox-version): Update to 115.8.0esr-13.0-1-build1. (translation-tor-browser): Update to a50fa943d7428ebe6e4e6b09f175e098a97eec63. Change-Id: Idbb708d8bdd5e75bed1423c0748007864f96da0f
* gnu: ublock-origin: Update to 1.56.0.Clément Lassieur2024-02-21
| | | | | | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.56.0. (ublock-main-assets): Update to b15998fae22b2b9593794b6b46647385b9c101d4. (ublock-prod-assets): Update to 60fa7b4b33d5d257d9d0f1ee8db65c1e663f2d31. Change-Id: I46c7241328f36b19756263b84c95a57145c72a40
* gnu: ngtcp2: Update to 1.3.0.Tomas Volf2024-02-20
| | | | | | | | * gnu/packages/networking.scm (ngtcp2): Update to 1.3.0. [native-inputs]: Remove cunit. Change-Id: I5c1b411d4e7af0dc2bd33829b7c9ee1f2ac12a1e Signed-off-by: Jelle Licht <jlicht@fsfe.org>
* gnu: nghttp3: Update to 1.2.0.Tomas Volf2024-02-20
| | | | | | | | * gnu/packages/web.scm (nghttp3): Update to 1.2.0. [native-inputs]: Remove cunit. Change-Id: I802c0b7f11155afd8ce3b37a7fac2106fe61ccb4 Signed-off-by: Jelle Licht <jlicht@fsfe.org>
* gnu: alsa-scarlett-gui: Use ungexp.Ricardo Wurmus2024-02-20
| | | | | | | | | This is a follow-up to commit 5d81aa8613e7f9e348ccc9fd83c25d75a900ba37. * gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Use #$output and THIS-PACKAGE-INPUT instead of ASSOC-REF. Change-Id: If56af33e361a215c63c5e004b81d2d0e84a2dd56
* gnu: r-tam: Update to 4.2-21.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-tam): Update to 4.2-21. Change-Id: I4931defa8c43a5432fbfa93ed40234faa589fead
* gnu: r-imager: Update to 0.45.8.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-imager): Update to 0.45.8. Change-Id: I5c3e2852d8136e77eec9810414623558cd01b7d8
* gnu: r-ggforce: Update to 0.4.2.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-ggforce): Update to 0.4.2. Change-Id: I619d7f55d43b8b4320f5162602e1a00fd5df8d5e
* gnu: r-usethis: Update to 2.2.3.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-usethis): Update to 2.2.3. Change-Id: I69d069d6f068ac8a747d9d623b1c3e425046e730
* gnu: r-acdm: Update to 1.0.4.3.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-acdm): Update to 1.0.4.3. Change-Id: I6d22b039eea1f7947189fb141660901a75aa06b3
* gnu: r-circlize: Update to 0.4.16.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-circlize): Update to 0.4.16. Change-Id: Ic5f5f14c0b7abf8c20e06c127797c2cf02893bc8
* gnu: r-callr: Update to 3.7.5.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-callr): Update to 3.7.5. Change-Id: I0af56ae805e8a2fe7c0bd975bd25c65b136df249
* gnu: r-ggvenndiagram: Update to 1.5.2.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-ggvenndiagram): Update to 1.5.2. Change-Id: Id534fc82a43c3d88eaba708977626151d26385b4
* gnu: r-boot: Update to 1.3-29.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/statistics.scm (r-boot): Update to 1.3-29. Change-Id: Ia0e1c2da6c4cbae22466b4778309afaddf5a257b
* gnu: r-estimability: Update to 1.5.Ricardo Wurmus2024-02-20
| | | | | | | | * gnu/packages/statistics.scm (r-estimability): Update to 1.5. [native-inputs]: Add r-knitr. [description]: Use complete sentence. Change-Id: I9ed956ca7527a2316667813465bdb2bb47ebd516
* gnu: r-dt: Update to 0.32.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/statistics.scm (r-dt): Update to 0.32. Change-Id: I231ecc8a9606a8404f1bb5fccbcd5153d9cc7f7d
* gnu: linux-libre 6.7: Modify .conf files.Wilko Meyer2024-02-20
| | | | | | | | * gnu/packages/aux-files/linux-libre/6.7-arm.conf, gnu/packages/aux-files/linux-libre/6.7-arm64.conf: Add platform support. Change-Id: I90dee088ab11a31cb526b396d675e7bc22d67297 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.1: Update to 6.1.78.Wilko Meyer2024-02-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.78. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I1293b6494fa26f2c786d8cbabe6c855610eca499 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.6: Update to 6.6.17.Wilko Meyer2024-02-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.17. (linux-libre-6.6-pristine-source): Update hashes. Change-Id: I911c604ff188f80068ec49edaa8df5aab00439a7 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 6.7: Update to 6.7.5.Wilko Meyer2024-02-20
| | | | | | | | * gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.5. (linux-libre-6.7-pristine-source): Update hashes. Change-Id: I29490cd45a43a960b380a23cfb810494ea238691 Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: icecat: Update to 115.8.0-guix0-preview1 [security fixes].Mark H Weaver2024-02-20
| | | | | | | | | Includes fixes for CVE-2024-1546, CVE-2024-1547, CVE-2024-1548, CVE-2024-1549, CVE-2024-1550, CVE-2024-1551, CVE-2024-1552, and CVE-2024-1553. * gnu/packages/gnuzilla.scm (%icecat-base-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* gnu: Add rdfind.Tomás Ortín2024-02-20
| | | | | | | * gnu/packages/admin.scm (rdfind): New variable. Change-Id: Ie25bb6b8f5f9a3942eec8d9346da99d73e3bf1dd Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-libre-franklin.Nicolas Graves2024-02-20
| | | | | | | * gnu/packages/fonts.scm (font-libre-franklin): New variable. Change-Id: I4732b76b74be861d5c7b071a4f562373664e8282 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* syscalls: ‘processes’ really omits kernel threads.Ludovic Courtès2024-02-20
| | | | | | | | | | | | | | | | | Fixes a bug whereby ‘processes’ would include kernel threads, thereby leading the ‘stop’ method of ‘user-processes’ to wait indefinitely for a kernel thread. Code taken from the Shepherd. Fixes <https://issues.guix.gnu.org/68800>. * guix/build/syscalls.scm (kernel?): Remove. (linux-process-flags, linux-kernel-thread?, pseudo-process?): New procedures. (PF_KTHREAD): New variable. (processes): Use ‘pseudo-process?’ instead of ‘kernel?’. Reported-by: Tomas Volf <~@wolfsden.cz> Change-Id: I8c439cdaf868a8f899de7fe500ce8bf10e5fc290
* gnu: alsa-scarlett-gui: Wrap with GSETTINGS_SCHEMA_DIR.Robby Zambito2024-02-20
| | | | | | | * gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Wrap with GSETTINGS_SCHEMA_DIR. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Augment ‘whoogle-service-type’ intro.Ludovic Courtès2024-02-20
| | | | | | * doc/guix.texi (Whoogle Search): Enrich a bit. Change-Id: Ib7e1da1c0709167d02c43ab991f3ae34fbc09c84
* services: Add whoogle-service-type.Miguel Ángel Moreno2024-02-20
| | | | | | | * gnu/services/web.scm (whoogle-service-type): New variable. * doc/guix.texi (Web Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-cetcolor.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/cran.scm (r-cetcolor): New variable. Change-Id: I8af11a4449229d736fba05c5d6af5c096aa7a11a
* import/cran: Use downstream name when using specifications.Ricardo Wurmus2024-02-20
| | | | | | | | | | Reported by Alexander Blume at <https://github.com/BIMSBbioinfo/guix.install/issues/4>. * guix/import/cran.scm (format-inputs): Use UPSTREAM-INPUT-DOWNSTREAM-NAME when %INPUT-STYLE is set to 'SPECIFICATION. Change-Id: I2f0963af197896aafd613b253d8712e41a716e52
* gnu: python-pyega3: Define as deprecated alias for python-ega-download-client.Ricardo Wurmus2024-02-20
| | | | | | | | | * gnu/packages/bioinformatics.scm (python-pyega3): Define as deprecated alias for python-ega-download-client. (python-ega-download-client)[description]: Merge with contents from python-pyega3. Change-Id: Ic7f4d0cf49cedaca78035dca95b48d317307084d
* gnu: python-ega-download-client: Disable some tests.nafkhamdc2024-02-20
| | | | | | | * gnu/packages/bioinformatics.scm (python-ega-download-client)[arguments]: Disable tests that fail on big machines; use "--ignore" where appropriate. Change-Id: I010c3a0e7cb69184b72e8b13bad04ff2fd364f5a
* gnu: Add sugar-physics-activity.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/sugar.scm (sugar-physics-activity): New variable. Change-Id: Ic6b3da1a5ffe0ae177fa6b502d4ab34e84bbf082
* gnu: python-pygame: Update to 2.5.2.Ricardo Wurmus2024-02-20
| | | | | | * gnu/packages/game-development.scm (python-pygame): Update to 2.5.2. Change-Id: I8fc18627b16ff7e7aeeb84fdb2fdb82593e6ddb7
* gnu: labwc: Update to 0.7.0.Ahmad Draidi2024-02-19
| | | | | | | * gnu/packages/wm.scm (labwc): Update to 0.7.0. Change-Id: I35f7faf2ba3975481780b49d0dcdef6f39af46bc Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* gnu: Update wlroots to 0.17.1.Ahmad Draidi2024-02-19
| | | | | | | | | | | | | | | | | | | | | Keep the older version as wlroots-0.16 since a few packages break without it. * gnu/packages/wm.scm (wlroots): Update to 0.17.1. [source]: Add patch. [propagated-inputs]: Add libdisplay-info. * gnu/packages/patches/wlroots-hwdata-fallback.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/wm.scm (wlroots-0.16): New variable. * gnu/packages/wm.scm (cage)[inputs]: Replace wlroots with wlroots-0.16. * gnu/packages/wm.scm (fnott)[inputs]: Likewise. * gnu/packages/wm.scm (dwl)[inputs]: Likewise. * gnu/packages/wm.scm (sway)[inputs]: Likewise. * gnu/packages/wm.scm (cagebreak)[inputs]: Likewise. * gnu/packages/wm.scm (hikari)[inputs]: Likewise. * gnu/packages/wm.scm (river)[native-inputs]: Likewise. Change-Id: Ib3d3938d6486fb1674380811a6dc0a512c991ac7 Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
* gnu: chezmoi: Update to 1.8.10.Sharlatan Hellseher2024-02-19
| | | | | | | | | | | | * gnu/packages/configuration-management.scm (chezmoi): Update to 1.8.10. [arguments] <#:phases>: Add 'remove-failing-test-scripts phase, deleting testdata scripts requiring additional programs. [native-inputs]: Remove go-github-com-bmatcuk-doublestar and go-github-com-google-go-github; add go-github-com-bmatcuk-doublestar-v2, go-github-com-google-go-github-v33, and go-golang-org-x-term. Change-Id: Ia0b9b7e4dd00e99bc8150816c46b456cc272b25c
* gnu: chezmoi: Sort inputs alphabetically.Sharlatan Hellseher2024-02-19
| | | | | | | * gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Sort alphabetically to ease maintenance. Change-Id: I22b82ce7163db696c4d9e8484fbe72da086a4139
* gnu: Add go-github-com-google-go-github-v33.Sharlatan Hellseher2024-02-19
| | | | | | * gnu/packages/golang-web.scm (go-github-com-google-go-github-v33): New variable. Change-Id: Ifafa71ea78b2b430f5f907912038bb03333126cf
* gnu: Add go-github-com-bmatcuk-doublestar-v2.Sharlatan Hellseher2024-02-19
| | | | | | * gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v2): New variable. Change-Id: I56d5588a1741a8e6c86320ec07bc86805f34fc91
* gnu: go-github-go-git: Adjust imports.Sharlatan Hellseher2024-02-19
| | | | | | | | | | | | | | | * gnu/packages/version-control.scm (go-github-go-git) [native-inputs]: Move go-github-com-alcortesm-tgz, go-github-com-emirpasic-gods, go-github-com-go-git-gcfg, go-github-com-go-git-go-billy, go-github-com-go-git-go-git-fixtures, go-github-com-imdario-mergo, go-github-com-jbenet-go-context, go-github-com-kevinburke-ssh-config, go-github-com-mitchellh-go-homedir, go-github-com-sergi-go-diff, go-github-com-xanzy-ssh-agent, go-golang-org-x-crypto, go-golang-org-x-net, go-golang-org-x-text, go-gopkg-in-check-v1 and go-gopkg-in-warnings from here ... [propagated-inputs]: ... to here. Change-Id: I9c16fe28dcbbaf7c53e201625f56a04bceb21fcb
* gnu: go-github-go-git: Remove labels.Sharlatan Hellseher2024-02-19
| | | | | | | * gnu/packages/version-control.scm (go-github-go-git) [native-inputs]: Remove labels. Change-Id: Icf5eb3902a520e8f1306d72c7cbc533ff45d8cf4