| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* guix/scripts/system/installer.scm: New file.
* Makefile.am (MODULES)[ENABLE_INSTALLER]: Register it.
(MODULES_NOT_COMPILED)[!ENABLE_INSTALLER]: Likewise.
* guix/scripts/system.scm (show-help): Add help for "installer" sub-command.
(actions): Register "installer".
(guix-system): Invoke `guix-system-installer' sub-command.
* doc/guix.texi (Invoking guix system): Document it.
* gnu/installer.scm (run-installer): Remove "./pre-inst env".
Change-Id: I5a05b941c060682c17d45d871df3cf34e3f8643a
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-falcon)[native-inputs]: Add
python-orjson.
[arguments]: Do not patch test file; respect test-flags in custom 'check
phase; provide test-flags to ignore examples and benchmarks.
[build-system]: Use pyproject-build-system.
Change-Id: Ic173e2d940a2bb9c7f81ea3e70475f8bfff36dfb
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (python-fakeredis): Update to 2.26.1.
[arguments]: Do not run slow tests; add phases 'poetry-compatibility and
'start-redis.
[propagated-inputs]: Add python-typing-extensions.
[native-inputs]: Add redis.
Change-Id: I18ed122d9e5307d3d723cfc9ef0d51f120b4ccb5
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (python-redis): Update to 5.2.0.
[arguments]: Update list of tests to skip; add phase 'relax-requirements.
[native-inputs]: Add python-numpy.
Change-Id: I789c511fb4a516e6cdad06dba695af9bb89f562d
Signed-off-by: Hilton Chain <hako@ultrarare.space>
|
|
|
|
|
|
|
| |
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.3.
Change-Id: Iff5b1f341a480d06e1f618bc306f0ff0c3a62713
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/libreoffice.scm (libreoffice): Update to 24.8.3.2.
[source]<uri>: Add secondary uri.
[arguments]<#:phases>: Fix build issue related to issue 43579 in phase
'prepare-src.
[configure-flags]: Add optimising flags --disable-cve-tests,
--enable-readonly-installset, --disable-dependency-tracking.
[native-inputs]: Add gcc-toolchain-12.
[inputs]: Add argon2, zxcvbn-c.
Change-Id: I72e0ebb4d075c47ea168b181f969a97f9249150a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[[PGP Signed Part:No public key for 3DECC105F5DD2382 created at 2024-10-23T14:00:24+0200 using RSA]]
The test render required pressing a key after it was done, which caused the
package build to get stuck. Also disable the render display window, which
did not cause issues but was pointless.
* gnu/packages/graphics.scm (povray)[args]: Patch test render not to pause nor
display a window.
Change-Id: Ia9527b3a67896972b399464b97dda464365d41ea
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
| |
Reset .dict file mtime to start of the epoch before compressing with dictzip.
* gnu/packages/patches/freedict-tools-fix-determinism.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dictionaries.scm (freedict-tools): Use it.
Signed-off-by: Runciter <runciter@whispers-vpn.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/dictionaries (freedict-dictionaries): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* gnu/packages/dictionaries.scm (freedict-tools): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I141d30aea0e2c492b272be2ab9359e6b7569f932
|
|
|
|
|
|
|
| |
* gnu/packages/dictd.scm (dictd): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: Id1dbe8c77186574e7ad98ce3f7c8fa14b99b4db4
|
|
|
|
|
|
|
|
| |
* gnu/packages/dictd.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Change-Id: I3b68fbbed0a7a44287a6eda6c1e66e068fa17b8f
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a bug introduced in 794e079437c8687f49d294322dab3b7a8a6abacf
whereby the grep patterns used in this test would also match
/gnu/store/…-rust-libgit2-sys-0.17.0+1.8.1.drv, thus getting 5 matches
instead of 4.
* tests/guix-build.sh: Refine grep patterns for ‘guix build -P1’ test.
Reported-by: Janneke Nieuwenhuizen <janneke@gnu.org>
Change-Id: Iae35e6ee44b8eca0ef66c1d8ab7f9ff65a59d8d0
|
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (homer)[native-inputs]: Add config.txt.
[arguments]: Update 'configure phase to place config.txt in expected location;
patch configuration code to optionally load a user's configuration file.
Change-Id: Ib05c828e751c6568524bbef45997a42fade4545a
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (homer)[arguments]: Update 'install phase to
also install "homer" to the bin directory.
Change-Id: Ia2d23fce493f9c10cc43ac126cd83956b4b9bb05
|
|\
| |
| |
| | |
Change-Id: I6d5c28252f060eeb69eb02fd281e7268bb885b29
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-submodule-0.14)[home-page]: Update it.
Change-Id: I16bb56eba49bc3a07cccec201233b35dbfedfd77
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-status-0.13)[home-page]: Update it.
Change-Id: Id26dd316dee4ffaae4241b3498945f65158a1bc6
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-ref-0.47)[home-page]: Update it.
Change-Id: Iba454147784247fbde06cfb9c42ace835be3a0bc
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-discover-0.35)[home-page]: Update it.
Change-Id: If316598eb26e86367707322ee7785eba51954b47
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-dir-0.8)[home-page]: Update it.
Change-Id: Id1835d8ba7a47b302d8a004ae1f34fa67e6faa45
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-config-0.40)[home-page]: Update it.
Change-Id: I73b68621e6f9c928dce60690fdaa2ec4bdf5d08b
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-0.66)[home-page]: Update it.
Change-Id: Ibad41097698a8e9ba2d3d79fe5346ffd5893233d
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (gitoxide): New variable.
Change-Id: I373146d1db2bf2f871aa80b52ace1ba7766c6641
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (gitoxide-core): New variable.
Change-Id: I55a03028c004014d5d3331e7ed66ea0f81e2ae3e
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-layout-rs-0.1): New variable.
Change-Id: I11cb0becb23846d941a42f1f97a2df92782d6c61
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-tracing-forest-0.1): New variable.
Change-Id: I8fa60955dc94750c3b0a06b81a6210c2fb6930cf
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-vcs.scm (rust-gix-fsck-0.4): New variable.
Change-Id: I51369a7b56cdb3a4cd6e33f11e9b32e2a1f287f3
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-derive-visitor-0.4): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I293afcbdda7c1a262b29072771d8250efa036252
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-derive-visitor-macros-0.4): New
variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I68f8d6d32205880d44b18a30a3a973c2436b1427
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (rust-bindgen-cli): Update to 0.70.1.
[cargo-inputs]: Replace rust-bindgen-0.69 with 0.70.
[arguments]: Adjust the install path for the bash completions.
Change-Id: I67fa0f1795f98aeba1736f46df1a58a565f27184
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-bindgen-0.70): New variable.
(rust-bindgen-0.69): Inherit from rust-bindgen-0.70.
Change-Id: I96f795952dfbbcb6f38114e8e993ebac97350a0b
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (hyperfine): Update to 1.18.0.
[source]: Add snippet to allow for newer versions of dependencies.
[cargo-inputs]: Add rust-anyhow-1, rust-clap-complete-4, rust-nix-0.26,
rust-once-cell-1, rust-shell-words-1, rust-thiserror-1,
rust-windows-sys-0.48. Replace rust-clap-2 with 4, rust-indicatif-0.15
with 0.17, rust-rand-0.7 with 0.8. Remove rust-cfg-if-1,
rust-version-check-0.9, rust-winapi-0.3.
[cargo-development-inputs]: Add rust-assert-cmd-2, rust-predicates-3,
rust-tempfile-3. Replace rust-approx-0.3 with 0.5.
[arguments]: Adjust the install path for the bash completions.
Change-Id: I07343ed292adc0edcef3c45482d285d10edda7b1
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (cargo-machete): Update to 0.7.0.
[arguments]: Don't skip the tests. Add cargo-test-flags.
[cargo-inputs]: Add rust-ignore-0.4. Replace rust-cargo-toml-0.19 with
0.20.
[home-page]: Update to new home-page.
Change-Id: I2024b9a104b772a7dee7945c1dbb5e10b9f0bc9a
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-cargo-toml-0.20): New variable.
(rust-cargo-toml-0.19): Inherit from rust-cargo-toml-0.20.
Change-Id: I65ac70f717502455fcf00eed97b920352fe159c8
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/tor-browsers.scm (make-torbrowser)[inputs]: Replace
rust-cbindgen with rust-cbindgen-0.26.
Change-Id: If89d357ca90df016cf8a4d4ec8ef85e523b12b10
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnuzilla.scm (icedove-minimal)[inputs]: Replace
rust-cbindgen with rust-cbindgen-0.24.
Change-Id: I60d127a58b7d08e368b158e2a366f173d3c5e141
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/gnuzilla.scm (icecat-minimal)[inputs]: Replace
rust-cbindgen with rust-cbindgen-0.24.
Change-Id: I114e9d579b4012648ee59a6db5c717cdbcfefc47
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (xremap-kde): New variable.
Change-Id: I7e3dd2e85bdcc2185c2c092076625a88a3b69e28
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (xremap-hyprland): Inherit from rust-xremap.
Change-Id: I54494fe66fe248181b44d3538c78311e5e7cde58
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (rust-xremap): Update to 0.10.2.
[cargo-inputs]: Add rust-hyprland-0.3.
[arguments]: Adjust the install path for the bash completions.
Change-Id: I84abf6549bf67d5e6e9461ef2ab8b087f1313e77
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-hyprland-0.3): Update to 0.3.13.
[cargo-inputs]: Replace rust-async-net-1 with 2, rust-futures-lite-1
with 2, rust-strum-0.25 with 0.26.
Change-Id: I0694060638a28e4eae671ca1762c206d70b6b203
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/rust-apps.scm (vivid): Update to 0.10.1.
[arguments]: Don't install the sources.
[cargo-inputs]: Add rust-etcetera-0.8. Replace rust-clap-2 with 4,
rust-rust-embed-5 with 8. Remove rust-dirs-3.
[cargo-development-inputs]: Add rust-assert-cmd-2.
Change-Id: I7a7a85378a0bda1f25e4cb1bce9e54bfe25eea89
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-rust-embed-utils-8): Update to 8.5.0.
Change-Id: Iedfeab14ab6b16b45d032626d09018686a628b15
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-rust-embed-impl-8): Update to 8.5.0.
Change-Id: I09c6d5e0b4b923d8c601aa3f49d701183f91ef67
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-rust-embed-8): Update to 8.5.0.
[cargo-inputs]: Replace rust-include-flate-0.2 with 0.3.
Change-Id: I5d37cd7130c160f1b72b442486b875b2cbda0fde
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-include-flate-codegen-0.2): New
variable.
(rust-include-flate-codegen-0.1): Inherit from
rust-include-flate-codegen-0.2.
Change-Id: Ic5da3ee5de1c1379b6b57e9a98da6f4a230a71c8
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-include-flate-0.3): New variable.
(rust-include-flate-0.2): Inherit from rust-include-flate-0.3.
Change-Id: Ib4f01d3f14dceea4209979441e33e05d64193a8d
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-cargo-test-support-0.4): New variable.
Change-Id: I9aee90fdbce1d58b4137c2cd1c170f03821bd5d9
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/crates-io.scm (rust-foldhash-0.1): New variable.
Change-Id: Ibc3e83467e43be8b30d5caf42fdc7e476743aece
|