Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-rg)[inputs]: Remove. Move ripgrep to...
[propagated-inputs]: ... here. This also gives access to ripgrep's manual.
[arguments]: Replace the full path with the executable name.
|
|
* gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008.
Fixes in that commit adapt the display function for changes in emacs 27.0.50.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/fonts.scm (font-fira-go): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/music.scm (zplugins): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/audio.scm (ztoolkit-rsvg)[inputs]: Remove librsvg.
[propagated-inputs]: Add librsvg.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/audio.scm (ztoolkit):[inputs]: Remove cairo, libx11.
[propagated-inputs]: Add cairo, libx11.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/emacs.scm (emacs-next-pgtk): Update to 28.0.50-1.ae18c8e.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/python-xyz.scm (python-folium): Update to 0.12.1.
[source]: Fetch from GitHub instead of PyPI.
|
|
* gnu/packages/password-utils.scm (keepassxc): Update to 2.6.4.
|
|
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.2.
|
|
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-64.79b77b4.
|
|
* gnu/packages/chemistry.scm (openbabel): Update to 3.1.1.
[source]: Update URI.
[arguments]: Temporarily skip tests on i686-linux.
|
|
* gnu/packages/chemistry.scm (inchi): Update to 1.06.
[source]: Use HTTPS.
[native-inputs]: Update inchi-doc hash.
|
|
* gnu/packages/bioinformatics.scm (vcflib)[arguments]: In custom
generated pkg-config file, link with all needed libraries and
fix linker library.
* gnu/packages/patches/freebayes-devendor-deps.patch: Adjust accordingly.
|
|
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.
|
|
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/packages/ci.scm (cuirass): Update to 0.0.1-63.da93cb9.
|
|
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-62.74c1a94.
|
|
* 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/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92.
|
|
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/packages/backup.scm (dump): Update to 0.4b47.
[inputs]: Replace OPENSSL-1.0 with OPENSSL.
|
|
* 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/packages/autotools.scm (autoconf-2.70): Rename to...
(autoconf-2.71): ... this. Update to 2.71.
|
|
* gnu/packages/python-xyz.scm (python-sympy): Update to 1.7.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/xfce.scm (mousepad): Update to 0.5.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/messaging.scm (utox): Update to 0.18.1.
[inputs]: Remove libsodium.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/tor.scm (privoxy): Update to 3.0.31.
|
|
* gnu/packages/admin.scm (opendoas): Update to 6.8.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
Some tests fail constant when building with multiple threads.
* gnu/packages/language.scm (libchewing)[arguments]: Set
`parallel-tests` to false.
|
|
* gnu/packages/ssh.scm (sshpass): Update to 1.09. Re-order fields.
|
|
* 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>
|
|
* gnu/packages/license.scm (licenseheaders): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* 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/packages/machine-learning.scm (python-threadpoolctl): New variable.
|
|
* gnu/packages/web.scm (esbuild): Update to 0.8.37.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/networking.scm (wireshark): Update to 3.4.3.
|
|
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.1.
|
|
* gnu/packages/astronomy.scm (indi): New variable.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/packages/lisp-xyz.scm (cl-mpg123, ecl-cl-mpg123, sbcl-cl-mpg123): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-verbose, ecl-verbose, sbcl-verbose): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-piping, ecl-piping, sbcl-piping): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* 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/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/packages/terminals.scm (alacritty): Update to 0.7.1.
[origin]: Remove snippet.
[arguments]: Remove failing test. Remove unneeded phase and some replacements.
|
|
* gnu/packages/crates-io.scm (rust-libloading-0.6)[origin]: Remove snippet.
The snippet would make alacritty build fail.
|
|
* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.12): New variable.
|