summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: rust-indoc: Update to 1.0.7.Marius Bakke2022-08-27
| | | | * gnu/packages/crates-io.scm (rust-indoc-1): Update to 1.0.7.
* gnu: rust-widestring: Add 0.5.1.Marius Bakke2022-08-27
| | | | | * gnu/packages/crates-io.scm (rust-widestring-0.5): New variable. (rust-widestring-0.4): Inherit from it.
* gnu: rust-send-wrapper: Add 0.5.0.Marius Bakke2022-08-27
| | | | | * gnu/packages/crates-io.scm (rust-send-wrapper-0.5): New variable. (rust-send-wrapper-0.4): Inherit from it.
* gnu: rust-ouroboros: Add 0.15.2.Marius Bakke2022-08-27
| | | | | | | * gnu/packages/crates-io.scm (rust-ouroboros-macro-0.15): New variable. (rust-ouroboros-macro-0.14): Inherit from it. (rust-ouroboros-0.15): New variable. (rust-ouroboros-0.14): Inherit from it.
* gnu: rust-inventory: Add 0.2.3.Marius Bakke2022-08-27
| | | | | * gnu/packages/crates-io.scm (rust-inventory-0.2): New variable. (rust-inventory-0.1): Inherit from it.
* gnu: rust-ghost: Update to 0.1.6.Marius Bakke2022-08-27
| | | | * gnu/packages/crates-io.scm (rust-ghost-0.1): Update to 0.1.6.
* gnu: libreoffice: Add release-monitoring-url.Marius Bakke2022-08-27
| | | | * gnu/packages/libreoffice.scm (libreoffice)[properties]: New field.
* gnu: greetd-service-type: Add supplementary groups to greeter.muradm2022-08-26
| | | | | | | | | | | | | * gnu/services/base.scm (<greetd-configuration>) [greeter-supplementary-groups]: New field. (%greetd-accounts): Rename to... (greetd-accounts): ... this. Convert to a function that takes a config argument. Use greeter-supplementary-groups. (greetd-service-type): Adjust accordingly. * gnu/tests/desktop.scm (%minimal-services): Add test for greeter-supplementary-groups. * doc/guix.texi ("Base Services")[greetd-service-type]: Document greeter-supplementary-groups.
* gnu: seatd-service-type: Use seat group.muradm2022-08-26
| | | | | | | | | | | | | | | | * gnu/services/desktop.scm (seatd-group-sanitizer): New variable. (<seatd-configuration>)[user]: Removed field. [group]: Changed to "seat". Sanitize via seatd-group-sanitizer. (seatd-accounts): New variable. (seatd-environment): Adjust to <seatd-configuration> ABI. (seatd-service-type)[extensions]: Add account-service-type with seatd-accounts. * gnu/tests/desktop.scm (run-minimal-desktop-test): Check for correct ownership of $SEATD_SOCK. * doc/guix.texi ("Desktop Services")[seatd-service-type]: Mention that users may need to become members of the "seat" group. Update default value for group field. Add explanation on seatd.sock file. Remove dropped user field.
* gnu: emacs-geiser: Update to 0.26.Nicolas Goaziou2022-08-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.26.
* gnu: Add emacs-denote.jgart2022-08-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-denote): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-tmr.jgart2022-08-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-tmr): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-lemon.Zzull2022-08-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lemon): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-blight.Zzull2022-08-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-blight): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-eldev: Update to 1.2.1.Nicolas Goaziou2022-08-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.2.1.
* gnu: emacs-autothemer: Update to 0.2.9.Nicolas Goaziou2022-08-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-autothemer): Update to 0.2.9.
* gnu: obs: Update to 27.2.4.Andrew Tropin2022-08-26
| | | | | | | | | * gnu/packages/video.scm (obs): Update to 27.2.4. [arguments]: Migrate from TRUE/FALSE to ON/OFF. [inputs]: Add picuitls and libxkbcommon for successful build of new version, bash-minimal for satisfying guix lint, and luajit, python for scripting support. [native-inputs]: Add swig for scripting support.
* gnu: linux-libre 4.9: Update to 4.9.236.Leo Famulari2022-08-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.236. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.291.Leo Famulari2022-08-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.291. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.256.Leo Famulari2022-08-25
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.256. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.211.Leo Famulari2022-08-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.211. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.183.Leo Famulari2022-08-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.183. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.63.Leo Famulari2022-08-25
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.63. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
* gnu: Add emacs-pdb-capf.jgart2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pdb-capf): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: go-github-com-cespare-xxhash: Update to 2.1.2.Efraim Flashner2022-08-25
| | | | * gnu/packages/syncthing.scm (go-github-com-cespare-xxhash): Update to 2.1.2.
* gnu: go-github-com-cespare-xxhash: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/syncthing.scm (go-github-com-cespare-xxhash)[arguments]: Don't run the test suite when building with gccgo.
* gnu: emacs-pulsar: Update to 0.4.0.jgart2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-pulsar): Update to 0.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-vlf.jgart2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vlf): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-vertico-posframe.Pierre-Henry Fröhring2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-logos: Update to 0.4.0.jgart2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-logos): Update to 0.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-buffer-env.Morgan Smith2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-buffer-env): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-consult-bibtex: Fix license.Nicolas Goaziou2022-08-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[license]: Use GPL3+.
* gnu: Add emacs-super-save.Nicolas Graves2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-super-save): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-consult-yasnippet.Nicolas Graves2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult-yasnippet): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-consult-bibtex.Nicolas Graves2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult-bibtex): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-consult-lsp.jgart2022-08-25
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult-lsp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-better-defaults: Update source url.jgart2022-08-25
| | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-better-defaults): Update source url. [url]: Update url. [home-page]: Update url. Also fixes the 404 on this page: https://guix.gnu.org/packages/emacs-better-defaults-0.1.3/ Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: go-github-com-valyala-fasthttp: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/golang.scm (go-github-com-valyala-fasthttp)[arguments]: Don't run the test suite when building with gccgo.
* gnu: go-github-com-valyala-fasthttp: Update to 1.39.0.Efraim Flashner2022-08-25
| | | | * gnu/packages/golang.scm (go-github-com-valyala-fasthttp): Update to 1.39.0.
* gnu: go-github-com-sirupsen-logrus: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/golang.scm (go-github-com-sirupsen-logrus)[arguments]: Don't run the test suite when building with gccgo.
* gnu: go-github-com-sirupsen-logrus: Update to 1.9.0.Efraim Flashner2022-08-25
| | | | | * gnu/packages/golang.scm (go-github-com-sirupsen-logrus): Update to 1.9.0.
* gnu: go-github-com-stretchr-objx: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx)[arguments]: Don't run the test suite when building with gccgo.
* gnu: go-github-com-stretchr-objx: Update to 0.4.0.Efraim Flashner2022-08-25
| | | | * gnu/packages/golang.scm (go-github-com-stretchr-objx): Update to 0.4.0.
* gnu: go-gopkg-in-check-v1: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/golang.scm (go-gopkg-in-check-v1)[arguments]: Don't run the test suite when building with gccgo.
* gnu: go-github.com-smartystreets-assertions: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/check.scm (go-github.com-smartystreets-assertions): Don't run the test suite when building with gccgo.
* gnu: go-github.com-smartystreets-assertions: Update to 1.13.0.Efraim Flashner2022-08-25
| | | | | * gnu/packages/check.scm (go-github.com-smartystreets-assertions): Update to 1.13.0.
* gnu: python-natsort: Fix the test suite on slower machines.Efraim Flashner2022-08-25
| | | | | * gnu/packages/python-xyz.scm (python-natsort)[arguments]: Add custom phase to remove the time limit for some of the tests.
* gnu: python-natsort: Reflow description.Efraim Flashner2022-08-25
| | | | | * gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap description to normal columns.
* gnu: python-natsort: Honor the #:tests? flag.Efraim Flashner2022-08-25
| | | | | * gnu/packages/python-xyz.scm (python-natsort)[arguments]: Adjust the custom 'check phase to honor the #:tests? flag.
* gnu: go-github.com-jtolds-gls: Skip tests with gccgo.Efraim Flashner2022-08-25
| | | | | * gnu/packages/golang.scm (go-github.com-ktolds-gls)[arguments]: Don't run the test suite when building with gccgo.