summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: ungoogled-chromium: Don't use the bundled libc++.base-for-series-11263base-for-series-11262base-for-series-11261base-for-series-11260base-for-series-11259base-for-series-11258base-for-series-11257base-for-series-11256base-for-series-11255base-for-series-11253base-for-series-11251base-for-series-11250base-for-series-11248base-for-series-11247base-for-series-11246Marius Bakke2022-02-03
| | | | | | | | | | | | | This partially reverts f01ec472b9c3ef9008e70e0cf41ca46c61137d8c. * gnu/packages/chromium.scm (%preserved-third-party-files): Unbundle libcxx, re2, and jsoncpp. (%debian-patches): Add 'system/jsoncpp.patch'. (ungoogled-chromium-snippet): Replace re2 GN files. (ungoogled-chromium)[arguments]: Add use_custom_libcxx, rtc_build_json, and rtc_jsoncpp_root to #:configure-flags. Don't override CPLUS_INCLUDE_PATH. Add substitution. [inputs]: Add JSONCPP and RE2.
* gnu: dia: Update to 0.97.3-3.0997887.Marius Bakke2022-02-03
| | | | | | | * gnu/packages/gnome.scm (dia): Update to 0.97.3-3.0997887. [arguments]: Remove #:meson. Add #:parallel-build?. [inputs]: Remove PYTHON-2. Add PYTHON. [native-inputs]: Remove INTLTOOL. Add GETTEXT-MINIMAL.
* gnu: python-idna: Remove 2.7.Marius Bakke2022-02-03
| | | | * gnu/packages/python-xyz.scm (python-idna-2.7): Remove variable.
* gnu: linux-libre 5.4: Update to 5.4.176.Leo Famulari2022-02-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.176. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.96.Leo Famulari2022-02-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.96. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.19.Leo Famulari2022-02-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.19. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 5.16: Update to 5.16.5.Leo Famulari2022-02-02
| | | | | * gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.5. (linux-libre-5.16-pristine-source): Update hash.
* gnu: guix-build-coordinator: Update to 0-48.f8acb62.Christopher Baines2022-02-02
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-48.f8acb62.
* gnu: nar-herder: Update to 0-2.f016f37.Christopher Baines2022-02-02
| | | | * gnu/packages/package-management.scm (nar-herder): Update to 0-2.f016f37.
* gnu: guile-fibers: Add version 1.1.0.Christopher Baines2022-02-02
| | | | | | | | | | | This release looks to break a few packages, so keep using fibers 1.0 to build things, and provide the new version to allow switching to when packages are compatible. * gnu/packages/guile-xyz.scm (guile-fibers-1.1): New variable. (guile-fibers): Inherit from guile-fibers-1.1. (guile2.0-fibers): Rename to guile2.2-fibers, and inherit from guile-fibers-1.1.
* services: patchwork: Set DEFAULT_AUTO_FIELD in settings.Christopher Baines2022-02-02
| | | | | | | | | | This resolves some warnings with Django 3.2. This was added by upstream to the base settings https://github.com/getpatchwork/patchwork/commit/43e5c4a0ace4e662c3e3973337445314abbe5247 * gnu/services/web.scm (patchwork-settings-module-compiler): Specify DEFAULT_AUTO_FIELD in the settings module.
* gnu: Syncthing: Update to 1.19.0.Leo Famulari2022-02-02
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.19.0.
* news: Add entry about 'guix deploy -x'.Ludovic Courtès2022-02-02
| | | | * etc/news.scm: Add entry.
* deploy: Add '--execute'.Ludovic Courtès2022-02-02
| | | | | | | | * guix/scripts/deploy.scm (show-help, %options): Add '--execute'. (invoke-command): New procedure. (guix-deploy): Break arguments at "--" and handle '-x' and associated command. * doc/guix.texi (Invoking guix deploy): Document it.
* gnu: cgdb: Update to 0.8.0.Michael Rohleder2022-02-02
| | | | | | * gnu/packages/debug.scm (cgdb): Update to 0.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rr: Update to 5.5.0.Michael Rohleder2022-02-02
| | | | | | * gnu/packages/debug.scm (rr): Update to 5.5.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: oil: Update to 0.9.7.Felix Gruber2022-02-02
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.9.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix system: 'describe' shows the running system, not the current one.Ludovic Courtès2022-02-02
| | | | | | | | | * guix/profiles.scm (generation-number): Add optional 'base-profile' parameter and use it. * guix/scripts/system.scm (process-command): Add "/run/current-system" as first argument to 'generation-number'. * doc/guix.texi (Invoking guix system): Clarify that 'guix system describe' shows the running system.
* gnu: openttd: Update to 12.1.Yovan Naumovski2022-02-02
| | | | | | * gnu/packages/games.scm (openttd-engine): Update ot 12.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-types-dataclasses.Pierre-Henry Fröhring2022-02-02
| | | | | | * gnu/packages/python-xyz.scm (python-types-dataclasses): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: luminance-hdr: Remove input labels.Ludovic Courtès2022-02-02
| | | | | * gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove labels.
* gnu: luminance-hdr: Fix compilation.Ludovic Courtès2022-02-02
| | | | | | | | Reported by Leo Famulari <leo@famulari.name>. * gnu/packages/image-viewers.scm (luminance-hdr)[arguments]: In 'add-ilmbase-include-path' phase, set C_INCLUDE_PATH and be more specific about the include directory searched for.
* import: pypi: Display a hint upon "no source release" errors.Ludovic Courtès2022-02-02
| | | | | | | Fixes <https://issues.guix.gnu.org/49083>. * guix/import/pypi.scm (pypi->guix-package): Upon 'missing-source-error?', raise a compound condition with a hint.
* import: pypi: Use 'with-error-handling'.Ludovic Courtès2022-02-02
| | | | | * guix/scripts/import/pypi.scm (guix-import-pypi): Wrap body in 'with-error-handling'.
* gnu: perf: Remove input labels.Ludovic Courtès2022-02-02
| | | | * gnu/packages/linux.scm (perf)[native-inputs, inputs]: Remove labels.
* gnu: perf: Help 'perf report --symfs' find separate debug info files.Ludovic Courtès2022-02-02
| | | | | * gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, modify "util/dso.c".
* installer: Use system-wide guix for system init.Josselin Poiret2022-02-02
| | | | | | | | | * gnu/installer.scm (installer-program): Remove dependency on the guix package for the PATH. * gnu/installer/final.scm (install-system): Set PATH inside container to /run/current-system/profile/bin/. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Make dump archive creation optional and selective.Josselin Poiret2022-02-02
| | | | | | | | | | | | | | | | | | * gnu/installer.scm (installer-program): Let the installer customize the dump archive. * gnu/installer/dump.scm (prepare-dump, make-dump): Split make-dump in prepare-dump, which copies the files necessary for the dump, and make-dump which creates the archive. * gnu/installer/record.scm (installer): Add report-page field. Change documented return value of exit-error. * gnu/installer/newt.scm (exit-error): Change arguments to be a string containing the error. Let the user choose between exiting and initiating a dump. (report-page): Add new variable. * gnu/installer/newt/page.scm (run-dump-page): New variable. * gnu/installer/newt/dump.scm: Delete it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Turn passwords into opaque records.Josselin Poiret2022-02-02
| | | | | | | | | | | * gnu/installer/user.scm (<secret>, secret?, make-secret, secret-content): Add opaque <secret> record that boxes its contents, with a custom printer that doesn't display anything. * gnu/installer/newt/user.scm (run-user-add-page, run-user-page): Box it. * gnu/installer/final.scm (create-user-database): Unbox it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Use dynamic-wind to setup installer.Josselin Poiret2022-02-02
| | | | | | | * gnu/installer.scm (installer-program): Use dynamic-wind, so that completely uncaught exceptions can be printed properly. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Add error page when running external commands.Josselin Poiret2022-02-02
| | | | | | | | * gnu/installer/newt.scm (newt-run-command): Add it. * gnu/installer/newt/page.scm (%ok-button, %exit-button, %default-buttons, make-newt-buttons, run-textbox-page): Add them. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Use named prompt to abort or break installer steps.Josselin Poiret2022-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/installer/steps.scm (run-installer-steps): Set up 'installer-step prompt. * gnu/installer/newt/ethernet.scm (run-ethernet-page) * gnu/installer/newt/final.scm (run-config-display-page, run-install-failed-page) * gnu/installer/newt/keymap.scm (run-layout-page, run-variant-page) * gnu/installer/newt/locale.scm (run-language-page, run-territory-page, run-codeset-page, run-modifier-page, run-locale-page) * gnu/installer/newt/network.scm (run-technology-page, wait-service-online) * gnu/installer/newt/page.scm (run-listbox-selection-page, run-checkbox-tree-page) * gnu/installer/newt/partition.scm (button-exit-action) * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page, run-networking-cbt-page, run-other-services-cbt-page, run-network-management-page) * gnu/installer/newt/timezone.scm (run-timezone-page) * gnu/installer/newt/user.scm (run-user-page) * gnu/installer/newt/welcome.scm (run-menu-page) * gnu/installer/newt/wifi.scm (run-wifi-page): Use the 'installer-step prompt to abort. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Add nano to PATH.Josselin Poiret2022-02-02
| | | | | | | * gnu/installer.scm (installer-program): Add nano to the installer PATH. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Replace run-command by invoke in newt/page.scm.Josselin Poiret2022-02-02
| | | | | | * gnu/installer/newt/page.scm (edit-file): Replace it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Fix run-file-textbox-page when edit-button is #f.Josselin Poiret2022-02-02
| | | | | | | * gnu/installer/newt/page.scm (run-file-textbox-page): Check if edit-button is #f. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Raise condition when mklabel fails.Josselin Poiret2022-02-02
| | | | | | * gnu/installer/parted.scm (mklabel): Do it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Use run-command-in-installer in (gnu installer parted).Josselin Poiret2022-02-02
| | | | | | | | | | | | * gnu/installer/parted.scm (remove-logical-devices, create-btrfs-file-system, create-ext4-file-system, create-fat16-file-system, create-fat32-file-system, create-jfs-file-system, create-ntfs-file-system, create-xfs-file-system, create-swap-partition, luks-format-and-open, luks-close): Use run-command-in-installer. (with-null-output-ports): Remove. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Add installer-specific run command process.Josselin Poiret2022-02-02
| | | | | | | | | | | * gnu/installer/record.scm (installer)[run-command]: Add field. * gnu/installer/utils.scm (run-command-in-installer): Add parameter. * gnu/installer.scm (installer-program): Parameterize run-command-in-installer with current installer's run-command. * gnu/installer/newt.scm (newt-run-command): New variable. (newt-installer): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Capture external commands output.Josselin Poiret2022-02-02
| | | | | | | | * gnu/installer/utils.scm (run-external-command-with-handler, run-external-command-with-line-hooks): New variables. (run-command): Use run-external-command-with-line-hooks. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Remove specific logging code.Josselin Poiret2022-02-02
| | | | | | | * gnu/installer/final.scm (install-system): Remove command logging to syslog, as this is taken care of by the new facilities. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Keep PATH inside the install container.Josselin Poiret2022-02-02
| | | | | | | * gnu/installer/final.scm (install-system): Set PATH inside the container. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Un-export syslog syntax.Josselin Poiret2022-02-02
| | | | | | * gnu/installer/utils.scm (syslog): Remove export. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Use new installer-log-line everywhere.Josselin Poiret2022-02-02
| | | | | | | | | | | | | | | | * gnu/installer.scm (installer-program) * gnu/installer/final.scm (install-locale) * gnu/installer/newt.scm (init) * gnu/installer/newt/final.scm (run-final-page) * gnu/installer/newt/page.scm (run-form-with-clients) * gnu/installer/newt/partition.scm (run-partitioning-page) * gnu/installer/parted.scm (eligible-devices, mkpart, luks-format-and-open, luks-close, mount-user-partitions, umount-user-partitions, free-parted): * gnu/installer/steps.scm (run-installer-steps): * gnu/installer/utils.scm (run-command, send-to-clients): Use it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Generalize logging facility.Josselin Poiret2022-02-02
| | | | | | | | | * gnu/installer/utils.scm (%syslog-line-hook, open-new-log-port, installer-log-port, %installer-log-line-hook, %display-line-hook, %default-installer-line-hooks, installer-log-line): Add new variables. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Use define instead of let at top-level.Josselin Poiret2022-02-02
| | | | | | | * gnu/installer.scm (installer-program): Improve readability by using define at top-level. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* installer: Add crash dump upload support.Mathieu Othacehe2022-02-02
| | | | | | | | | | | | | | | | | | Suggested-by: Josselin Poiret <dev@jpoiret.xyz> * gnu/installer/dump.scm: New file. * gnu/installer/newt/dump.scm: New file. * gnu/local.mk (INSTALLER_MODULES): Add them. * gnu/installer/record.scm (<installer>)[dump-page]: New field. * gnu/installer/steps.scm (%current-result): New variable. (run-installer-steps): Update it. * gnu/installer.scm (installer-program): Add tar and gip to the installer path. Add guile-webutils and gnutls to the Guile extensions. Generate and send the crash dump report. * gnu/installer/newt.scm (exit-error): Add a report argument. Display the report id. (dump-page): New procedure. (newt-installer): Update it.
* gnu: utf-8-lineseparator: Update to cj8.jgart2022-02-02
| | | | | | * gnu/packages/textutils.scm (utf-8-lineseparator): Update to cj8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: texlive-latex-base: Skip JIT formats on riscv64-linux.base-for-series-11245base-for-series-11244base-for-series-11243base-for-series-11242base-for-series-11241base-for-series-11240base-for-series-11239base-for-series-11238base-for-series-11237base-for-series-11236base-for-series-11235base-for-series-11234base-for-series-11233base-for-series-11231base-for-series-11230base-for-series-11229base-for-series-11228base-for-series-11227Efraim Flashner2022-02-02
| | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom 'build phase to also skip the jit formats on riscv64-linux.
* gnu: syncthing: Add release-monitoring-url.Efraim Flashner2022-02-02
| | | | * gnu/packages/syncthing.scm (syncthing)[properties]: New field.
* gnu: urlscan: Update to 0.9.9.Efraim Flashner2022-02-02
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.9.