Age | Commit message (Collapse) | Author |
|
* gnu/packages/shells.scm (dash): Update to 0.5.11.5.
|
|
Fixes a regression introduced in
5dac09e263d566ccf99776df97c47eed0d30c172 whereby version-control.scm
would inherit from GUILE-SYNTAX-HIGHLIGHT, which is in guile-xyz.scm,
thereby leading to unbound variable errors.
Reported by vivien on #guix.
* gnu/packages/version-control.scm (guile-syntax-highlight-for-gitile):
Move to...
* gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile):
... here. New variable. Add 'properties' field.
|
|
* gnu/packages/linux.scm (acpi-call-linux-module): Update to 1.2.2.
[arguments]: Stop returning #t from phases.
[home-page]: Match source.
|
|
* gnu/services/version-control.scm (gitile-service-type): New variable.
* doc/guix.texi (Version Control Services): Document it.
* gnu/tests/version-control.scm (%test-gitile): New variable.
|
|
* gnu/services/version-control.scm (gitolite-rc-file): Add
unsafe-pattern field.
(gitolite-rc-file-compiler): Write it.
* doc/guix.texi (Version Control Services): Document it.
|
|
* gnu/packages/version-control.scm (gitile): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dictionary): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
Node runs parts of itself on the host for bootstraping therefore for
cross-compiling support we need to fidle with the rpath in the build system,
as well as duplicating some of the dependencies as native-inputs and inputs.
* gnu/pakcages/node.scm (node)[arguments]: Refer to /bin/sh and /bin/env
directly instead of using (which). Add new 'set-bootstrap-host-rpath phase
to correctly set the rpath for binaries that are meant to run on the host.
Pass --cross-compiling and --dest-cpu to configure script if needed. Set the
CC_host, CXX_host, CC, CCX and PKG_CONFIG variable for cross-compilation.
Refer to the host python. Do not return #t from any phases.
[native-inputs]: Add c-ares, http-parser, icu4c, libuv, nghttp2, openssl and
zlib. Remove which.
[inputs]: Add bash and coreutils.
(llhttp-bootstrap)[arguments]: Refer to esbuild via (or native-inputs inputs).
(node-lts)[arguments]: Add new 'set-bootstrap-host-rpath phase to correctly
set the rpath for host binaries. Pass --cross-compiling and --dest-cpu to
configure script if needed. Set the CC_host, CXX_host, CCX and PKG_CONFIG
variable for cross-compilation. Refer to the host python. Do not return #t
from any phases. Refer to /bin/sh and /bin/env directly instead of
using (which). Do not return #t from any phases.
[native-inputs]: Hardcode native inputs instead of inheriting them from node.
[inputs]: Add bash and coreutils.
|
|
* gnu/packages/web.scm (esbuild)[arguments]: Set the ESBUILD_RACE
variable to an empty string to remove the -race option.
|
|
* gnu/packages/python-xyz.scm (python2-selectors2): Remove variable.
|
|
* gnu/packages/python-xyz.scm (python2-rfc6555): Remove variable.
(python-rfc6555)[properties]: Remove field.
|
|
* gnu/packages/mail.scm (offlineimap3): New variable.
(offlineimap): Replace with deprecated package.
|
|
* gnu/packages/mail.scm (python-imaplib2): New variable.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20210822.
|
|
* gnu/packages/python-crypto.scm
(python-pycryptodomex)[source]{snippet}: Unbundle libtomcrypt.
(python-pycryptodomex)[source]{modules}: Add (guix build utils).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-crypto.scm
(pycryptodome-unbundle-tomcrypt-snippet): New variable.
(python-pycryptodome)[source]{snippet}: Unbundle libtomcrypt.
(python-pycryptodome)[source]{modules}: Add (guix build utils).
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (date2name): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://issues.guix.gnu.org/49295>.
Reported by Maxime Devos <maximedevos@telenet.be>.
* gnu/packages/patches/mailutils-variable-lookup.patch: New file.
* gnu/packages/mail.scm (mailutils)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/finance.scm (electron-cash): Update to 4.2.5.
|
|
* gnu/packages/lisp.scm (txr): Update to 270.
|
|
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.3.
[arguments]: Update 'fix-build' phase. Remove 'generate-zxcvbn-c' phase.
|
|
* gnu/packages/finance.scm (monero): Update to 0.17.2.3.
|
|
* gnu/packages/bioinformatics.scm (r-catch): New variable.
|
|
* gnu/packages/guile-xyz.scm (artanis): Update to 0.5.
[inputs]: Replace guile-2.2 with guile-3.0. Add nspr.
[propagated-inputs]: Replace guile-json-1 with guile-json-3, guile2.2-readline
with guile-readline, and guile2.2-redis with guile-redis.
[arguments]: Do not return #t from custom phases.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/guile-xyz.scm (artanis)[arguments]: Import
target-guile-effective-version from (guix build guile-build-system). Use
target-guile-effective-version to determine the guile effective version.
|
|
* gnu/packages/games.scm (cataclysm-dda): Update to 0.F-2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-boon): Update to 1.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.1.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update hash. This is
a follow-up to last commit (8e6bac249276f1a17d073220ba59a07c8b071642).
|
|
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-elfeed-score): Update to 0.8.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.1.1.
|
|
harmonist-tk has been superseded by harmonist-sdl. Current harmonist-tk
package fails to build due to upgrade of harmonist to 0.4.1.
* gnu/packages/games.scm (harmonist-tk): Remove variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/game-development.scm (python-pyxel): New variable.
|
|
* gnu/packages/bioinformatics.scm (scregseg): New variable.
|
|
* gnu/packages/bioinformatics.scm (python-strawc)[inputs]: Move pybind11 from
here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/bioinformatics.scm (python-scanpy)[native-inputs]: Move
python-sinfo from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/jupyter.scm (python-jupyter-server)[native-inputs]: Replace
python-pytest-6 with python-pytest.
|
|
* gnu/packages/python-xyz.scm (python-anyio)[arguments]: Disable asyncio
plugin, and explicitly disable network tests.
|
|
* gnu/packages/check.scm (python-pytest-mock-3): Remove variable.
* gnu/packages/python-xyz.scm (python-anyio)[native-inputs]: Replace
python-pytest-mock-3 with python-pytest-mock.
|
|
* gnu/packages/web-browsers.scm (telescope): Update to 0.5.1.
[native-inputs]: Add pkg-config.
Co-authored-by: Brice Waegeneire <brice@waegenei.re>
|
|
* gnu/packages/emacs-xyz.scm (emacs-jenkinsfile-mode): Update to commit
65bf392.
|
|
* gnu/packages/emacs-xyz.scm (emacs-groovy-modes): Update to version 2.1.
[arguments]: Enable tests, running the test suite via 'ert-runner'.
[native-inputs]: New field.
[propagated-inputs]: Add emacs-dash.
|
|
* gnu/packages/curl.scm (h2c): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/finance.scm (ledger-agent)[description]: Remove usage.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/text-editors.scm (kakoune): Update to v2021.08.28
[native-inputs]: Use gcc-10.
[inputs]: Remove ncurses dependancy.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/code.scm (global)[inputs]: Add bash-minimal,
universal-ctags, python-pygments.
[arguments]: Add configure-flags to find ctags. Add phases to install
plugins and to wrap python script with PYTHONPATH.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.282.
(linux-libre-4.4-pristine-source): Update hash.
|