summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* pull: No longer print upgraded/added packages upon completion.Ludovic Courtès2022-02-27
| | | | | * guix/scripts/pull.scm (build-and-install): Remove call to 'display-profile-news' and adjust accordingly.
* pull: '--news' no longer shows package lists.Ludovic Courtès2022-02-27
| | | | | | | | | | * 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: flatpak: Update to 1.12.6.Efraim Flashner2022-02-27
| | | | * gnu/packages/package-management.scm (flatpak): Update to 1.12.6.
* gnu: screen: Update to 4.9.0.Efraim Flashner2022-02-27
| | | | | | | | * 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: parallel: Update to 20220222.Efraim Flashner2022-02-27
| | | | * gnu/packages/parallel.scm (parallel): Update to 20220222.
* gnu: minimap2: Update to 2.24.Efraim Flashner2022-02-27
| | | | * gnu/packages/bioinformatics.scm (minimap2): Update to 2.24.
* gnu: Add gmid.cage2022-02-26
| | | | | | | * 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: Add mangohud.John Kehayias2022-02-26
| | | | | | * gnu/packages/graphics.scm (mangohud): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add hwdata.Brendan Tildesley2022-02-26
| | | | | | * gnu/packages/pciutils.scm (hwdata): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: thermald: Fix build.Guillaume Le Vaillant2022-02-26
| | | | | * gnu/packages/admin.scm (thermald)[arguments]: Add "--disable-werror" to 'configure-flags'.
* installer: Continue even if Connman cannot phone home.Florian Pelz2022-02-26
| | | | | | | Connman's online check is unreliable for me. * gnu/installer/connman.scm (connman-online?): Accept if connman state is ready instead of online.
* gnu: pspp: Fix failing test suite.Tobias Geerinckx-Rice2022-02-20
| | | | * gnu/packages/statistics.scm (pspp)[arguments]: Add a new 'prepare-tests phase.
* services: pulseaudio: Deploy the configuration files to /etc/pulse.Maxim Cournoyer2022-02-26
| | | | | | | * 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.
* services: pulseaudio: Add an extra-script-files configuration field.Maxim Cournoyer2022-02-26
| | | | | | | | | * 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.
* services/sound: Normalize pulseaudio-configuration accessor names.Maxim Cournoyer2022-02-26
| | | | | * gnu/services/sound.scm (<pulseaudio-configuration>): Adjust getter names to match convention.
* agetty-shepherd-service: Rename console agetty to "term-console" for clarity.Danny Milosavljevic2022-02-25
| | | | | * gnu/services/base.scm (agetty-shepherd-service)[provision]: Rename console agetty to "term-console".
* services: %base-services: Adapt agetty-service-type to depend on syslogdDanny Milosavljevic2022-02-25
| | | | | | | Fixes <https://issues.guix.gnu.org/30464>. * gnu/services/base.scm (%base-services): Reorder syslog-service for clarity. [shepherd-requirement]: New field.
* services: agetty: Add shepherd-requirement.Danny Milosavljevic2022-02-25
| | | | | * gnu/services/base.scm (<agetty-configuration>): Add shepherd-requirement. * doc/guix.texi (agetty-configuration): Document it.
* gnu: Add python-harmony.Danny Milosavljevic2022-02-25
| | | | * gnu/packages/messaging.scm (python-harmony): New variable.
* gnu: Add python-librecaptcha.Danny Milosavljevic2022-02-25
| | | | * gnu/packages/messaging.scm (python-librecaptcha): New variable.
* gnu: scintilla: Use G-expressions.base-for-series-11512base-for-series-11510base-for-series-11509base-for-series-11508base-for-series-11506base-for-series-11505base-for-series-11504base-for-series-11503base-for-series-11502base-for-series-11501base-for-series-11500base-for-series-11497base-for-series-11496base-for-series-11495base-for-series-11494base-for-series-11493Nicolas Goaziou2022-02-25
| | | | * gnu/packages/text-editors.scm (scintilla)[arguments]: Use G-expressions.
* gnu: scintilla: Update to 5.2.0.Nicolas Goaziou2022-02-25
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.2.0.
* gnu: evilwm: Update to 1.3.1.Eric Bavier2022-02-24
| | | | | | | * 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: mame: Update to 0.241.Nicolas Goaziou2022-02-24
| | | | * gnu/packages/emulators.scm (mame): Update to 0.241.
* gnu: plover: Update to 4.0.0.dev10.Arun Isaac2022-02-24
| | | | | | * gnu/packages/stenography.scm (plover): Update to 4.0.0.dev10. [native-inputs]: Remove python-mock and python-setuptools-scm. [inputs]: Remove python-wxpython.
* gnu: webkitgtk: Adjust BubbleWrap wrapper.Maxim Cournoyer2022-02-24
| | | | | | | | | | | | | | 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: Add gromit-mpx.Lars-Dominik Braun2022-02-24
| | | | * gnu/packages/gtk.scm (gromit-mpx): New variable.
* gnu: julia-uris: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-uris): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-stackviews: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-stackviews): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-quadmath: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-quadmath): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-pycall: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-pycall): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-prettytables: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-prettytables): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-mbedtls: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-mbedtls): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-matrixfactorizations: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-matrixfactorizations): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-infinity: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-infinity): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-imagemagick: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-imagemagick): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-http: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-http): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-fixedpointnumbers: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-finitediff: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-finitediff): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-datavalues: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-datavalues): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-dataframes: Delete trailing #t.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm (julia-dataframes): Delete trailing #t. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-codeczlib: Remove unneeded phase.Efraim Flashner2022-02-24
| | | | * gnu/packages/julia-xyz.scm (julia-codeczlib)[arguments]: Remove field.
* build: julia-build-system: Fix corner-case for parallel tests.zimoun2022-02-24
| | | | | | | * guix/build/julia-build-system.scm (check): Do not run parallel tests when '--cores=1'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-media: Use 'julia-package-dependencies'.Efraim Flashner2022-02-24
| | | | | | | * gnu/packages/julia.scm (julia-media)[arguments]: Remove custom phase, add dependency packages to '#:julia-package-dependencies'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* build: julia: Add 'julia-package-dependencies' as keyword.Efraim Flashner2022-02-24
| | | | | | | | | | | * guix/build-system/julia.scm (link-depot): Accept julia-package-dependencies keyword and use it for 'julia-create-package-toml' function. (julia-create-package-toml): Use pattern matching. (julia-build): Add 'julia-pacakge-dependencies'. * guix/build/julia-build-system.scm (julia-build): Add '#:julia-package-dependencies' keyword. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-xyz: Adjust style using G-expressions.zimoun2022-02-24
| | | | | | * gnu/packages/julia-xyz.scm: Adjust style using G-expressions. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: linux-libre 4.9: Update to 4.9.303.Leo Famulari2022-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.303. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.268.Leo Famulari2022-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.268. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.231.Leo Famulari2022-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.231. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.181.Leo Famulari2022-02-24
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.181. (linux-libre-5.4-pristine-source): Update hash.