* gnu/packages/games.scm (angband): Update to 4.2.6.
[source]: Delete non-free and unused Windows libraries.
[arguments]:<#:phases>: Add 'fix-infinite-loop-on-sighup to prevent SIGHUP
from triggering an infinite loop.
Change-Id: I865d80f02e1ee815ea3fdabfe6999ae13e4120a9
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
With the latest 2.2.X version of cadical, lean4's test suite fails.
This can be mitigated by packaging the old version as cadical-2.1.
* gnu/packages/maths.scm (cadical-2.1): New variable.
* gnu/packages/lean.scm (lean4)[inputs]: Replace cadical with cadical-2.1.
Change-Id: Id5e4a06266e0688454040caf0766bf8d769bbd10
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/dlang.scm (d-tools)[#:phases]: Build test executables for the
target bit size.
Change-Id: I49ea559c857757abb217ff896ebd6994ea4a90c0
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu/packages/patches/ldc-i686-int128-alignment.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/dlang.scm (ldc-bootstrap)[patches]: Use it.
Change-Id: I21671c2a54634c284d8832f0627fe28494e1b0b8
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Keep tools and driver in strict sync, as that is what upstream supports.
(‘Tightly coupled’ ain't even the word; it's the same source tree.)
* gnu/packages/file-systems.scm (bcachefs-linux-module)[version]:
Inherit from bcachefs-tools-minimal.
[source]: Likewise.
Change-Id: Ibe93f07ad1e7ebc995c4043fece3d4d0a1212d3c
* gnu/packages/file-systems.scm (bcachefs-linux-module): Update to
1.37.4.
[arguments]: Remove the now-obsolete 'patch-source phase. I'm surprised
that it ever worked as it broke Makefile syntax.
Change-Id: Ice76e94bca91901e565eef57469091a7fb891ab1
* gnu/packages/llvm.scm (make-llvm-rocm)[arguments]: Use system->llvm-target
instead of hardcoded "X86" for LLVM_TARGETS_TO_BUILD, so that the native
backend is always available. This fixes test failures on non-x86 hosts where
llc cannot resolve the default triple.
Change-Id: I2e94583452730c15fe5e24a39420289cdff70202
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Merges: #7472
* gnu/packages/file-systems.scm (bcachefs-linux-module)[home-page]:
Inherit from bcachefs-tools-minimal rather than the /static variant.
Change-Id: Ia3b28916300380ccc5956bfcb19f62c0d6628fd8
Previously, the actual bcachefs.ko.zst was missing.
* gnu/packages/file-systems.scm (bcachefs-linux-module)[arguments]:
Set #:make-flags and honour them in the 'prepare-build-directory
phase (renamed to avd. p'ntless abbr.).
Fixes: #6601
Change-Id: I9df0396bda73421bf1233491a6e7eace40073c51
During update to 0.21 in 1beeaed371 the
’emacs let binding was left behind.
* gnu/packages/emacs-xyz.scm (emacs-xelb)[arguments]: Clean up
’regenerate-el-files #:phase.
Change-Id: I8b4180e658eaefecd616bdfff2e3b619bf72aa07
* gnu/packages/python-compression.scm (python-cramjam)[arguments]:
Adjust the test-flags to skip another test.
Change-Id: If83f72c5da43a1c0087192e001c359a16b2c7f14
This reverts commit b025c71030.
`texlive-local-tree' is not meant to be propagated, but should be used as
a native input to build documentation.
Change-Id: I60313c7608e91fd2613614ddb76ba5602e25d0fe
The extra dependencies specified in Rakefile are only necessary
if when using Ruby build system's check phase.
* gnu/packages/ruby.scm (ruby-test-unit)[arguments]<#:phases>:
Replace check phase to run the test script directly.
[native-inputs]: Remove bundler, ruby-packnga and ruby-yard.
Change-Id: Ia0cdf09989d2c12f1c72e059806fb2ef8081fc8d
Reviewed-by: Carlo Zancanaro <carlo@zancanaro.id.au>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
* gnu/packages/linux.scm (corefreq): Update to 2.1.0.
[#:phases]<patch-Makefile>: Use ‘echo’ instead of ‘@echo’.
<prepare>: Drop call to “make”.
Fixes: guix/guix#7330 (corefreq fails to build)
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Propagates icecat changes of 1720eee400 to
icedove.
* gnu/packages/gnuzilla.scm: Add comments about which packages should be
updated together, and how to do so.
* (%icedove-build-id, %icedove-version, thunderbird-comm-source)
(thunderbird-comm-l10n): Update to 140.9.0.
Closes: guix/guix#7462.
Merges guix/guix!7488
Change-Id: Idef6410450db50e9d4d9ea5ac5f571a80db37286
Signed-off-by: Cayetano Santos <csantosb@inventati.org>