summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-01gnu: cuirass: Update to 0.0.1-63.da93cb9....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-63.da93cb9. Mathieu Othacehe
2021-02-01gnu: cuirass: Update to 0.0.1-62.74c1a94....* gnu/packages/ci.scm (cuirass): Update to 0.0.1-62.74c1a94. Mathieu Othacehe
2021-02-01gnu: pinentry-rofi: Update to 2.0.3....* gnu/packages/gnupg.scm (pinentry-rofi): Update to 2.0.3. [arguments]: Add make installcheck phase to verify the installed artifact. [native-inputs]: Add autoconf-archive. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Fredrik Salomonsson
2021-02-01gnu: guix-data-service: Update to 0.0.1-24.060df92....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92. Christopher Baines
2021-02-01Revert "gnu: kwayland: Enable test suite."...This reverts commit ba3e25bbf217637d2054bb0c8b906f3eed230613. This commit is reverted because it caused kwayland to no longer build on the build farm. Specifically, the test "PlasmaWindowModelTest::testVirtualDesktops" fails. See this discussion for more information: https://lists.gnu.org/archive/html/guix-devel/2021-01/msg00382.html Leo Famulari
2021-01-31build: test-driver.scm: Allow running as a standalone script....* build-aux/test-driver.scm: Add an exec-based shebang and set the script executable bit. (main): Insert a newline after the version string is printed with --version. Maxim Cournoyer
2021-01-31build: test-driver.scm: Add a new '--errors-only' option....* build-aux/test-driver.scm (show-help): Add the help text for the new '--errors-only' option. (%options): Add the errors-only option. (test-runner-gnu): Add the errors-only? parameter and update doc. Move the logging of the test data after the test has completed, so a choice can be made whether to keep it or discard it based on the value of the test result. (main): Pass the errors-only? option to the driver. * doc/guix.texi (Running the Test Suite): Document the new option. Maxim Cournoyer
2021-01-31build: test-driver.scm: Add test cases filtering options....* build-aux/test-driver.scm (show-help): Add help text for the new --select and --exclude options. (%options): Add the new select and exclude options. (test-runner-gnu): Pass them to the test runner. Update doc. (test-match-name*, test-match-name*/negated, %test-match-all): New variables. (main): Compute the test specifier based on the values of the new options and apply it to the current test runner when running the test file. * doc/guix.texi (Running the Test Suite): Document the new options. Maxim Cournoyer
2021-01-31build: test-driver.scm: Enable colored test results by default....The Automake parallel test harness does its own smart detection of the terminal color capability and always provides the --color-tests argument to the driver. This change defaults the --color-tests argument to true when the test driver is run on its own (not via Automake). * build-aux/test-driver.scm (main): Set the default value of the --color-tests argument to true when it's not explicitly provided. Maxim Cournoyer
2021-01-31build: test-driver.scm: Make output redirection optional....This makes it easier (and less surprising) for users to experiment with the custom Scheme test driver directly. The behavior is unchanged from Automake's point of view. * build-aux/test-driver.scm (main): Make the --log-file and --trs-file arguments optional and update doc. Only open, redirect and close a port to a log file when the --log-file option is provided. Only open and close a port to a trs file when the --trs-file option is provided. (test-runner-gnu): Set OUT-PORT parameter default value to the current output port. Set the TRS-PORT parameter default value to a void port. Update doc. Maxim Cournoyer
2021-01-31gnu: dump: Update to 0.4b47....* gnu/packages/backup.scm (dump): Update to 0.4b47. [inputs]: Replace OPENSSL-1.0 with OPENSSL. Leo Famulari
2021-01-31scripts: import: json: Fix error handling....Fixes partially <https://bugs.gnu.org/44115>. * guix/scripts/import/json.scm (guix-import-json): Handle error. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2021-01-31import: gnu: Mention package name upon failure....* guix/import/gnu.scm (gnu->guix-package): Use 'formatted-message' and mention the package name in error messages. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2021-01-31gnu-maintenance: Fix error handling....Fixes partially <https://bugs.gnu.org/44115>. * guix/gnu-maintenance.scm (latest-release): Handle 'ftp-error'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zimoun
2021-01-31gnu: emacs: Make strip-double-wrap more robust...* gnu/packages/emacs.scm (emacs) [strip-double-wrap]: Use regex to find emacs executable. This works even when the version is changed by package transformations (ex: version=git.master) Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith
2021-01-31database: Validate #:nar-size and #:time when registering store items....* guix/store/database.scm (assert-integer): New procedure. (update-or-insert): Use it to validate NAR-SIZE and TIME. * tests/store-database.scm ("sqlite-register with incorrect size"): New test. Ludovic Courtès
2021-01-31database: Remove workarounds unnecessary with guile-sqlite3 0.1.2....* guix/store/database.scm (sqlite-exec, sqlite-finalize): Remove. Ludovic Courtès
2021-01-31gnu: autoconf: Update to 2.71....* gnu/packages/autotools.scm (autoconf-2.70): Rename to... (autoconf-2.71): ... this. Update to 2.71. Ludovic Courtès
2021-01-31ci: Add missing imports....This is a followup to 041a9466ea23d6ae811491bcf529bf9487317b48. * guix/ci.scm: Add missing imports. * guix/channels.scm: Remove (guix ci) import. Ludovic Courtès
2021-01-31gnu: python-sympy: Update to 1.7.1....* gnu/packages/python-xyz.scm (python-sympy): Update to 1.7.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Greg Hogan
2021-01-31gnu: mousepad: Update to 0.5.2....* gnu/packages/xfce.scm (mousepad): Update to 0.5.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder
2021-01-31gnu: utox: Update to 0.18.1....* gnu/packages/messaging.scm (utox): Update to 0.18.1. [inputs]: Remove libsodium. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Robert Karszniewicz
2021-01-31gnu: privoxy: Update to 3.0.31 [fixes OVE-20210130-0001, OVE-20210128-0001]....* gnu/packages/tor.scm (privoxy): Update to 3.0.31. Tobias Geerinckx-Rice
2021-01-31gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016]....* gnu/packages/admin.scm (opendoas): Update to 6.8.1. Signed-off-by: Leo Famulari <leo@famulari.name> Brice Waegeneire
2021-01-31guix: channels: Introduce "channel-with-substitutes-available"....* guix/channels.scm (find-latest-commit-with-substitutes, channel-with-substitutes-available): New procedures. * guix/scripts/pull.scm (guix-pull): Move "channel-list" call inside the %current-system parameter scope. * doc/guix.texi (Channels with substitutes): New section. Mathieu Othacehe
2021-01-31gnu: libchewing: Disable parallel tests....Some tests fail constant when building with multiple threads. * gnu/packages/language.scm (libchewing)[arguments]: Set `parallel-tests` to false. Jonathan Brielmaier
2021-01-31gnu: sshpass: Update to 1.09....* gnu/packages/ssh.scm (sshpass): Update to 1.09. Re-order fields. Nicolas Goaziou
2021-01-31gnu: emacs-adaptive-wrap: Update source URI....* gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap)[source]: Update URI. This fixes a "download failed" error when building the package. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Evgeny Pisemsky
2021-01-31installer: Edit desktop selection prompt....* gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Fix and clarify the #:info-text. Tobias Geerinckx-Rice
2021-01-31gnu: Add licenseheaders....* gnu/packages/license.scm (licenseheaders): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Tanguy Le Carrour
2021-01-31gnu: teeworlds: Fix audio....* gnu/packages/games.scm (teeworlds)[source]: Enable recursive cloning. [build-system]: Switch to cmake-build-system. [arguments]: Remove custom phases build and install. [inputs]: Add openssl. [native-inputs]: Remove bam. [license]: Add map/language data license. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Lars-Dominik Braun
2021-01-31gnu: Add python-threadpoolctl....* gnu/packages/machine-learning.scm (python-threadpoolctl): New variable. Efraim Flashner
2021-01-31ci: Remove the package version from the job name....Match Hydra behaviour where the job_name is <package_name>.<system>. This allows to operate on several builds of the same package in the CI, regardless of their version. * gnu/ci.scm (job-name): Remove package version from the job name. Mathieu Othacehe
2021-01-31gnu: esbuild: Update to 0.8.37....* gnu/packages/web.scm (esbuild): Update to 0.8.37. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior
2021-01-31gnu: wireshark: Update to 3.4.3....* gnu/packages/networking.scm (wireshark): Update to 3.4.3. Nicolas Goaziou
2021-01-31gnu: python-pikepdf: Update to 2.5.1....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.1. Nicolas Goaziou
2021-01-31gnu: emacs-tramp: Update to 2.5.0.1....* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.1. Nicolas Goaziou
2021-01-31gnu: Add indi....* gnu/packages/astronomy.scm (indi): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: sbcl-deploy: Update to 1.0.0-2.9b20e64....* gnu/packages/lisp-xyz.scm (sbcl-deploy): Update to 1.0.0-2.9b20e64. [arguments]: Add 'test-asd-file' and 'asd-files' parameters. [native-inputs]: Add cl-mpg123 and cl-out123. [inputs]: Add trivial-features. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: Add cl-mpg123....* gnu/packages/lisp-xyz.scm (cl-mpg123, ecl-cl-mpg123, sbcl-cl-mpg123): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: Add cl-verbose....* gnu/packages/lisp-xyz.scm (cl-verbose, ecl-verbose, sbcl-verbose): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: Add cl-piping....* gnu/packages/lisp-xyz.scm (cl-piping, ecl-piping, sbcl-piping): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: sbcl-puri: Update to 1.5.7-2.4bbab89....* gnu/packages/lisp-xyz.scm (sbcl-puri): Update to 1.5.7-2.4bbab89. [home-page]: Fix URL. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: sbcl-cl-online-learning: Update to 0.5-1.87fbef8....* gnu/packages/lisp-xyz.scm (sbcl-cl-online-learning): Update to 0.5-1.87fbef8. [arguments]: Add 'test-asd-file' and 'asd-systems' parameters. Activate tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-31gnu: alacritty: Update to 0.7.1....* gnu/packages/terminals.scm (alacritty): Update to 0.7.1. [origin]: Remove snippet. [arguments]: Remove failing test. Remove unneeded phase and some replacements. Nicolas Goaziou
2021-01-31gnu: rust-libloading-0.6: Do not enable unstable features....* gnu/packages/crates-io.scm (rust-libloading-0.6)[origin]: Remove snippet. The snippet would make alacritty build fail. Nicolas Goaziou
2021-01-31gnu: Add rust-alacritty-terminal-0.12....* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.12): New variable. Nicolas Goaziou
2021-01-31gnu: Add rust-alacritty-config-derive-0.1....* gnu/packages/crates-io.scm (rust-alacritty-config-derive-0.1): New variable. Nicolas Goaziou
2021-01-31gnu: Add rust-vte-0.10....* gnu/packages/crates-io.scm (rust-vte-0.10): New variable. (rust-vte-0.3): Inherit from above. Nicolas Goaziou
2021-01-31gnu: Add rust-vte-generate-state-changes-0.1....* gnu/packages/crates-io.scm (rust-vte-generate-state-changes-0.1): New variable. Nicolas Goaziou