Age | Commit message (Collapse) | Author |
|
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.3.9.
[cargo-development-inputs]: Remove rust-doc-comment-0.3.
|
|
* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.18.
|
|
* gnu/packages/crates-io.scm (rust-ignore-0.4): Update to 0.4.16.
[arguments]: Make rust-crossbeam-channel-0.4 a development input.
Add rust-crossbeam-utils-0.7 to inputs.
|
|
* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.7)[arguments]:
Replace rust-autocfg-0.1 with 1.0. Don't skip build.
|
|
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.5.
[cargo-inputs]: Add rust-serde-1.0.
[cargo-development-inputs]: Add rust-lazy-static-1, rust-serde-json-1.0.
|
|
This reverts commit eda3fcfb46586710fff876ce6254b300795ef543.
This change broke evaluations on CI:
@ build-succeeded /gnu/store/991738x97ff1f8181a7p1pflqwkgagm8-profile.drv -
ERROR: In procedure read:
In procedure scm_lreadr: #<unknown port>:16:144: Unknown # object: #\<
|
|
Since Guile 3.0.4 bytecode is not readable by 3.0.2, build the
dependents of 'guix' with 3.0.4 as well.
* gnu/packages/package-management.scm (guix)[inputs, native-inputs]: Use
GUILE-3.0-LATEST.
(gwl, guix-jupyter): Likewise.
* gnu/packages/web.scm (hpcguix-web): Likewise.
* gnu/packages/ci.scm (cuirass): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-guix): Likewise.
|
|
* gnu/packages/guile.scm (guile-3.0.3): Rename to...
(guile-3.0-latest): ... this. Update to 3.0.4.
(guile-3.0/libgc-7): Adjust accordingly.
|
|
Until now the test would always succeed because it would return
'failed, which has truth value. The exercise
'verify-introductory-commit', we need to add a second commit beyond the
introductory commit, which is what we do here.
* tests/channels.scm ("authenticate-channel, wrong first commit
signer"): Add a second commit and authenticate up to that one. Change
'message?' to 'message-condition?'.
|
|
* gnu/packages/glib.scm: Hide 'zip' from (srfi srfi-1).
|
|
These issues were reported by -Wformat, though they were harmless in
practice because importing (ice-9 format) changes the global 'format'
binding currently.
* gnu/services/nix.scm: Import (ice-9 format).
* gnu/services/web.scm: Likewise.
* gnu/system/mapped-devices.scm: Likewise.
|
|
* gnu/packages/emulators.scm (sameboy): Update to 0.13.3.
|
|
This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0.
* gnu/services/virtualization.scm: Import (gnu system images hurd).
|
|
* gnu/packages/pantheon.scm (sideload): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/image-processing.scm (gmic): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/photo.scm (photoflare): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 1.2.3.5.
|
|
* gnu/packages/curl.scm (curl-7.71.0): New variable.
(curl)[replacement]: New field.
|
|
* gnu/packages/emacs-xyz.scm (emacs-ob-erlang): New variable.
|
|
* gnu/packages/rust-apps.scm (fd): Update to 8.1.1.
[cargo-inputs]: Add rust-anyhow-1.0, rust-dirs-2.0, rust-users-0.10.
Replace rust-humantime-1.3 with 2, rust-lscolors-0.6 with 0.7,
rust-num-cpus-1.10 with 1.11.
|
|
* gnu/packages/crates-io.scm (rust-lscolors-0.7): New variable.
(rust-lscolors-0.6): Inherit from rust-lscolors-0.7.
|
|
* gnu/packages/crates-io.scm (rust-users-0.10): New variable.
(rust-users-0.9): Inherit from rust-users-0.10.
|
|
* gnu/packages/crates-io.scm (rust-humantime-2): New variable.
(rust-humantime-1.3): Inherit from rust-humantime-2.
|
|
* gnu/packages/crates-io.scm (rust-humantime-1.2): Remove variable.
(rust-env-logger-0.5, rust-env-logger-0.6)[arguments]: Replace
rust-humantime-1.2 with 1.3. Don't skip build.
|
|
Remove .gitignore entries where they match source files that are tracked in
Git. This is relevant to me at least, as some code searching tools use
.gitignore files and will ignore matched files.
|
|
ISO9660 image compression was temporarily disabled to speed-up tests of the
new image API. Enable it again.
* gnu/system/image.scm (iso9660-image)[compression]: Enable it.
|
|
|
|
This moves hurd-disk-image to a dedicated file. It also defines a default
operating-system so that the image can be built standalone.
* gnu/system/images/hurd.scm: New file,
* gnu/local.mk (GNU_SYSTEM_MODULES): add it,
* gnu/system/image.scm (root-offset, root-label): Export it,
(hurd-disk-image): remove it as this is now defined in the new, Hurd dedicated
file above,
(find-image): adapt to avoid loop dependency.
|
|
* gnu/packages/algebra.scm (symengine): Fix indentation and apply small
cosmetic fixes.
|
|
* gnu/packages/python-xyz.scm (python-symengine): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/algebra.scm (symengine): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/patches/sssd-fix-samba.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
* gnu/packages/sssd.scm (sssd)[source]: Add this.
|
|
* gnu/packages/statistics.scm (r-fpc): Update to 2.2-6.
|
|
* gnu/packages/statistics.scm (r-dt): Update to 0.14.
|
|
* gnu/packages/statistics.scm (r-segmented): Update to 1.2-0.
|
|
* gnu/packages/statistics.scm (r-knitr): Update to 1.29.
|
|
* gnu/packages/cran.scm (r-patchwork): Update to 1.0.1.
|
|
* gnu/packages/cran.scm (r-ggforce): Update to 0.3.2.
|
|
* gnu/packages/cran.scm (r-bookdown): Update to 0.20.
|
|
* gnu/packages/cran.scm (r-docopt): Update to 0.7.1.
|
|
* gnu/packages/cran.scm (r-magick): Update to 2.4.0.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/cran.scm (r-recipes): Update to 0.1.13.
[propagated-inputs]: Add r-lifecycle.
|
|
* gnu/packages/cran.scm (r-gower): Update to 0.2.2.
|
|
* gnu/packages/messaging.scm (libsignal-protocol-c)[source]: Download
using git-fetch.
|
|
* gnu/packages/ocaml.scm (ocaml4.07-piqi)[source]: Download using
git-fetch.
[arguments]: Add custom phase to make files writable.
|
|
* gnu/packages/linux.scm (jmtpfs)[source]: Download using git-fetch.
|
|
* gnu/packages/linux.scm (pflask)[source]: Download using git-fetch.
|
|
* gnu/packages/linux.scm (procenv)[source]: Download using git-fetch.
|
|
* gnu/packages/linux.scm (ddate)[source]: Download using git-fetch.
|
|
* gnu/packages/libusb.scm (java-usb4java)[source]: Download using
git-fetch.
|