summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: rdma-core: Build as "RelWithDebInfo".Ludovic Courtès2021-02-01
| | | | | | | This allows users to use '--with-debug-info=rdma-core' and is otherwise equivalent to "Release". * gnu/packages/linux.scm (rdma-core)[arguments]: Remove #:build-type.
* gnu: rdma-core: Remove "-DIOCTL_MODE=write" configure flag.Ludovic Courtès2021-02-01
| | | | | | | | | | | Fixes <https://bugs.gnu.org/46229>. This flag was added in commit 2b14c60d3870e74f620775ec8dd64634ff874dc7. It is apparently no longer needed. Worse, it now causes segfaults when used with Omni-Path devices, as reported in the bug above. * gnu/packages/linux.scm (rdma-core)[arguments]: Remove "-DIOCTL_MODE=write" from #:configure-flags.
* gnu: cuirass: Update to 0.0.1-63.da93cb9.Mathieu Othacehe2021-02-01
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-63.da93cb9.
* gnu: cuirass: Update to 0.0.1-62.74c1a94.Mathieu Othacehe2021-02-01
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-62.74c1a94.
* gnu: pinentry-rofi: Update to 2.0.3.Fredrik Salomonsson2021-02-01
| | | | | | | | * 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>
* gnu: guix-data-service: Update to 0.0.1-24.060df92.Christopher Baines2021-02-01
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92.
* Revert "gnu: kwayland: Enable test suite."Leo Famulari2021-02-01
| | | | | | | | | | | | 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
* gnu: dump: Update to 0.4b47.Leo Famulari2021-01-31
| | | | | * gnu/packages/backup.scm (dump): Update to 0.4b47. [inputs]: Replace OPENSSL-1.0 with OPENSSL.
* gnu: emacs: Make strip-double-wrap more robustMorgan Smith2021-01-31
| | | | | | | | * 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>
* gnu: autoconf: Update to 2.71.Ludovic Courtès2021-01-31
| | | | | * gnu/packages/autotools.scm (autoconf-2.70): Rename to... (autoconf-2.71): ... this. Update to 2.71.
* gnu: python-sympy: Update to 1.7.1.Greg Hogan2021-01-31
| | | | | | * gnu/packages/python-xyz.scm (python-sympy): Update to 1.7.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mousepad: Update to 0.5.2.Michael Rohleder2021-01-31
| | | | | | * gnu/packages/xfce.scm (mousepad): Update to 0.5.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: utox: Update to 0.18.1.Robert Karszniewicz2021-01-31
| | | | | | | * gnu/packages/messaging.scm (utox): Update to 0.18.1. [inputs]: Remove libsodium. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: privoxy: Update to 3.0.31 [fixes OVE-20210130-0001, OVE-20210128-0001].Tobias Geerinckx-Rice2021-01-31
| | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.31.
* gnu: opendoas: Update to 6.8.1 [fixes CVE-2019-25016].Brice Waegeneire2021-01-31
| | | | | | * gnu/packages/admin.scm (opendoas): Update to 6.8.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: libchewing: Disable parallel tests.Jonathan Brielmaier2021-01-31
| | | | | | | Some tests fail constant when building with multiple threads. * gnu/packages/language.scm (libchewing)[arguments]: Set `parallel-tests` to false.
* gnu: sshpass: Update to 1.09.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/ssh.scm (sshpass): Update to 1.09. Re-order fields.
* gnu: emacs-adaptive-wrap: Update source URI.Evgeny Pisemsky2021-01-31
| | | | | | | | * 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>
* installer: Edit desktop selection prompt.Tobias Geerinckx-Rice2021-01-31
| | | | | * gnu/installer/newt/services.scm (run-desktop-environments-cbt-page): Fix and clarify the #:info-text.
* gnu: Add licenseheaders.Tanguy Le Carrour2021-01-31
| | | | | | * gnu/packages/license.scm (licenseheaders): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: teeworlds: Fix audio.Lars-Dominik Braun2021-01-31
| | | | | | | | | | | * 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>
* gnu: Add python-threadpoolctl.Efraim Flashner2021-01-31
| | | | * gnu/packages/machine-learning.scm (python-threadpoolctl): New variable.
* ci: Remove the package version from the job name.Mathieu Othacehe2021-01-31
| | | | | | | | 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.
* gnu: esbuild: Update to 0.8.37.Ryan Prior2021-01-31
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.37. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: wireshark: Update to 3.4.3.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/networking.scm (wireshark): Update to 3.4.3.
* gnu: python-pikepdf: Update to 2.5.1.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.1.
* gnu: emacs-tramp: Update to 2.5.0.1.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.1.
* gnu: Add indi.Sharlatan Hellseher2021-01-31
| | | | | | * gnu/packages/astronomy.scm (indi): New variable. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-deploy: Update to 1.0.0-2.9b20e64.Sharlatan Hellseher2021-01-31
| | | | | | | | | * 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>
* gnu: Add cl-mpg123.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-mpg123, ecl-cl-mpg123, sbcl-cl-mpg123): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-verbose.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-verbose, ecl-verbose, sbcl-verbose): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-piping.Sharlatan Hellseher2021-01-31
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-piping, ecl-piping, sbcl-piping): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: sbcl-puri: Update to 1.5.7-2.4bbab89.Sharlatan Hellseher2021-01-31
| | | | | | | * 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>
* gnu: sbcl-cl-online-learning: Update to 0.5-1.87fbef8.Sharlatan Hellseher2021-01-31
| | | | | | | | | * 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>
* gnu: alacritty: Update to 0.7.1.Nicolas Goaziou2021-01-31
| | | | | | * gnu/packages/terminals.scm (alacritty): Update to 0.7.1. [origin]: Remove snippet. [arguments]: Remove failing test. Remove unneeded phase and some replacements.
* gnu: rust-libloading-0.6: Do not enable unstable features.Nicolas Goaziou2021-01-31
| | | | | | * gnu/packages/crates-io.scm (rust-libloading-0.6)[origin]: Remove snippet. The snippet would make alacritty build fail.
* gnu: Add rust-alacritty-terminal-0.12.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/crates-io.scm (rust-alacritty-terminal-0.12): New variable.
* gnu: Add rust-alacritty-config-derive-0.1.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/crates-io.scm (rust-alacritty-config-derive-0.1): New variable.
* gnu: Add rust-vte-0.10.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-io.scm (rust-vte-0.10): New variable. (rust-vte-0.3): Inherit from above.
* gnu: Add rust-vte-generate-state-changes-0.1.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/crates-io.scm (rust-vte-generate-state-changes-0.1): New variable.
* gnu: Add rust-cocoa-0.24.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-io.scm (rust-cocoa-0.24): New variable. (rust-cocoa-0.23): Inherit from above.
* gnu: Add rust-core-graphics-0.22.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-graphics.scm (rust-core-graphics-0.22): New variable. (rust-core-graphics-0.21): Inherit from above.
* gnu: Add rust-copypasta-0.7.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/crates-io.scm (rust-copypasta-0.7): New variable.
* gnu: Add rust-clipboard-win-3.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-io.scm (rust-clipboard-win-3): New variable. (rust-clipboard-win-2.1): Inherit from above.
* gnu: Add rust-lazy-bytes-cast-5.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/crates-io.scm (rust-lazy-bytes-cast-5): New variable.
* gnu: Add rust-smithay-clipboard-0.6.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-graphics.scm (rust-smithay-clipboard-0.6): New variable. (rust-smithay-clipboard-0.3): Inherit from above.
* gnu: Add rust-smithay-client-toolkit-0.12.Nicolas Goaziou2021-01-31
| | | | | | * gnu/packages/crates-graphics.scm (rust-smithay-client-toolkit-0.12): New variable. (rust-smithay-client-toolkit-0.6): Inherit from above.
* gnu: Add rust-andrew-0.3.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-graphics.scm (rust-andrew-0.3): New variable. (rust-andrew-0.2): Inherit from above.
* gnu: Add rust-rusttype-0.9.Nicolas Goaziou2021-01-31
| | | | | * gnu/packages/crates-io.scm (rust-rusttype-0.9): New variable. (rust-rusttype-0.8): Inherit from above.
* gnu: Add rust-ab-glyph-rasterizer-0.1.Nicolas Goaziou2021-01-31
| | | | * gnu/packages/crates-io.scm (rust-ab-glyph-rasterizer-0.1): New variable.