summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-20syscalls: ‘processes’ really omits kernel threads.Ludovic Courtès
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
2024-02-20gnu: alsa-scarlett-gui: Wrap with GSETTINGS_SCHEMA_DIR.Robby Zambito
* gnu/packages/music.scm (alsa-scarlett-gui)[arguments]: Wrap with GSETTINGS_SCHEMA_DIR. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-20doc: Augment ‘whoogle-service-type’ intro.Ludovic Courtès
* doc/guix.texi (Whoogle Search): Enrich a bit. Change-Id: Ib7e1da1c0709167d02c43ab991f3ae34fbc09c84
2024-02-20services: Add whoogle-service-type.Miguel Ángel Moreno
* 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>
2024-02-20gnu: Add r-cetcolor.Ricardo Wurmus
* gnu/packages/cran.scm (r-cetcolor): New variable. Change-Id: I8af11a4449229d736fba05c5d6af5c096aa7a11a
2024-02-20import/cran: Use downstream name when using specifications.Ricardo Wurmus
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
2024-02-20gnu: python-pyega3: Define as deprecated alias for python-ega-download-client.Ricardo Wurmus
* 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
2024-02-20gnu: python-ega-download-client: Disable some tests.nafkhamdc
* gnu/packages/bioinformatics.scm (python-ega-download-client)[arguments]: Disable tests that fail on big machines; use "--ignore" where appropriate. Change-Id: I010c3a0e7cb69184b72e8b13bad04ff2fd364f5a
2024-02-20gnu: Add sugar-physics-activity.Ricardo Wurmus
* gnu/packages/sugar.scm (sugar-physics-activity): New variable. Change-Id: Ic6b3da1a5ffe0ae177fa6b502d4ab34e84bbf082
2024-02-20gnu: python-pygame: Update to 2.5.2.Ricardo Wurmus
* gnu/packages/game-development.scm (python-pygame): Update to 2.5.2. Change-Id: I8fc18627b16ff7e7aeeb84fdb2fdb82593e6ddb7
2024-02-19gnu: labwc: Update to 0.7.0.Ahmad Draidi
* gnu/packages/wm.scm (labwc): Update to 0.7.0. Change-Id: I35f7faf2ba3975481780b49d0dcdef6f39af46bc Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
2024-02-19gnu: Update wlroots to 0.17.1.Ahmad Draidi
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>
2024-02-19gnu: chezmoi: Update to 1.8.10.Sharlatan Hellseher
* 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
2024-02-19gnu: chezmoi: Sort inputs alphabetically.Sharlatan Hellseher
* gnu/packages/configuration-management.scm (chezmoi) [native-inputs]: Sort alphabetically to ease maintenance. Change-Id: I22b82ce7163db696c4d9e8484fbe72da086a4139
2024-02-19gnu: Add go-github-com-google-go-github-v33.Sharlatan Hellseher
* gnu/packages/golang-web.scm (go-github-com-google-go-github-v33): New variable. Change-Id: Ifafa71ea78b2b430f5f907912038bb03333126cf
2024-02-19gnu: Add go-github-com-bmatcuk-doublestar-v2.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-bmatcuk-doublestar-v2): New variable. Change-Id: I56d5588a1741a8e6c86320ec07bc86805f34fc91
2024-02-19gnu: go-github-go-git: Adjust imports.Sharlatan Hellseher
* 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
2024-02-19gnu: go-github-go-git: Remove labels.Sharlatan Hellseher
* gnu/packages/version-control.scm (go-github-go-git) [native-inputs]: Remove labels. Change-Id: Icf5eb3902a520e8f1306d72c7cbc533ff45d8cf4
2024-02-19gnu: ghq: Fix build.Sharlatan Hellseher
Fix build as seen in <https://ci.guix.gnu.org/build/3490264/details>. * gnu/packages/version-control.scm (ghq): Use G-expressions. [arguments] <#:go>: Use go-1.21. <#:phases>: Remove trailing #t from lambda. Change-Id: Ifb1e133a2570dcd04212ef43b46c8b41c3507c88
2024-02-19gnu: ghq: Remove package labels.Sharlatan Hellseher
* gnu/packages/version-control.scm (ghq): Remove labels. Change-Id: Icc4b951bac4a1187c5d83a8309753d1dd842273a
2024-02-19gnu: go-github-com-songmu-gitconfig: Fix build.Sharlatan Hellseher
As seen in <https://ci.guix.gnu.org/build/3490304/log/raw>. * gnu/packages/golang-xyz.scm go-github-com-songmu-gitconfig: Update style. [arguments] <#:go>: Use go-1.21. Change-Id: Iea7a32b51d4bd74e99c52938307c11177ae79199
2024-02-19gnu: go-github-com-songmu-gitconfig: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-songmu-gitconfig): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/version-control.scm: Add (gnu packages golang-xyx) module. Change-Id: Ibab2595d981d46096501bb8ab495e899d2aacf7d
2024-02-19gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0.Sharlatan Hellseher
* gnu/packages/golang-check.scm (go-github-com-alecthomas-assert-v2): Update to 2.5.0. Change-Id: Ie0a1ad0488b499092437ce56f9df83d90d1be1e9
2024-02-19gnu: go-github-com-alecthomas-assert: Depricate package.Sharlatan Hellseher
The package go-github-com-alecthomas-assert is succeeded by go-github-com-alecthomas-assert-v2 not in use by any others and failed to build, see <https://ci.guix.gnu.org/build/3490314/log/raw>. * gnu/packages/golang-check.scm (go-github-com-alecthomas-assert): Remove variable. Change-Id: Ia3f7b039c4de9b1b2956f0bfc2629d791aa9cf5a
2024-02-19gnu: Add go-github-com-alecthomas-chroma-v2.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma-v2): New variable. Change-Id: I883a1ca1a84fd35cf0d7fe946fd1caedafae3842
2024-02-19gnu: go-github-com-alecthomas-chroma: Remove bundled files.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma) [source]: Remove git submodules and generated files. Change-Id: Idafee9723b837495084aa0cd2fb454a953ff6233
2024-02-19gnu: go-github-com-alecthomas-chroma: Update to 0.10.0.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-chroma): Update to 0.10.0. [native-inputs]: Remove go-github-com-alecthomas-assert, go-github-com-alecthomas-colour, go-github-com-alecthomas-repr, go-github-com-mattn-go-isatty, and go-github-com-sergi-go-diff; add go-github-com-stretchr-testify. Change-Id: I9d72bbdeb97a3c94545ff08d356c5e568fe173c6
2024-02-19gnu: go-github-com-alecthomas-chroma: Move to golang-xyz.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-alecthomas-chroma): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. * gnu/packages/configuration-management.scm: Add (gnu packages golang-xyz) module. Change-Id: I0f5f7068f530b282f3636678e9edc4fad6c8c94a
2024-02-19gnu: Add go-github-com-dustin-gojson.Artyom V. Poptsov
* gnu/packages/golang.scm (go-github-com-dustin-gojson): New variable. Change-Id: Ifc3df4e7a2cdf21bf0725a848123930d61d048e3 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: Add go-github-com-benbjohnson-clock.Artyom V. Poptsov
* gnu/packages/golang-xyz.scm (go-github-com-benbjohnson-clock): New variable. Change-Id: Ifcb3254e07388a6c7b4a7f9ee5dff4f3b4d25ee8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: Add go-github-com-golang-jwt-jwt-v5.Sharlatan Hellseher
* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v5): New variable. Change-Id: Ic4dae5e59495c5316586034c5ddbd5bcb70cdf95
2024-02-19gnu: Add go-github-com-golang-jwt-jwt-v4.Troy Figiel
* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v4): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: If96f032f404c4aaf80c7bd8a3e231336a8c6dbfb
2024-02-19gnu: Add go-github-com-coocood-freecache.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-coocood-freecache): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: Add go-pixelmatch.Sharlatan Hellseher
* gnu/packages/golang-xyz.scm (go-pixelmatch): New variable. Change-Id: Iaf1480d7ee938605644e27345c2e7a2b6cf8b9e0
2024-02-19gnu: Add go-github-com-orisano-pixelmatch.Troy Figiel
* gnu/packages/golang-xyz.scm (go-github-com-orisano-pixelmatch): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-golang-org-x-net-html: Add missing input.Troy Figiel
* gnu/packages/golang-build.scm (go-golang-org-x-net-html): Add missing input. [propagated-inputs]: Add go-golang-org-x-text. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-valyala-fasthttp: Add missing input.Troy Figiel
* gnu/packages/golang-web.scm (go-github-com-valyala-fasthttp): Add missing input. [propagated-inputs]: Add go-golang-org-x-text. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-coreos-go-semver: Update to 0.3.1.Sharlatan Hellseher
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Update to 0.3.1. Change-Id: I1b43d705c587c5a6030b96ce4419d58d8513b1cb
2024-02-19gnu: go-github-com-coreos-go-semver: Add missing input.Troy Figiel
* gnu/packages/golang.scm (go-github-com-coreos-go-semver): Add missing input. [propagated-inputs]: Add go-gopkg-in-yaml-v2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I0ba64084dcd939ee4a95f4629351f7ac9a49a8cb
2024-02-19gnu: go-github-com-schollz-progressbar-v3: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-schollz-progressbar-v3): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: Ib1aa91160a8e94624d484654572da1b89305e076
2024-02-19gnu: go-github-com-mesilliac-pulse-simple: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-mesilliac-pulse-simple): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-mattn-go-colorable: Add missing input.Troy Figiel
* gnu/packages/golang.scm (go-github-com-mattn-go-colorable): Add missing input. [native-inputs]: Move go-github-com-mattn-go-isatty from here ... [propagated-inputs]: ... to here. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-charmbracelet-harmonica: Remove examples.Troy Figiel
* gnu/packages/golang.scm (go-github-com-charmbracelet-harmonica): Remove examples. [arguments] <#:phases>: Add remove-examples phase. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2024-02-19gnu: go-github-com-goccy-go-json: Revert source snippetSharlatan Hellseher
Reported by Hilton Chain <hako@ultrarare.space> in <https://issues.guix.gnu.org/64916>. Introduced in commit d86c93c9cbe5. * gnu/packages/golang-web.scm (go-github-com-goccy-go-json) [source]: Add snippet deleting benchmarks files. Change-Id: I86d878bd9cd5a24fb71c1cbbd698527a40e84f05
2024-02-19gnu: Add ghc-7.0.Efraim Flashner
* gnu/packages/haskell.scm (ghc-7.0): New variable. Change-Id: I6b05c5fa87dca1d9fbea6b782b64e3d005d76c1c
2024-02-19gnu: perl-5.6: Build with a newer gcc.Efraim Flashner
* gnu/packages/perl.scm (perl-5.6)[arguments]: Adjust custom 'configure script to force using the C90 standard when compiling C code. [native-inputs]: Remove gcc-5. Change-Id: Ica3f810c3a4ef662055294f61b6b5bd19fe84f20
2024-02-19home: symlink-manager: Allow busy device skip.Nicolas Graves
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Allow busy device skip. Change-Id: Iff91c8a30309d25c02a8311d8d5ddbf54e90f5ad Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19system: Omit “root=” kernel argument when root device is “none”.Nicolas Graves
* gnu/system.scm (bootable-kernel-arguments): Fallback to tmpfs if root is "none". Change-Id: I35a656e71169dc786e5256d98a3c04c65043086d Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19services: activation: Ensure /run existence.Nicolas Graves
* gnu/build/activation.scm (activation-script): Ensure /var/run existence. * gnu/build/install.scm (evaluate-populate-directive) [directives]: Remove directory /run. Change-Id: I19ca8e7605c0cff598ab89077a94e20390ba27b0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2024-02-19services: activation: Ensure /var/run existence.Nicolas Graves
* gnu/services.scm (activation-script): Ensure /var/run existence. * gnu/build/install.scm (evaluate-populate-directive) [directives]: Remove directory /var/run. Change-Id: I5fb93d33b6b1f045f1e5ba206b9b0b74b5184260 Signed-off-by: Ludovic Courtès <ludo@gnu.org>