Age | Commit message (Collapse) | Author |
|
* build-aux/cuirass/evaluate.scm (command-line): Change second argument
to 'n-par-for-each'.
|
|
Works around <https://issues.guix.gnu.org/55441#12>.
Start from commit bd86bbd300474204878e927f6cd3f0defa1662a5,
'open-inferior' uses 'primitive-fork' instead of 'open-pipe*'. As a
result, child process could potentially hang before calling 'execl' due
to undefined behavior when forking a multi-threaded process.
* build-aux/cuirass/evaluate.scm <top level>: Call 'open-inferior'
before 'n-par-for-each'.
|
|
Works around <https://issues.guix.gnu.org/55441#12>.
* gnu/packages/package-management.scm (guix-for-cuirass): New variable.
* gnu/packages/ci.scm (cuirass)[inputs]: Use it.
|
|
Fixes <https://issues.guix.gnu.org/55480>.
Reported by Greg Hogan <code@greghogan.com>.
* guix/scripts/package.scm (find-packages-by-description): When PACKAGE1
and PACKAGE2 have the same name, sort by version.
|
|
* gnu/packages/games.scm (robotfindskitten)[description]: Use correct spelling
of “humorously”.
|
|
Fixes #55359.
* gnu/services/ssh.scm (extend-openssh-authorized-keys): Use KEYS argument.
|
|
* gnu/packages/bioinformatics.scm (r-icellnet)[description]:
Fix ‘this packages’ typo.
* gnu/packages/cran.scm (r-add2ggplot)[description]: Likewise.
* gnu/packages/crates-io.scm (rust-const-oid-0.6, rust-pem-rfc7468-0.2)
(rust-scrypt-0.8)[description]: Likewise.
|
|
* doc/guix.texi (Guix Services): Fix ‘coresponding’ typo.
(Using cross-compilation): Fix ‘mecanism’ typo.
(Desktop Services): Fix ‘superceeded’ typo.
* doc/contributing.texi (Translating Guix): Fix ‘everytime’ typo.
|
|
* gnu/packages/tex.scm (texlive-inputenx)[descripton]: Edit & fix spelling.
|
|
* gnu/packages/chez.scm (chez-scheme-bootstrap-bootfiles)[description]:
Fix ‘upsream’ typo.
|
|
* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo.
|
|
* gnu/packages/gnustep.scm (libobjc2)[description]:
Fix ‘replacment’ typo.
|
|
* gnu/packages/racket.scm (racket-vm-cs)[description]:
Fix ‘implemetation’ typo.
|
|
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation)[synopsis]:
Fix ‘elipsis’ typo.
|
|
* gnu/packages/chez.scm (stex-bootstrap)[synopsis]: Fix ‘embeded’ typo.
|
|
* gnu/packages/node-xyz.scm (node-inherits)[description]:
Fix ‘constructer’ typo.
|
|
* gnu/packages/games.scm (fortune-mod): Update to 3.14.0.
|
|
* gnu/packages/games.scm (rinutils): Update to 0.10.1.
|
|
* gnu/packages/games.scm (openttd): Update to 12.2.
|
|
* gnu/packages/engineering.scm (libngspice): Update to 37.
[arguments]: Remove old "--with-readline=no" work-around
from #:configure-flags.
|
|
The ‘v0.6.2’ tag advanced by one commit (070a7a7) to fix
‘breaking bibtex-completion’.
* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex)[source]:
Update hash.
|
|
* gnu/packages/emacs-xyz.scm (emacs-djvu): Update to 1.1.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.3.
|
|
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.3.0.
|
|
* gnu/packages/databases.scm (emacs-rec-mode)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.8.3.
|
|
* gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0.
|
|
* gnu/packages/debian.scm (dpkg)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/debian.scm (dpkg)[native-inputs]: Add gnupg.
|
|
* gnu/packages/debian.scm (dpkg): Update to 1.21.8.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20220522.
|
|
Work around <https://issues.guix.gnu.org/55287>.
* gnu/packages/admin.scm (lynis)[arguments]: Add a custom 'unpack phase
that doesn't MAKE-FILE-WRITABLE.
|
|
* gnu/packages/admin.scm (lynis): Update to 3.0.8.
|
|
* gnu/packages/python-xyz.scm (pelican): Update to 4.7.2.
|
|
* gnu/packages/databases.scm (litecli): Update to 1.8.0.
|
|
* gnu/packages/python-xyz.scm (python-cli-helpers): Update to 2.2.1.
[propagated-inputs]: Remove python-terminaltables.
|
|
* gnu/packages/c.scm (libhx): Update to 4.3.
|
|
* gnu/packages/c.scm (libbytesize)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/c.scm (libbytesize): Update to 2.6.
|
|
* gnu/packages/audio.scm (qjackctl): Update to 0.9.7.
|
|
* gnu/packages/busybox.scm (toybox)[arguments]: Add #:make-flags to
replace ad hoc use of environment variables and custom phases.
Remove the 'set-environment-variables and custom 'install phase.
|
|
* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
|
|
Turns out this platform doesn't have a bootstrap tarball and should be
considered as not supported for now.
* guix/platforms/s390.scm: Remove it.
* Makefile.am (MODULES): Adapt it.
* doc/guix.texi (Foreign Architectures): Ditto.
|
|
* gnu/packages/nano.scm (nano): Update to 6.3.
|
|
Follow-up to a9dcd60bc11afb3934c11fbad159a16f0f223fd1.
* gnu/system/images/hurd.scm: Adjust module imports to changes in code
structure.
|
|
The hurd platform is now defined in the (guix platforms x86) module.
* guix/platforms/hurd.scm: Remove it.
* Makefile.am (MODULES): Adapt it.
|
|
* gnu/packages/embedded.scm (west): Update to 0.13.1.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-53.3de63f1.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-configuration-guix-data-service-build-server-id):
New procedure.
(guix-build-coordinator-queue-builds-shepherd-services): Use the guix-data-service-build-server-id.
* doc/guix.texi (Guix Build Coordinator): Document the new queue builds
configuration field.
|
|
* doc/guix.texi (Foreign Architectures): Capitalize the chapter title, remove
most of "GNU Guix" occurences and other small improvements.
|
|
* tests/gexp.scm (ungexp + ungexp-native,
input list + ungexp-native,
input list splicing + ungexp-native-splicing,
gexp list splicinng + ungexp-splicing,
gexp->derivation, cross-compilation,
gexp->derivation, ungexp-native,
gexp->derivation, ungexp + ungexp-native,
gexp->derivation, ungexp-native + composed gexps): Change
mips64el-linux to mips64el-linux-gnu.
* tests/guix-pack.sh: Change arm-unknown-linux-gnueabihf to
arm-linux-gnueabihf.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|