Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs.scm (emacs)[inputs]: Add libselinux to support
extended attributes.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
* gnu/packages/emacs.scm (emacs)[inputs]: Add lcms.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
|
|
Fixes <https://issues.guix.gnu.org/55440>.
* gnu/packages/check.scm (python2-pytest-cov, python2-freezegun): Define
without package-with-python2.
* gnu/packages/python-xyz.scm (python2-babel): Likewise.
* gnu/packages/time.scm (python2-dateutil): Likwise.
|
|
This extension is required by some programs that depend on openfst that aren't
yet packaged.
* gnu/packages/machine-learning.scm (openfst): Update to 1.8.2.
[arguments]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
The extension doesn't build in old versions of openfst such as 1.7.3 without
manually setting CXXFLAGS.
This package definition, including this workaround to build extensions
successfully, will need to be removed once kaldi is fixed upstream and can be
used with up-to-date versions of openfst.
* gnu/packages/machine-learning.scm (openfst-1.7.3)[arguments]: New field.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Either kaldi's tests are broken or openblas has reintroduced a bug:
- https://github.com/kaldi-asr/kaldi/pull/4421
More testing & fixes required upstream to re-enable the tests later. For now
they'll just have to be ignored.
* gnu/packages/machine-learning.scm (kaldi): Update to dd107fd.
[arguments]: In 'configure' phase, modify "matrix/Makefile".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Kaldi is currently broken with openfst versions newer than 1.7.3 as it changed
some of its function signatures.
Once Kaldi is patched/fixed, this should be removed.
Reference Issues:
- https://github.com/kaldi-asr/kaldi/issues/4131
- https://github.com/kaldi-asr/kaldi/issues/4393
* gnu/packages/machine-learning.scm (openfst-1.7.3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/maths.scm (openblas)[inputs, native-inputs]: Remove labels.
[arguments]: In 'set-extralib' phase, use 'search-input-file'.
|
|
* gnu/packages/maths.scm (openblas): Update to 0.3.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.92.
|
|
* gnu/packages/tls.scm (openssl-3.0): Update to 3.0.3.
|
|
* gnu/packages/gl.scm (mesa)[inputs, native-inputs]: Remove labels.
(mesa-opencl)[inputs-, native-inputs]: Likewise, and use 'modify-inputs'.
|
|
* gnu/packages/gl.scm (mesa): Update to 21.3.8.
|
|
* gnu/packages/linux.scm (efibootmgr)[source, home-page]: Update to new
upstream URI.
|
|
Fixes <https://issues.guix.gnu.org/55373>.
* gnu/packages/linux.scm (efibootmgr)[arguments]: When cross-compiling
add make-flags to find and use the correct binaries and libraries.
|
|
* gnu/packages/linux.scm (efivar)[arguments]: Adjust make-flags to set
CC and not CC_FOR_BUILD.
|
|
* gnu/packages/emacs.scm (emacs-wide-int)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
|
|
* gnu/packages/emacs.scm (emacs-no-x-toolkit)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
|
|
* gnu/packages/emacs.scm (emacs-no-x)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
|
|
* gnu/packages/emacs.scm (emacs-xwidgets)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
|
|
* gnu/packages/emacs.scm (emacs-next-pgtk)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
|
|
* gnu/packages/patches/emacs-yasnippet-fix-tests.patch: New file.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Use it here.
* gnu/local.mk (dist_patch_DATA): Register it here.
|
|
* gnu/packages/patches/libxmlb-install-xb-tool-into-bindir.patch: New file.
* gnu/packages/xml.scm (libxmlb)[source]: Add patch.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add
'xb-tool-external-tool phase.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 212.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dash)[arguments]: Convert to list of
G-Expressions.
|
|
* gnu/packages/emacs-xyz.scm (emacs-dash)[phase]:
Add phase 'disable-byte-compile-error-on-warn.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* gnu/packages/emacs.scm (emacs-minimal)[inputs, native-inputs]: Reduce to a
single line.
[#:configure-flags]: Use G-Expression rather than double quoting.
|
|
The search for guix-emacs.el has already been inlined into a phase shared
by all emacs variants.
* gnu/packages/emacs.scm (emacs-minimal)[inputs]: Remove "emacs/guix-emacs.el".
|
|
* gnu/packages/syncthing.scm (syncthing): Update to 1.20.1.
|
|
* gnu/packages/mpd.scm (mpd): Update to 0.23.7.
|
|
* gnu/packages/freedesktop.scm (wayland): Update to 1.20.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
This is a follow-up to 5f315e1d5f46721c757f5259835d84d6a037f9b9.
The addition of autoconf wasn't reflected in emacs-minimal, causing builds
to break. Also drop labels while we're at it.
* gnu/packages/emacs.scm (emacs-minimal)[inputs]: Drop labels.
[native-inputs]: Drop labels. Add autoconf.
|
|
This is a follow-up to commit 64557bc695f074af3fcf1eeed8f6696921ef18c5.
Inputs lacking from emacs proper may not be present in emacs-minimal,
thus throwing an error on lookup. This error is already anticipated in
the handling code.
* gnu/packages/emacs.scm (emacs)[patch-program-file-names]: Wrap
search-input-file in false-if-exception.
|
|
This is a follow-up to commit 64557bc695f074af3fcf1eeed8f6696921ef18c5.
The use of G-Expressions in emacs' arguments wasn't reflected in
emacs-minimal, causing builds to fail as reported in
<https://issues.guix.gnu.org/issue/55415>.
* gnu/packages/emacs.scm (emacs-minimal)[arguments]: Convert to list of
G-Expessions.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.313.
(linux-libre-4.9-pristine-source, deblob-scripts-4.9): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.278.
(linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.242.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.193.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.115.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.39.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.7.
(linux-libre-5.17-pristine-source): Update hash.
|
|
* gnu/packages/emacs.scm (emacs-next-pgtk)[version,source]: Drop fields,
inheriting from emacs-next instead.
|
|
* gnu/packages/emacs.scm (emacs-next): Update to
38d87c43c2ad727406dcfe316aac5e24e202c251.
|
|
* gnu/packages/emacs.scm (emacs)[#:phases]: Add ‘enable-elogind’.
[inputs]: Add elogind.
[native-inputs]: Add autoconf.
|
|
* gnu/packages/emacs.scm (emacs)[source]<snippet>: Drop trailing ‘#t’.
[arguments]: Convert to list of G-Expressions.
Use ‘search-input-file’ where possible.
Inline references to auxiliary files.
Drop trailing ‘#t’s.
[inputs, native-inputs]: Drop labels.
|
|
* gnu/packages/emacs.scm (emacs): Update to 28.1
* gnu/packages/patches/emacs-exec-path.patch: Adjust accordingly.
* gnu/packages/patches/emacs-ignore-empty-xim-styles.patch: Delete file.
* gnu/local.mk: Remove it here.
|
|
* gnu/packages/package-management.scm (rpm): Update to 4.17.0.
[configure-flags]: Remove '--without-lua', no longer supported.
[phases]: Delete trailing #t.
{fix-lua-check}: New phase.
[inputs]: Use new style, sort inputs and add lua.
|
|
* gnu/packages/shells.scm (xonsh): Update to 0.12.4.
[source](snippet): Substitute "xonsh/parsers/completion_context.py".
[arguments]: Rewrite #:phases as a gexp.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/engineering.scm (poke): Update to 2.3.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|