Age | Commit message (Collapse) | Author |
|
* gnu/packages/tor.scm (tor)[arguments]: Rewrite using (guix gexp).
(tor-client)[arguments]: SUBSTITUTE-KEYWORD-ARGUMENTS accordingly.
|
|
* gnu/packages/tor.scm (tor): Update to 0.4.7.7.
[source]: Remove patch.
* gnu/packages/patches/tor-sandbox-i686.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/photo.scm (enblend-enfuse)[arguments]: Rewrite as a
keyword/gexp list. Add a new 'add-missing-include phase to build with a
recent GCC.
|
|
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs, inputs]:
Remove input labels.
|
|
This follows up on commit bc54947410689cc752ca962b0b4d27fa799265bf.
* gnu/packages/aux-files/linux-libre/4.4-i686.conf,
gnu/packages/aux-files/linux-libre/4.4-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
|
|
* gnu/packages/radio.scm (flrig): Update to 1.4.05.
|
|
* gnu/packages/radio.scm (fldigi): Update to 4.1.22.
|
|
* gnu/packages/java.scm (openjdk17): Update to 17.0.2.
|
|
|
|
* gnu/packages/ocaml.scm (ocaml-reactivedata): Update to 0.3.
|
|
* gnu/packages/crypto.scm (rust-blake3-1): New variable.
|
|
* gnu/packages/dezyne.scm (dezyne)[arguments]: Convert to list of
G-Expressions.
[inputs]: Drop labels.
|
|
* gnu/packages/package-management.scm (nar-herder): Update to 0-6.ea997c6.
|
|
* gnu/packages/crates-io.scm (rust-page-size-0.4): New variable.
|
|
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): Update to 0.0.7.
[inputs]: Remove bbmap and prinseq; add r-viridis.
[arguments]: Remove autoreconf phase.
|
|
* gnu/packages/bioinformatics.scm (pigx-sars-cov-2): New variable.
(pigx-sars-cov2-ww): Deprecate this package in favor of the former.
|
|
* gnu/packages/crates-io.scm (rust-instant-0.1): Update to 0.1.9.
|
|
* gnu/packages/crates-io.scm (rust-lock-api-0.4): Update to 0.4.5.
|
|
* gnu/packages/crates-io.scm (rust-parking-lot-0.11): Update to 0.11.2.
|
|
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Update to 0.8.4.
|
|
* gnu/packages/tcl.scm (tcl-tls)[arguments]: Use a gexp.
|
|
* gnu/packages/tcl.scm (tcl-tls)[properties]: New field.
|
|
* gnu/packages/tcl.scm (tcl-tls): Added 1.7.22
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-science.scm (python-vedo): Update to 2022.2.0.
[arguments]: Add 'fix-tests' phase.
[inputs]: Move fenics and python-matplotlib to propagated-inputs.
Move python-pkgconfig from here...
[native-inputs]: ...to here.
[propagated-inputs]: Add python-deprecated (and fenics and
python-matplotlib).
[description]: Make description more accurate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-science.scm (python-vedo)[arguments]: Disable
sanity check.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-science.scm (python-vedo)[inputs]: Remove labels
and sort the inputs.
[propagated-inputs]: Remove labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-science.scm (python-vedo)[arguments]: Adjust
custom 'check' phase to honor the #:tests? flag. Also remove its
trailing boolean.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/simulation.scm (fenics)[arguments]: Relax pybind11
requirement to appease the sanity check.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/simulation.scm (fenics)[arguments]: Adjust custom 'check'
phase to honor the #:tests? flag.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/simulation.scm (fenics-dolfin)[source]: Remove trailing
boolean.
[arguments]: Adjust custom 'check' phase to honor the #:tests? flag. While
here, remove trailing booleans.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/package-management.scm (guix-modules): New variable.
|
|
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.2.
|
|
* gnu/packages/finance.scm (monero): Update to 0.17.3.2.
[source]: Remove obsolete part of snippet.
[arguments]: Remove trailing booleans.
|
|
* gnu/packages/dezyne.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/mes.scm (mescc-tools)[supported-systems]: Add riscv32-linux,
riscv64-linux, remove powerpc64le-linux.
|
|
* gnu/packages/web-browsers.scm (links)[arguments]: Rewrite using gexps.
|
|
* gnu/packages/web-browsers.scm (links)[inputs]: Remove input labels.
|
|
* gnu/packages/web-browsers.scm (links)[arguments]: Add configure-flags
field. Adjust custom 'configure phase to use configure-flags.
|
|
* gnu/packages/web-browsers.scm (links): Update to 2.26.
|
|
* gnu/packages/ncdu.scm (ncdu-2): Update to 2.1.2.
|
|
* gnu/packages/jupyter.scm (python-ipydatawidgets): New variable.
|
|
* gnu/packages/python-xyz.scm (python-xyzservices): New variable.
|
|
* gnu/packages/python-xyz.scm (python-mercantile): New variable.
|
|
* gnu/packages/jupyter.scm (python-ipympl): New variable.
|
|
* gnu/packages/python-science.scm (python-traittypes): New variable.
|
|
* gnu/packages/audio.scm (cava)[source]: Remove bundled iniparser.
(cava)[inputs]: Add iniparser.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/audio.scm (cava)[arguments]: Use G-expressions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/nftables-fix-makefile.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (nftables): Update to 1.0.2.
[source]: Add patch.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-arpeggio): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/patches/ytfzf-programs.patch,
* gnu/packages/patches/ytfzf-updates.patch: Delete patches.
* gnu/local.mk (dist_patch_DATA): Unregister them.
* gnu/packages/image-viewers.scm (ytfzf): Update to 2.3.
[source]: Delete patches.
[arguments]: Remove phase 'patch-script. Add phase 'install-addons,
'wrap-program.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|