Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-lsp-metals): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/games.scm (freeciv): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
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.
|
|
* gnu/packages/maven.scm (maven-slf4-provider): New variable.
|
|
* gnu/packages/maven.scm (maven-compat)[arguments]: Add copy-resources
phase.
|
|
* gnu/packages/maven.scm (maven-embedder)[arguments]: Add copy-resources
phase.
|
|
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.
|
|
* gnu/packages/ssh.scm (openssh): Update to 8.9p1.
|
|
* gnu/packages/python-xyz.scm (python-types-ujson): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/fonts.scm (font-atui-feather): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/pull.scm (build-and-install): Remove call to
'display-profile-news' and adjust accordingly.
|
|
* 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.
|
|
* gnu/packages/package-management.scm (flatpak): Update to 1.12.6.
|
|
* 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.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20220222.
|
|
* gnu/packages/bioinformatics.scm (minimap2): Update to 2.24.
|
|
* gnu/packages/networking.scm (gmid): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/graphics.scm (mangohud): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/pciutils.scm (hwdata): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/admin.scm (thermald)[arguments]: Add "--disable-werror" to
'configure-flags'.
|
|
Connman's online check is unreliable for me.
* gnu/installer/connman.scm (connman-online?): Accept if
connman state is ready instead of online.
|
|
* gnu/packages/statistics.scm (pspp)[arguments]: Add a new 'prepare-tests phase.
|
|
* 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.
|
|
* 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.
|
|
* gnu/services/sound.scm (<pulseaudio-configuration>): Adjust getter names to
match convention.
|
|
* gnu/services/base.scm (agetty-shepherd-service)[provision]: Rename console
agetty to "term-console".
|
|
Fixes <https://issues.guix.gnu.org/30464>.
* gnu/services/base.scm (%base-services): Reorder syslog-service for clarity.
[shepherd-requirement]: New field.
|
|
* gnu/services/base.scm (<agetty-configuration>): Add shepherd-requirement.
* doc/guix.texi (agetty-configuration): Document it.
|
|
* gnu/packages/messaging.scm (python-harmony): New variable.
|
|
* gnu/packages/messaging.scm (python-librecaptcha): New variable.
|
|
* gnu/packages/text-editors.scm (scintilla)[arguments]: Use G-expressions.
|
|
* gnu/packages/text-editors.scm (scintilla): Update to 5.2.0.
|
|
* 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.
|
|
* gnu/packages/emulators.scm (mame): Update to 0.241.
|
|
* gnu/packages/stenography.scm (plover): Update to 4.0.0.dev10.
[native-inputs]: Remove python-mock and python-setuptools-scm.
[inputs]: Remove python-wxpython.
|
|
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.
|
|
* gnu/packages/gtk.scm (gromit-mpx): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-uris): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-stackviews): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-quadmath): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-pycall): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-mbedtls): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-infinity): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-imagemagick): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-http): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-finitediff): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/julia-xyz.scm (julia-datavalues): Delete trailing #t.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|