| Commit message (Expand) | Author | Age | Files | Lines |
* | doc: Use a minimal texlive profile in build.scm.•••* doc/build.scm (pdf-manual) <texinfo-profile>: New variable.
<PATH>: Define in terms of the above.
<GUIX_TEXMF>: New environment variable.
| Maxim Cournoyer | 2022-06-15 | 1 | -22/+23 |
* | doc: Substitute ‘copy’ for confusing ‘drop’.•••* doc/guix.texi (Build Environment Setup): ‘drop in’ → ‘copy to’.
Reported by lechner in #guix.
| Tobias Geerinckx-Rice | 2022-06-12 | 1 | -4/+4 |
* | gnu: eigen: Honor the #:tests? flag.•••* gnu/packages/algebra.scm (eigen)[arguments]: Adjust the custom 'check
phase to honor the #:tests? flag.
| Efraim Flashner | 2022-06-15 | 1 | -9/+10 |
* | gnu: emacs-lsp-mode: Update to 8.0.1-0.4aafe25.•••* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 8.0.1-0.4aafe25.
[arguments]: Add a 'fix-patch-el-files' phase.
| Clément Lassieur | 2022-06-15 | 1 | -39/+47 |
* | gnu: bind: Update to 9.16.30.•••* gnu/packages/dns.scm (isc-bind): Update to 9.16.30.
| Tobias Geerinckx-Rice | 2022-06-12 | 1 | -2/+2 |
* | gnu: Add rebar3-proper.•••* gnu/packages/erlang.scm (rebar3-proper): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+17 |
* | gnu: Add rebar3-git-vsn.•••* gnu/packages/erlang.scm (rebar3-git-vsn): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+32 |
* | gnu: Add rebar3-raw-deps.•••* gnu/packages/erlang.scm (rebar3-raw-deps): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+17 |
* | gnu: Add rebar3.•••* gnu/packages/erlang.scm (rebar3): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+76 |
* | gnu: Add erlang-covertool.•••* gnu/packages/erlang.scm (erlang-covertool): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+21 |
* | gnu: Add erlang-proper.•••* gnu/packages/erlang.scm (erlang-proper): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+27 |
* | gnu: Add erlang-jsone.•••* gnu/packages/erlang.scm (erlang-jsone): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+24 |
* | gnu: Add erlang-edown.•••* gnu/packages/erlang.scm (erlang-edown): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+17 |
* | gnu: Add erlang-relx.•••* gnu/packages/erlang.scm (erlang-relx): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+22 |
* | gnu: Add erlang-ssl-verify-fun.•••* gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+17 |
* | gnu: Add erlang-hex-core.•••* gnu/packages/erlang.scm (erlang-hex-core): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+26 |
* | gnu: Add erlang-parse-trans.•••* gnu/packages/erlang.scm (erlang-parse-trans): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+23 |
* | gnu: Add erlang-providers.•••* gnu/packages/erlang.scm (erlang-providers): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+18 |
* | gnu: Add erlang-eunit-formatters.•••* gnu/packages/erlang.scm (erlang-eunit-formatters): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+16 |
* | gnu: Add erlang-getopt.•••* gnu/packages/erlang.scm (erlang-getopt): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+17 |
* | gnu: Add erlang-bbmustache.•••* gnu/packages/erlang.scm (erlang-bbmustache): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+32 |
* | gnu: Add erlang-cth-readable.•••* gnu/packages/erlang.scm (erlang-cth-readable): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+21 |
* | gnu: Add erlang-erlware-commons.•••* gnu/packages/erlang.scm (erlang-erlware-commons): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+27 |
* | gnu: Add erlang-certifi.•••* gnu/packages/erlang.scm (erlang-certifi): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+24 |
* | gnu: Add erlang-cf.•••* gnu/packages/erlang.scm (erlang-cf): New variable.
| Hartmut Goebel | 2022-06-15 | 1 | -0/+19 |
* | import: Add hex.pm importer.•••hex.pm is a package repository for Erlang and Elixir.
* guix/scripts/import.scm (importers): Add "hexpm".
* guix/scripts/import/hexpm.scm, guix/import/hexpm.scm,
guix/hexpm-download.scm: New files.
* guix/import/utils.scm (source-spec->object): Add "hexpm-fetch" to list of
fetch methods.
* guix/upstream.scm (package-update/hexpm-fetch): New function.
(%method-updates) Add it.
* Makefile.am: Add them.
| Hartmut Goebel | 2022-06-15 | 8 | -5/+755 |
* | build-system: Add 'rebar-build-system'.•••* guix/build-system/rebar.scm, guix/build/rebar-build-system.scm: New files.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Update rebar-build-system section.
| Hartmut Goebel | 2022-06-15 | 4 | -0/+335 |
* | Revert "Add (guix extracting-download)."•••This reverts commit f63c79bf7674df012517f8e9148f94c611e35f32, which was missed
when reverting the #51061 patch series for now in
a1679b74c9aa20bb51bc4add82ebb7ba78926b9c.
| Hartmut Goebel | 2022-06-15 | 2 | -180/+0 |
* | gnu: slurm: Update to 22.05.1.•••* gnu/packages/parallel.scm (slurm): Update to 22.05.1.
(slurm-21.08): New variable.
| Ludovic Courtès | 2022-06-15 | 1 | -2/+16 |
* | gnu: Add kismet.•••* gnu/packages/networking.scm (kismet): New variable.
* gnu/local.mk: Add patch.
* gnu/packages/patches/kismet-unbundle-boost.patch: New file.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina | 2022-06-15 | 3 | -0/+156 |
* | gnu: libwesockets: Update license.•••* gnu/packages/web.scm (libwebsockets)[license]: Change to expat.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Petr Hodina | 2022-06-15 | 1 | -3/+2 |
* | gnu: rtmidi: Add version 5.0.0.•••* gnu/packages/audio.scm (rtmidi): Update to 5.0.0.
(rtmidi-4.0): New variable.
* gnu/packages/music.scm (milkytracker)[inputs]: Use RTMIDI-4.0 rather
than RTMIDI.
(zrythm)[inputs]: Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou | 2022-06-15 | 2 | -5/+18 |
* | gnu: libadwaita: Update to 1.1.0.•••* gnu/packages/gnome.scm (libadwaita): Update to 1.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Alexandros Theodotou | 2022-06-15 | 1 | -37/+36 |
* | gnu: lttng-ust: Fix dependencies.•••* gnu/packages/instrumentation.scm (lttng-ust): Fix dependencies.
[inputs]: Remove liburcu.
[propagated-inputs]: Add liburcu.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Olivier Dion | 2022-06-15 | 1 | -1/+3 |
* | doc: Follow the 'disabled -> *unspecified* configuration refactor.•••* doc/guix.texi (Networking Services)
(Messaging Services)
(Telephony Services)
(File-Sharing Services)
(VPN Services)
(Power Management Services)
(Complex Configurations)
(Desktop Home Services): Remove mentions of the 'disabled symbol or
replace them by *unspecified*, depending on context.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai | 2022-06-15 | 1 | -42/+43 |
* | services: configuration: Use *unspecified* instead of 'disabled.•••Use *unspecified* as a marker for field values that have not been set.
Rationale: 'disabled may easily clash with user values for boolean fields, is
confusing (i.e. its meaning is *not* boolean false, but unspecified) and it
also passes silently through the symbol? predicate of a field of type symbol.
* gnu/services/configuration.scm (configuration-missing-default-value):
Renamed from configuration-no-default-value.
(define-maybe-helper): Use *unspecified* instead of 'disabled, and make
the default value optional.
* gnu/home/services/desktop.scm (home-redshift-configuration):
Change (maybe-xyz 'disabled) to maybe-xyz.
* gnu/services/authentication.scm (nslcd-configuration): Likewise.
* gnu/services/cgit.scm (repository-cgit-configuration): Likewise.
* gnu/services/file-sharing.scm (serialize-maybe-string)
(serialize-maybe-file-object): Use 'unspecified?' instead of (eq? val
'disabled).
* gnu/services/messaging.scm (raw-content?): Likewise.
(ssl-configuration): Change (maybe-xyz 'disabled) to maybe-xyz.
(prosody-configuration): Likewise.
* gnu/services/file-sharing.scm (transmission-daemon-configuration):
Likewise.
* gnu/services/messaging.scm (define-all-configurations):
Use *unspecified* instead of 'disabled'.
* gnu/services/networking.scm (opendht-configuration): Likewise.
* gnu/services/pm.scm (tlp-configuration): Likewise.
* gnu/services/telephony.scm (jami-account): Likewise.
(jami-configuration): Likewise.
* gnu/services/vpn.scm (openvpn-client-configuration): Likewise.
* tests/services/configuration.scm ("maybe type, no default")
("maybe type, with default"): New tests.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai | 2022-06-15 | 11 | -138/+148 |
* | services: configuration: Support (field1 maybe-number "") format.•••As opposed to explicitly using 'disabled as value, or using the
(field1 (maybe-number) "") format.
It's mostly the work of Maxime Devos shared under #54674, with some
modifications by Attila Lendvai.
* gnu/services/configuration.scm (normalize-field-type+def): New function.
(define-configuration-helper) (define-configuration): Support new field
format.
* tests/services/configuration.scm (config-with-maybe-number->string): New
function.
("maybe value serialization of the instance"): New test.
("maybe value serialization of the instance, unspecified"): New test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai | 2022-06-15 | 2 | -83/+114 |
* | ssh: Add #:connection-timeout parameter to 'open-ssh-session'.•••* guix/ssh.scm (open-ssh-session): Add #:connection-timeout parameter
and honor it.
| Ludovic Courtès | 2022-06-15 | 1 | -4/+6 |
* | system: <operating-system> compiler truly honors the 'system' argument.•••Fixes <https://issues.guix.gnu.org/55951>.
* gnu/system.scm (operating-system-compiler): Parameterize
'%current-system' and '%current-target-system' before calling
'operating-system-derivation'.
* tests/system.scm ("lower-object, %current-system sensitivity"): New
test.
| Ludovic Courtès | 2022-06-15 | 2 | -4/+28 |
* | pull: Tweak cache directory validation code.•••This is a followup to 7c52cad0464175370c44bd4695e4c01a62b8268f.
* guix/scripts/pull.scm (guix-pull): Move cache directory validation
code to...
(validate-cache-directory-ownership): ... here. New procedure. Use
SRFI-71 instead of SRFI-11. Use 'formatted-message' for the error
message, with ASCII quotation marks, and use Texinfo markup for
'&fix-hint'.
| Ludovic Courtès | 2022-06-15 | 1 | -25/+31 |
* | gnu: PostgreSQL: Promote version 14 to the default.•••* gnu/packages/databases.scm (postgresql): Alias to POSTGRESQL-14.
* gnu/packages/qt.scm (qtbase-5)[inputs]: Stay on POSTGRESQL-13.
| Marius Bakke | 2022-06-14 | 2 | -2/+3 |
* | gnu: python-asyncpg: Update to 0.25.0.•••* gnu/packages/databases.scm (python-asyncpg): Update to 0.25.0.
[native-inputs]: Remove PYTHON-FLAKE8, PYTHON-PYCODESTYLE, PYTHON-SPHINX,
PYTHON-SPHINX-RTD-THEME, and PYTHON-SPHINXCONTRIB-ASYNCIO.
| Marius Bakke | 2022-06-14 | 1 | -7/+2 |
* | gnu: python-tortoise-orm: Update to 0.19.1.•••* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.19.1.
| Marius Bakke | 2022-06-14 | 1 | -2/+2 |
* | gnu: python-pypika-tortoise: Update to 0.1.5.•••* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.5.
| Marius Bakke | 2022-06-14 | 1 | -2/+2 |
* | gnu: gplates: Update to 2.3.01-beta.3.•••* gnu/packages/geo.scm (gplates): Update to 2.3.01-beta.3.
[source](uri): Adjust for beta releases.
[source](file-name): Adjust for zipball.
[native-inputs]: Add UNZIP.
[inputs]: Simplify.
| Marius Bakke | 2022-06-14 | 1 | -22/+27 |
* | gnu: perl-dbd-pg: Update to 3.15.1.•••* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.15.1.
| Marius Bakke | 2022-06-14 | 1 | -2/+2 |
* | gnu: python-acme, certbot: Update to 1.28.0.•••* gnu/packages/tls.scm (python-acme): Update to 1.28.0.
[arguments]: Override check phase.
(certbot)[source]: Update hash.
| Marius Bakke | 2022-06-14 | 1 | -5/+8 |
* | gnu: python-josepy: Update to 1.13.0.•••* gnu/packages/python-crypto.scm (python-josepy): Update to 1.13.0.
[propagated-inputs]: Remove PYTHON-SIX.
| Marius Bakke | 2022-06-14 | 1 | -14/+4 |
* | gnu: TimescaleDB: Update to 2.7.0.•••* gnu/packages/databases.scm (timescaledb): Update to 2.7.0.
[source](snippet): Remove more files.
[source](patches): New field.
* gnu/packages/patches/timescaledb-flaky-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke | 2022-06-14 | 3 | -3/+115 |
* | gnu: ruby-pg: Update to 1.3.5.•••* gnu/packages/ruby.scm (ruby-pg): Update to 1.3.5.
[home-page]: Change to current.
[source]: Switch to GIT-FETCH.
[arguments]: Add #:phases.
| Marius Bakke | 2022-06-14 | 1 | -7/+38 |