| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/python-xyz.scm (poetry)[propagated-inputs]: Remove PYTHON-PATHLIB2.
|
|
|
|
|
|
|
|
|
|
| |
The Python 3 variant do not need these.
* gnu/packages/python-compression.scm (python-zipp)[native-inputs]: Remove
PYTHON-CONTEXTLIB2, PYTHON-PATHLIB2, and PYTHON-UNITTEST2.
[properties]: New field.
(python2-zipp)[native-inputs]: Add PYTHON2-CONTEXTLIB2, PYTHON2-PATHLIB2, and
PYTHON2-UNITTEST2.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-scopeguard-1.0)[arguments]: Skip
build.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-scopeguard-0.3)[arguments]: Skip
build.
[properties]: Don't inherit field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-scoped-tls-1.0)[arguments]: Skip
build.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-scoped-tls-0.1)[arguments]: Skip
build.
[properties]: Don't inherit field.
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-getopts-0.2): Update to 0.2.21.
[arguments]: Add rust-unicode-width-0.1,
rust-rustc-std-workspace-core-1.0, rust-rustc-std-workspace-std-1.0 to
cargo-inputs.
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-getopts-0.2)[arguments]: Skip build.
Add rust-log-0.3 to cargo-development-inputs.
[home-page]: Update home-page.
[properties]: Remove field.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-rustc-std-workspace-std-1.0): New variable.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-futures-0.1): Update to 0.1.29.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-futures-0.1)[arguments]: Skip build.
[home-page]: Update home-page.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fuchsia-zircon-sys-0.3)[arguments]:
Skip build.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fuchsia-zircon-0.3)[arguments]: Skip
build. Add rust-bitflags-1, rust-fuchsia-zircon-sys-0.3 to cargo-inputs.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fuchsia-cprng-0.1)[arguments]: Skip
build.
[properties]: Remove field.
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fs-extra-1.1)[arguments]: Skip build.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fnv-1.0)[arguments]: Skip build.
[synopsis]: Appease 'guix lint'.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fixedbitset-0.1)[arguments]: Skip
build.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-findshlibs-0.5)[arguments]: Skip
build. Add rust-lazy-static-1.3, rust-libc-0.2 to cargo-inputs.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-filetime-0.2): Update to 0.2.8.
[arguments]: Remove rust-tempdir-0.3 from cargo-development-inputs. Add
rust-tempfile-3.0.
|
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-filetime-0.2)[arguments]: Skip build.
Add rust-cfg-if-0.1, rust-libc-0.2, rust-redox-syscall-0.1,
rust-winapi-0.3 to cargo-inputs. Add rust-tempdir-0.3 to
cargo-development-inputs.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-fallible-iterator-0.2)[arguments]:
Skip build.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-cmake-0.1)[arguments]: Skip build.
Add rust-cc-1.0 to cargo-inputs.
[properties]: Remove field.
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-clicolors-control-1.0): Update to 1.0.1.
|
|
|
|
|
|
|
| |
* gnu/packages/crates-io.scm (rust-clicolors-control-1.0)[arguments]:
Skip build. Add rust-atty-0.2, rust-lazy-static-1.3, rust-libc-0.2,
rust-winapi-0.3 to cargo-inputs.
[properties]: Remove field.
|
|
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-syntax-highlight)[source]: Add
'snippet' and 'modules'.
(guile3.0-syntax-highlight): New field.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile3.0-picture-language): New variable.
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-3.0): New variable.
(guile-next): Turn into an alias for GUILE-3.0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously users would just see:
error: invalid field specifier
without source location or hints.
* guix/records.scm (expand): Add optional 'parent-form' parameter and
pass it to 'syntax-violation' when it is true.
(make-syntactic-constructor): Pass S as a third argument to
'report-invalid-field-specifier'.
* guix/ui.scm (report-load-error): For 'syntax-error', show SUBFORM or
FORM in the message.
* tests/records.scm ("define-record-type* & wrong field specifier"): Add
a 'subform' parameter and adjust test accordingly.
("define-record-type* & wrong field specifier, identifier"): New test.
* tests/guix-system.sh: Add test.
|
|
|
|
|
|
|
|
| |
* guix/scripts/package.scm (transaction-upgrade-entry): Add 'store'
parameter and use it instead of (%store). Export.
* tests/packages.scm ("transaction-upgrade-entry, zero upgrades")
("transaction-upgrade-entry, one upgrade")
("transaction-upgrade-entry, superseded package"): Adjust accordingly.
|
|
|
|
|
|
| |
* guix/scripts/publish.scm (signed-string): Export and improve docstring.
* tests/publish.scm ("/*.narinfo")
("/*.narinfo with properly encoded '+' sign"): Adjust accordingly.
|
|
|
|
| |
* gnu/packages/python-xyz.scm: Update copyright header.
|
|
|
|
| |
* gnu/packages/mail.scm (neomutt): Update to 20191207.
|
|
|
|
| |
* gnu/packages/databases.scm (lmdb): Update to 0.9.24.
|
|
|
|
|
|
|
| |
Fixes bug#39147.
* gnu/packages/plotutils.scm (asymptote)[inputs]: Add missing inputs.
[arguments]: Wrap GUI executable "xasy".
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-cson): New variable.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-speg): New variable.
|
|
|
|
| |
* guix/scripts/repl.scm: (show-help): Add '--listen' option message.
|
|
|
|
|
| |
* guix/scripts/repl.scm (%option): Add '--load-path' option.
* doc/guix.texi: Document it.
|
|
|
|
|
| |
* guix/scripts/edit.scm (%option): Add '--load-path' option.
* doc/guix.texi: Document it.
|
|
|
|
|
| |
* guix/scripts/refresh.scm (%option): Add '--load-path' option.
* doc/guix.texi: Document it.
|
|
|
|
|
| |
* guix/scripts/size.scm (%option): Add '--load-path' option.
* doc/guix.texi: Document it.
|
|
|
|
|
|
| |
* guix/scripts/graph.scm (%option): Add '--load-path' option.
* doc/guix.texi: Document it.
* tests/guix-graph.sh: Test it.
|
|
|
|
| |
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-27.46f73b6.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-variancepartition): Update to 1.16.1.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-flowworkspace): Update to 3.34.1.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-ropls): Update to 1.18.6.
|
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.66.2.
[propagated-inputs]: Remove r-rda.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.14.3.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.16.2.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-regioner): Update to 1.18.1.
|