Age | Commit message (Collapse) | Author |
|
* gnu/packages/gnome.scm (sushi): Update to 42.0.
[inputs]: Replace webkitgtk-with-libsoup2 with webkitgtk.
|
|
* gnu/packages/audio.scm (faust-2): Update to 2.41.1.
[build-system]: Replace gnu-build-system with cmake-build-system.
[arguments]<#:phases>: Invoke cmake directly to build the main package
and invoke make directly to build ancillary tools.
[native-inputs]: Replace llvm-3.8 with llvm.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/engineering.scm (candle): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/kde-plasma.scm (breeze-gtk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/version-control.scm (git): Update to 2.37.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/audio.scm (lv2-mda-piano)[native-inputs]: Add ttl2c.
|
|
This is really version 2.x of the API.
* gnu/packages/audio.scm (lvtk): Rename this variable...
(lvtk-2): ...to this.
[version]: Bump major version to 2.
(lvtk): Alias to lvtk-1.
|
|
* gnu/packages/audio.scm (lvtk-1): New variable.
|
|
* gnu/packages/audio.scm (ttl2c): New variable.
|
|
* gnu/packages/mpi.scm (openmpi)[inputs]: Wrap valgrind in if-supported
macro.
[arguments]: Adjust configure-flags based on if valgrind is present.
|
|
* gnu/packages/lisp.scm (sbcl)[native-inputs]: Remove clisp, add ecl.
[arguments]: In custom 'build phase replace 'clisp' with 'ecl' for
powerpc-linux and adjust the dynamic-space-size to closer to the maximum
RAM for the architecture.
|
|
Fixes <https://issues.guix.gnu.org/51093>.
* gnu/packages/games.scm (pokerth) [source]: Apply patch
[inputs]: Use new style.
[phases]: Delete trailing #t. Use gexps.
{fix-paths}: Remove the gsasl and libircclient related substitutions.
|
|
Partially fixes <https://issues.guix.gnu.org/51093>.
* gnu/packages/protobuf.scm (protobuf-2)
[phases]{disable-broken-tests}: Delete phase.
|
|
* gnu/packages/linux.scm (numactl)[supported-systems]: Remove field.
|
|
* gnu/packages/linux.scm (numactl)[arguments]: When building for
riscv64-linux always link with libatomic.
|
|
* gnu/packages/gnome.scm (libratbag)[arguments]: Disable some tests when
valgrind isn't present.
[native-inputs]: Only add valgrind on systems which support it.
|
|
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Adjust
make-flags to find pytest. Don't disable tests.
|
|
* gnu/packages/file-systems.scm (bcachefs-tools)[native-inputs]: Only
add valgrind on systems where valgrind is supported.
|
|
* gnu/packages/lisp.scm (sbcl)[arguments]: When building for armhf-linux
add a phase to remove build optimizations targeting armv5.
|
|
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to allow a longer test timeout.
|
|
* gnu/packages/python-web.scm (python-tornado-6)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
|
|
* gnu/packages/python-xyz.scm (python-attrs)[arguments]: When building
for riscv64-linux remove the hypothesis test deadlines.
|
|
* gnu/packages/gnome.scm (gvfs): Update to 1.50.2.
[arguments]: Use gexps.
[native-inputs, inputs]: Use new style.
|
|
* gnu/packages/emacs-xyz.scm (emacs-easy-kill): Update to 0.9.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-all-the-icons-dired): Update to 2.0.
[source]<origin>: Update URI.
[home-page]: Update URL.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mastodon)[arguments]: Use
G-expressions. Remove trailing #T in phases.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 1.0.0.
[propagated-inputs]: Add EMACS-REQUEST.
[source]<origin>: Update URI.
[home-page]: Update URL.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.60.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pandoc-mode): Update to 2.32.
|
|
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pyim-basedict): Update to 0.5.4.
[propagated-inputs]: Add EMACS-PYIM.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 5.2.3.
[propagated-inputs]: Remove EMACS-PYIM-BASEDICT.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 3.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.5.
|
|
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.10.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-yaml): Update to 0.5.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.23.
|
|
* gnu/packages/tor.scm (onionshare-cli)[source]: Update git URL.
|
|
* gnu/packages/tor.scm (onionshare): Update to 2.5.
[tests?]: Set to #f.
[phases]: Use gexps.
{patch-tests}: Delete phase.
{check}: Invoke pytest through xvfb-run.
|
|
* gnu/packages/tor.scm (onionshare-cli): Update to 2.5.
[phases]: Use gexps.
{bake-tor}: Use search-input-file and search-input-directory.
|
|
* gnu/home/services/guix.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add guix.scm.
* doc/guix.texi: Add documentation for home-channels-service.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/llvm.scm (libomp-14): New variable.
(libomp-13): Inherit from libomp-14.
(libomp): Define as libomp-13.
(make-clang-toolchain): Parameterize libomp.
(clang-toolchain-14): Use libomp-14.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/llvm.scm (llvm-14, clang-14, lld-14): Update to 14.0.6.
(%llvm-monorepo-hashes, %llvm-patches): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/clang-runtime-3.7-fix-build-with-python3.patch,
gnu/packages/patches/llvm-3.x.1-fix-build-with-gcc.patch: New files.
* gnu/packages/llvm.scm (clang-runtime-3.7, llvm-3.7, llvm-3.8): Use patches.
* gnu/local.mk: Register patches.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/llvm-8-fix-build-with-gcc-10.patch: New file.
* gnu/packages/llvm.scm (clang-8, clang-runtime-8): Update to 8.0.1.
* gnu/packages/llvm.scm (llvm-8): Use patch and update to 8.0.1.
* gnu/local.mk: Register patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/shells.scm (xonsh): Update to 0.13.0.
[source]: Rewrite snippet as a gexp.
[native-inputs]: Add python-setuptools, python-wheel
[inputs]: Add python-distro, python-pygments, python-pyperclip, python-setproctitle
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/xorg.scm: Use a single blank line between packages.
|
|
Fixes <https://issues.guix.gnu.org/43592>.
* gnu/packages/xorg.scm (mkfontscale)[configure-flags]: Point to libx11's
locale.alias file via the '--with-localealiasfile' configure option.
[inputs]{libx11}: New input.
|