| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gnu: Add rust-concolor-query-0.0.5.•••* gnu/packages/crates-io.scm (rust-concolor-query-0.0.5): New variable.
(rust-concolor-query-0.0.4): Inherit from above.
| Nicolas Goaziou | 2022-02-28 | 1 | -3/+16 |
* | gnu: Remove rust-concolor-query, rust-concolor-control.•••* gnu/packages/crates-io.scm (rust-concolor-query):
(rust-concolor-control): Remove variables.
These variables are duplicates of, respectively, rust-concolor-query-0.0.4 and rust-concolor-control-0.0.7.
| Nicolas Goaziou | 2022-02-28 | 1 | -51/+10 |
* | gnu: rust-tempfile-3: Update to 3.3.0.•••* gnu/packages/crates-io.scm (rust-tempfile-3): Update to 3.3.0.
| Nicolas Goaziou | 2022-02-28 | 1 | -3/+3 |
* | gnu: rust-redox-syscall-0.2: Update to 0.2.10.•••* gnu/packages/crates-io.scm (rust-redox-syscall-0.2): Update to 0.2.10.
| Nicolas Goaziou | 2022-02-28 | 1 | -2/+2 |
* | gnu: emacs-dtrt-indent: Update to 1.7.•••* gnu/packages/emacs-xyz.scm (emacs-dtrt-indent): Update to 1.7.
| Nicolas Goaziou | 2022-02-28 | 1 | -2/+2 |
* | gnu: emacs-cmake-font-lock: Use G-expressions.•••* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock)[arguments]<#:include>:
Use G-expressions.
| Nicolas Goaziou | 2022-02-28 | 1 | -1/+1 |
* | gnu: emacs-cmake-font-lock: Update to 0.1.12.•••* gnu/packages/emacs-xyz.scm (emacs-cmake-font-lock): Update to 0.1.12.
| Nicolas Goaziou | 2022-02-28 | 1 | -4/+5 |
* | gnu: emacs-ebdb: Update to 0.8.12.•••* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.12.
| Nicolas Goaziou | 2022-02-28 | 1 | -2/+2 |
* | gnu: emacs-tramp: Update to 2.5.2.2.•••* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.2.2.
| Nicolas Goaziou | 2022-02-28 | 1 | -2/+2 |
* | gnu: emacs-devdocs: Update to 0.4.•••* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.4.
| Nicolas Goaziou | 2022-02-28 | 1 | -2/+2 |
* | gnu: Add emacs-lsp-metals.•••* gnu/packages/emacs-xyz.scm (emacs-lsp-metals): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Stephen Webber | 2022-02-28 | 1 | -0/+22 |
* | gnu: freeciv: Update to 3.0.0.•••* gnu/packages/games.scm (freeciv): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Steve George | 2022-02-28 | 1 | -3/+3 |
* | gnu: maven: Use maven-slf4j-provider instead of slf4j-simple.•••Maven uses its own slf4j implementation, not the default one. The main
difference is the color on the output.
* gnu/packages/maven.scm (maven-wagon-http, maven-embedder, maven-compat)
(maven): Replace slf4j-simple with maven-slf4j-provider.
| Julien Lepiller | 2022-02-28 | 1 | -9/+8 |
* | gnu: Add maven-slf4j-provider.•••* gnu/packages/maven.scm (maven-slf4-provider): New variable.
| Julien Lepiller | 2022-02-28 | 1 | -0/+34 |
* | gnu: maven-compat: Install resources.•••* gnu/packages/maven.scm (maven-compat)[arguments]: Add copy-resources
phase.
| Julien Lepiller | 2022-02-28 | 1 | -0/+4 |
* | gnu: maven-embedder: Install resources.•••* gnu/packages/maven.scm (maven-embedder)[arguments]: Add copy-resources
phase.
| Julien Lepiller | 2022-02-28 | 1 | -1/+5 |
* | gnu: glibc-utf8-locales: Hide the package.•••This package has a long history of confusing users, due to containing only a
small, arbitrary subset of UTF-8 locales.
* gnu/packages/base.scm (glibc-utf8-locales): Define as a hidden package.
* doc/guix.texi (Application Setup): Do not mention glibc-utf8-locales.
Instead, provide an example for defining a custom locales package.
| Maxim Cournoyer | 2022-02-27 | 2 | -3/+20 |
* | gnu: OpenSSH: Update to 8.9p1.•••* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
| Leo Famulari | 2022-02-27 | 1 | -2/+2 |
* | gnu: Add python-types-ujson.•••* gnu/packages/python-xyz.scm (python-types-ujson): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre-Henry Fröhring | 2022-02-27 | 1 | -0/+19 |
* | gnu: Add font-atui-feather.•••* gnu/packages/fonts.scm (font-atui-feather): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Wamm K. D | 2022-02-27 | 1 | -0/+26 |
* | pull: No longer print upgraded/added packages upon completion.•••* guix/scripts/pull.scm (build-and-install): Remove call to
'display-profile-news' and adjust accordingly.
| Ludovic Courtès | 2022-02-27 | 1 | -3/+2 |
* | pull: '--news' no longer shows package lists.•••* guix/scripts/pull.scm (display-channel-news): Return #t when news were
displayed.
(display-news): Add #:profile-news? parameter and honor it. Print
something there were no news.
(process-query): For 'display-news', call 'display-channel-news'
directly.
* doc/guix.texi (Invoking guix pull): Adjust accordingly.
| Ludovic Courtès | 2022-02-27 | 2 | -64/+79 |
* | gnu: flatpak: Update to 1.12.6.•••* gnu/packages/package-management.scm (flatpak): Update to 1.12.6.
| Efraim Flashner | 2022-02-27 | 1 | -2/+2 |
* | gnu: screen: Update to 4.9.0.•••* gnu/packages/screen.scm (screen): Update to 4.9.0.
[source]: Remove one patch.
[native-inputs]: Remove input labels. Add autoconf, automake.
* gnu/packages/patches/screen-CVE-2021-26937.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner | 2022-02-27 | 3 | -73/+6 |
* | gnu: parallel: Update to 20220222.•••* gnu/packages/parallel.scm (parallel): Update to 20220222.
| Efraim Flashner | 2022-02-27 | 1 | -2/+2 |
* | gnu: minimap2: Update to 2.24.•••* gnu/packages/bioinformatics.scm (minimap2): Update to 2.24.
| Efraim Flashner | 2022-02-27 | 1 | -3/+3 |
* | gnu: Add gmid.•••* gnu/packages/networking.scm (gmid): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| cage | 2022-02-26 | 1 | -0/+47 |
* | gnu: Add mangohud.•••* gnu/packages/graphics.scm (mangohud): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| John Kehayias | 2022-02-26 | 1 | -0/+84 |
* | gnu: Add hwdata.•••* gnu/packages/pciutils.scm (hwdata): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brendan Tildesley | 2022-02-26 | 1 | -0/+43 |
* | gnu: thermald: Fix build.•••* gnu/packages/admin.scm (thermald)[arguments]: Add "--disable-werror" to
'configure-flags'.
| Guillaume Le Vaillant | 2022-02-26 | 1 | -2/+3 |
* | installer: Continue even if Connman cannot phone home.•••Connman's online check is unreliable for me.
* gnu/installer/connman.scm (connman-online?): Accept if
connman state is ready instead of online.
| Florian Pelz | 2022-02-26 | 1 | -1/+1 |
* | gnu: pspp: Fix failing test suite.•••* gnu/packages/statistics.scm (pspp)[arguments]: Add a new 'prepare-tests phase.
| Tobias Geerinckx-Rice | 2022-02-20 | 1 | -0/+9 |
* | services: pulseaudio: Deploy the configuration files to /etc/pulse.•••* gnu/services/sound.scm (pulseaudio-environment)
[PULSE_CONFIG, PULSE_CLIENTCONFIG]: Use fixed locations, and move logic to...
(pulseaudio-etc): ... this service extension. Guard against producing empty
files.
| Maxim Cournoyer | 2022-02-26 | 1 | -8/+19 |
* | services: pulseaudio: Add an extra-script-files configuration field.•••* gnu/services/sound.scm (<pulseaudio-configuration>)
[extra-script-files]: Add field.
(extra-script-files->file-union): New procedure.
(append-include-directive): Likewise.
(pulseaudio-etc): Use them.
* doc/guix.texi: Document the new 'extra-script-files- configuration field.
| Maxim Cournoyer | 2022-02-26 | 2 | -4/+88 |
* | services/sound: Normalize pulseaudio-configuration accessor names.•••* gnu/services/sound.scm (<pulseaudio-configuration>): Adjust getter names to
match convention.
| Maxim Cournoyer | 2022-02-26 | 1 | -4/+5 |
* | agetty-shepherd-service: Rename console agetty to "term-console" for clarity.•••* gnu/services/base.scm (agetty-shepherd-service)[provision]: Rename console
agetty to "term-console".
| Danny Milosavljevic | 2022-02-25 | 1 | -1/+1 |
* | services: %base-services: Adapt agetty-service-type to depend on syslogd•••Fixes <https://issues.guix.gnu.org/30464>.
* gnu/services/base.scm (%base-services): Reorder syslog-service for clarity.
[shepherd-requirement]: New field.
| Danny Milosavljevic | 2022-02-25 | 1 | -2/+3 |
* | services: agetty: Add shepherd-requirement.•••* gnu/services/base.scm (<agetty-configuration>): Add shepherd-requirement.
* doc/guix.texi (agetty-configuration): Document it.
| Danny Milosavljevic | 2022-02-25 | 2 | -2/+10 |
* | gnu: Add python-harmony.•••* gnu/packages/messaging.scm (python-harmony): New variable.
| Danny Milosavljevic | 2022-02-25 | 1 | -0/+24 |
* | gnu: Add python-librecaptcha.•••* gnu/packages/messaging.scm (python-librecaptcha): New variable.
| Danny Milosavljevic | 2022-02-25 | 1 | -0/+21 |
* | gnu: scintilla: Use G-expressions.•••* gnu/packages/text-editors.scm (scintilla)[arguments]: Use G-expressions.
| Nicolas Goaziou | 2022-02-25 | 1 | -17/+18 |
* | gnu: scintilla: Update to 5.2.0.•••* gnu/packages/text-editors.scm (scintilla): Update to 5.2.0.
| Nicolas Goaziou | 2022-02-25 | 1 | -3/+3 |
* | gnu: evilwm: Update to 1.3.1.•••* gnu/packages/wm.scm (evilwm): Update to 1.3.1.
[source]: Remove patch.
* gnu/packages/patches/evilwm-lost-focus-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Eric Bavier | 2022-02-24 | 3 | -24/+4 |
* | gnu: mame: Update to 0.241.•••* gnu/packages/emulators.scm (mame): Update to 0.241.
| Nicolas Goaziou | 2022-02-24 | 1 | -2/+2 |
* | gnu: plover: Update to 4.0.0.dev10.•••* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev10.
[native-inputs]: Remove python-mock and python-setuptools-scm.
[inputs]: Remove python-wxpython.
| Arun Isaac | 2022-02-24 | 1 | -4/+4 |
* | gnu: webkitgtk: Adjust BubbleWrap wrapper.•••This revisits <https://issues.guix.gnu.org/40837> with a fix that doesn't
require to have PULSE_CLIENTCONFIG point to an absolute store location, which
will allow us to revert to have PULSE_CLIENTCONFIG point to a fixed location
under /etc. This would alleviate the need to reboot to have changes to the
PulseAudio configuration effected.
* gnu/packages/patches/webkitgtk-share-store.patch: Delete file.
* gnu/packages/patches/webkitgtk-bubblewrap-paths.patch: Add file.
* gnu/packages/patches/webkitgtk-canonicalize-paths.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Update patches list.
* gnu/packages/webkit.scm (webkitgtk)[patches]: Adjust accordingly.
| Maxim Cournoyer | 2022-02-24 | 6 | -31/+117 |
* | gnu: Add gromit-mpx.•••* gnu/packages/gtk.scm (gromit-mpx): New variable.
| Lars-Dominik Braun | 2022-02-24 | 1 | -0/+24 |
* | gnu: julia-uris: Delete trailing #t.•••* gnu/packages/julia-xyz.scm (julia-uris): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun | 2022-02-24 | 1 | -2/+1 |
* | gnu: julia-stackviews: Delete trailing #t.•••* gnu/packages/julia-xyz.scm (julia-stackviews): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun | 2022-02-24 | 1 | -2/+1 |
* | gnu: julia-quadmath: Delete trailing #t.•••* gnu/packages/julia-xyz.scm (julia-quadmath): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| zimoun | 2022-02-24 | 1 | -2/+1 |