~ruther/guix-local

04f813ec — Efraim Flashner 3 years ago
gnu: python-natsort: Fix the test suite on slower machines.

* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Add custom
phase to remove the time limit for some of the tests.
fd305cd9 — Efraim Flashner 3 years ago
gnu: python-natsort: Reflow description.

* gnu/packages/python-xyz.scm (python-natsort)[description]: Rewrap
description to normal columns.
4275727a — Efraim Flashner 3 years ago
gnu: python-natsort: Honor the #:tests? flag.

* gnu/packages/python-xyz.scm (python-natsort)[arguments]: Adjust the
custom 'check phase to honor the #:tests? flag.
54da48e2 — Efraim Flashner 3 years ago
gnu: go-github.com-jtolds-gls: Skip tests with gccgo.

* gnu/packages/golang.scm (go-github.com-ktolds-gls)[arguments]: Don't
run the test suite when building with gccgo.
25494265 — Efraim Flashner 3 years ago
gnu: go-github-com-pkg-errors: Skip tests with gccgo.

* gnu/packages/golang.scm (go-github-com-pkg-errors)[arguments]: Don't
run the test suite when building with gccgo.
b0c9f032 — Ricardo Wurmus 3 years ago
import/utils: beautify-description: Add case for "Implements".

* guix/import/utils.scm (beautify-description): Add case to transform
sentences beginning with "Implements".
a901d8e0 — Ricardo Wurmus 3 years ago
gnu: Add r-aer.

* gnu/packages/cran.scm (r-aer): New variable.
abf0b274 — Ricardo Wurmus 3 years ago
gnu: Add r-ips.

* gnu/packages/cran.scm (r-ips): New variable.
add211b2 — Ricardo Wurmus 3 years ago
gnu: Add r-scry.

* gnu/packages/bioconductor.scm (r-scry): New variable.
dfa37306 — Ricardo Wurmus 3 years ago
gnu: Add r-glmpca.

* gnu/packages/cran.scm (r-glmpca): New variable.
ee221461 — Arun Isaac 3 years ago
gnu: laminar: Do not use auto-generated tarball.

* gnu/packages/ci.scm (laminar)[source]: Use git-fetch.
a36fb3d1 — Arun Isaac 3 years ago
gnu: laminar: Update to 1.2.

* gnu/packages/ci.scm (laminar): Update to 1.2.
[arguments]: Do not return #t from custom phases.
98457ba4 — Maxim Cournoyer 3 years ago
doc: Replace remaining 'unset mentions with %unset-value.

* doc/guix.texi (Networking Services): Replace 'unset with %unset-value.
(Power Management Services): Likewise.
(Complex Configurations): Likewise.
6fb9759e — Attila Lendvai 3 years ago
services: configuration: Change the value of the unset marker.

The new value of %unset-value sticks out more when something goes wrong, and
is also more unique; i.e. easier to search for.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
ee08277a — Attila Lendvai 3 years ago
services: Use the new maybe/unset API.

* gnu/home/services/ssh.scm (serialize-address-family): Use the public API of
the maybe infrastructure.
* gnu/services/file-sharing.scm (serialize-maybe-string): Use maybe-value.
(serialize-maybe-file-object): Use maybe-value-set?.
* gnu/services/getmail.scm (getmail-retriever-configuration): Don't use
internals in unset field declarations.
(getmail-destination-configuration): Ditto.
* gnu/services/messaging.scm (raw-content?): Use maybe-value-set?.
(prosody-configuration): Use %unset-value.
* gnu/services/telephony.scm (jami-shepherd-services): Use maybe-value-set?.
(archive-name->username): Use maybe-value-set?.
* tests/services/configuration.scm ("maybe type, no default"): Use
%unset-value.

Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
cc32cd41 — Attila Lendvai 3 years ago
services: configuration: Add maybe-value exported procedure.

* gnu/services/configuration.scm (maybe-value): New procedure.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
147f8f19 — Attila Lendvai 3 years ago
services: configuration: Add %unset-value exported variable.

* gnu/services/configuration.scm (%unset-value): New variable.
(normalize-field-type+def): Use it.
(maybe-value-unset?): Use it.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
0e11067d — 宋文武 3 years ago
gnu: wesnoth: Update to 1.16.5.

* gnu/packages/games.scm (wesnoth): Update to 1.16.5.
1c803e63 — Maxim Cournoyer 3 years ago
services: configuration: Add a 'maybe-value-set?' procedure.

* gnu/services/configuration.scm (maybe-value-set?): New procedure.
* doc/guix.texi (Complex Configurations): Document it.  Remove comment showing
usage of 'maybe-string' with a default value, which doesn't make sense.

Co-authored-by: Attila Lendvai <attila@lendvai.name>
31339f5f — Zhu Zihao 3 years ago
gnu: Rename procedure "qt5-urls" to "qt-urls" in (gnu packages qt).

This procedure now used by Qt5 and Qt6. "qt-urls" is more neutral than
original one.

* gnu/packages/qt.scm (qt5-urls): Rename to "qt-urls".
(qtbase-5)[source]: Use "qt-urls" for uri field.
(qtbase)[source]: Ditto.
(qt5compat)[source]: Ditto.
(qtsvg-5)[source]: Ditto.
(qtsvg)[source]: Ditto.
(qtimageformats)[source]: Ditto.
(qtx11extras)[source]: Ditto.
(qtxmlpatterns)[source]: Ditto.
(qtdeclarative-5)[source]: Ditto.
(qtdeclarative)[source]: Ditto.
(qtconnectivity)[source]: Ditto.
(qtwebsockets-5)[source]: Ditto.
(qtwebsockets)[source]: Ditto.
(qtsensors)[source]: Ditto.
(qtmultimedia-5)[source]: Ditto.
(qtshadertools)[source]: Ditto.
(qtmultimedia)[source]: Ditto.
(qtwayland)[source]: Ditto.
(qtserialport)[source]: Ditto.
(qtserialbus)[source]: Ditto.
(qtwebchannel-5)[source]: Ditto.
(qtwebchannel)[source]: Ditto.
(qtwebglplugin)[source]: Ditto.
(qtwebview)[source]: Ditto.
(qtlottie)[source]: Ditto.
(qttools-5)[source]: Ditto.
(qttools)[source]: Ditto.
(qtscript)[source]: Ditto.
(qtquickcontrols-5)[source]: Ditto.
(qtquickcontrols2-5)[source]: Ditto.
(qtgraphicaleffects)[source]: Ditto.
(qtgamepad)[source]: Ditto.
(qtscxml)[source]: Ditto.
(qtpositioning)[source]: Ditto.
(qtpurchasing)[source]: Ditto.
(qtcharts)[source]: Ditto.
(qtdatavis3d)[source]: Ditto.
(qtnetworkauth-5)[source]: Ditto.
(qtnetworkauth)[source]: Ditto.
(qtremoteobjects)[source]: Ditto.
(qtspeech)[source]: Ditto.
(qtwebengine-5)[source]: Ditto.
(qtwebengine)[source]: Ditto.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Next