1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 11:32:21 +02:00
Commit Graph

117005 Commits

Author SHA1 Message Date
Sharlatan Hellseher b89850f60d gnu: celestia-gtk: Use MODIFY-INPUTS.
* gnu/packages/astronomy.scm (celestia-gtk)[inputs]: Rewrite using MODIFY-INPUTS.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:41 +02:00
Sharlatan Hellseher 0e1c5a9d7d gnu: celestia-gtk: Use G-expressions.
* gnu/packages/astronomy.scm (celestia-gtk)[arguments]: Rewrite using G-expressions.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:41 +02:00
Sharlatan Hellseher b74e3e037e gnu: celestia-gtk: Use PACKAGE/INHERIT.
* gnu/packages/astronomy.scm (celestia-gtk): Use PACKAGE/INHERIT macro.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:41 +02:00
Tobias Geerinckx-Rice c354a8f15f gnu: brlaser: Use G-expressions.
* gnu/packages/cups.scm (brlaser)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:41 +02:00
Tobias Geerinckx-Rice 9e9cb01020 gnu: brlaser: Update to 6-2.2a49e32.
* gnu/packages/cups.scm (brlaser): Update to 6-2.2a49e32.
2023-07-02 02:00:40 +02:00
Tobias Geerinckx-Rice f0ca6346a4 gnu: babeltrace: Update to 2.0.5.
* gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5.
2023-07-02 02:00:11 +02:00
Tobias Geerinckx-Rice bc93884523 gnu: uftrace: Use (ice-9 match).
* gnu/packages/instrumentation.scm (uftrace)[arguments]:
Prefer MATCH over COND.
2023-07-02 02:00:11 +02:00
Tobias Geerinckx-Rice 5237abd7ce gnu: uftrace: Use G-expressions.
* gnu/packages/instrumentation.scm (uftrace)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:11 +02:00
Tobias Geerinckx-Rice 34d7eb9721 gnu: bees: Update to 0.10.
* gnu/packages/file-systems.scm (bees): Update to 0.10.
2023-07-02 02:00:11 +02:00
Tobias Geerinckx-Rice 4e1f7b1df6 gnu: btrbk: Re-use $PREFIX in our substitution.
* gnu/packages/backup.scm (btrbk)[arguments]:
Don't hard-code #$OUTPUT in the 'configure phase.
2023-07-02 02:00:11 +02:00
Tobias Geerinckx-Rice d0d33d94bd gnu: btrbk: Update to 0.32.6.
* gnu/packages/backup.scm (btrbk): Update to 0.32.6.
2023-07-02 02:00:10 +02:00
Tobias Geerinckx-Rice e2a47c89ad gnu: btrfs-progs: Update to 6.3.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.2.
2023-07-02 02:00:00 +02:00
Danny Milosavljevic 2ba2e80ee6 gnu: Add tree-sitter-gomod.
* gnu/packages/tree-sitter.scm (tree-sitter-gomod): New variable.
2023-07-09 19:02:50 +02:00
Efraim Flashner e298aabe81 gnu: alacritty: Update to 0.12.2.
* gnu/packages/terminals.scm (alacritty): Update to 0.12.2.
[cargo-inputs]: Replace rust-alacritty-terminal-0.18 with 0.19.
2023-07-09 15:54:32 +03:00
Efraim Flashner b35578d995 gnu: rust-alacritty-terminal: Update to 0.19.1.
* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.18): Replace
with rust-alacritty-terminal-0.19.
2023-07-09 15:54:27 +03:00
Efraim Flashner 1c37764532 gnu: osinfo-db: Update to 20230518.
* gnu/packages/virtualization.scm (osinfo-db): Update to 20230518.
2023-07-09 14:56:02 +03:00
Efraim Flashner 534adad7ad gnu: osinfo-db-tools: Update to 1.10.0.
* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.10.0.
2023-07-09 14:55:58 +03:00
Efraim Flashner 8258e88878 gnu: libx86emu: Format with 'guix style'.
* gnu/packages/virtualization.scm (libx86emu): Adjust package formatting
with 'guix style'.
2023-07-09 12:26:37 +03:00
Efraim Flashner 7ba1626113 gnu: libx86emu: Skip tests on non-x86 systems.
* gnu/packages/virtualization.scm (libx86emu)[arguments]: Skip tests
when not building on an x86 system.
2023-07-09 12:21:37 +03:00
Efraim Flashner 241c8da50d gnu: cups: Don't set #:tests? to #:true.
* gnu/packages/cups.scm (cups)[arguments]: Rewrite to strip the #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Efraim Flashner 3ff615263c gnu: s7: Don't set #:tests? to #:true.
* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Efraim Flashner bc702a07c5 gnu: rest-next: Don't set #:tests? to #:true.
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests?
argument from the inherited package.
2023-07-09 10:43:03 +03:00
Efraim Flashner 8a3b574b9c gnu: python-pytest-enabler: Don't set #:tests to #:true.
* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to
strip the #:tests? argument from the inherited package.
2023-07-09 10:43:02 +03:00
Efraim Flashner ee8cdd3b58 gnu: imath: Skip tests when cross-compiling.
* gnu/packages/graphics.scm (imath)[arguments]: Adjust #:tests? to skip
tests when cross-compiling.
2023-07-09 10:43:02 +03:00
Efraim Flashner 7ba92bd38f gnu: ode: Skip tests when cross-compiling.
* gnu/packages/game-development.scm (ode)[arguments]: Adjust #:tests? to
skip tests when cross-compiling.
2023-07-09 10:43:02 +03:00
Efraim Flashner 533d2b83a1 gnu: libxml2: Download using mirror uri.
* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use
download mirrors.
2023-07-09 10:43:02 +03:00
Efraim Flashner 8c759ce23e gnu: libxslt: Download using mirror uri.
* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use
download mirrors.
2023-07-09 10:43:02 +03:00
Efraim Flashner 2599c2df83 gnu: plasma-nano: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-nano)[source]: Rewrite source uri
to use download mirrors.
2023-07-09 10:43:02 +03:00
Efraim Flashner 4531184377 gnu: plasma-mobile: Download using mirror uri.
* gnu/packages/kde-plasma.scm (plasma-mobile)[source]: Rewrite source
uri to use download mirrors.
2023-07-09 10:42:57 +03:00
Efraim Flashner 1bd6b91368 gnu: gpsd: Download using mirror uri.
* gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use
download mirrors.
2023-07-09 10:01:04 +03:00
Vagrant Cascadian 8306d3e529 gnu: Add vcmi.
* gnu/packages/games.scm (vcmi): New variable.
* gnu/packages/patches/vcmi-disable-privacy-breach.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Vagrant Cascadian 4c610d2b2e gnu: Add fuzzylite.
* gnu/packages/games.scm (fuzzylite): New variable.
* gnu/packages/patches/fuzzylite-relative-path-in-tests.patch: New file.
* gnu/packages/patches/fuzzylite-use-catch2.patch: New file.
* gnu/packages/patches/fuzzylite-soften-float-equality.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Bruno Victal 1f42ba3533 Revert "gnu: maven-model-builder@3.0: Fix build."
This reverts commit d54faf155a.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Bruno Victal 57c4491e57 Revert "gnu: maven-settings-builder: Fix build."
This reverts commit c0a0cec87f.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:36 +02:00
Bruno Victal 8c619cf924 Revert "gnu: maven-model-builder: Fix build."
This reverts commit 04f9ac0cfa.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal 0df4466276 Revert "gnu: maven-resolver-provider: Fix build."
This reverts commit 3d2ce30f6b.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal 4f2e9ab060 Revert "gnu: maven-core-bootstrap: Fix build."
This reverts commit 1a93ff9a8b.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal d6f773571d Revert "gnu: maven-embedder: Fix build."
This reverts commit 87ba11eff1.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Bruno Victal f420d99a7d gnu: maven-pom: Add missing shebangs.
* gnu/packages/patches/maven-generate-component-xml.patch: Add missing shebang.
* gnu/packages/patches/maven-generate-javax-inject-named.patch: Likewise.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2023-07-09 07:31:35 +02:00
Tobias Geerinckx-Rice 9e03f08b79 gnu: audacious: Use G-expressions.
* gnu/packages/music.scm (audacious)[arguments]:
Rewrite as G-expressions.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice da6ab2ee7a gnu: audacious: Update to 4.3.1.
* gnu/packages/music.scm (audacious): Update to 4.3.1.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice b998ec80f6 gnu: Fix typo in copyright header.
* gnu/packages/terminals.scm: Substitute ‘©’ for ‘@’.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 6b1831b187 gnu: asciinema: Update to 2.3.0.
* gnu/packages/terminals.scm (asciinema): Update to 2.3.0.
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 2986ba899f gnu: cups: Replace with 2.4.6 [fixes CVE-2023-34241].
* gnu/packages/cups.scm (cups-minimal/fixed): New variable.
(cups-minimal)[replacement]: Assign it to new field.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 88d107b2b9 gnu: yt-dlp: Update to 2023.07.06.
* gnu/packages/video.scm (yt-dlp): Update to 2023.07.06.
2023-07-02 02:00:08 +02:00
Tobias Geerinckx-Rice 285c41e93f gnu: mu: Update to 1.10.5.
* gnu/packages/mail.scm (mu): Update to 1.10.5.
2023-07-02 02:00:07 +02:00
Sharlatan Hellseher d427792cc4 gnu: xplanet: Update package style.
* gnu/packages/astronomy.scm (xplanet)[arguments]: Use G-expressions.
Improve code style.
[inputs]: Remove labels.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:07 +02:00
Tobias Geerinckx-Rice 3718307833 gnu: stuff: Mark up description.
* gnu/packages/astronomy.scm (stuff)[description]: Use @uref{}.
2023-07-02 02:00:01 +02:00
Sharlatan Hellseher 22a1e419c1 gnu: stuff: Update to 2.0.1.
* gnu/packages/astronomy.scm (stuff): Update to 2.0.1.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[native-inputs]: Add autoconf, automake, libtool, and pkg-config.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2023-07-02 02:00:01 +02:00
Tobias Geerinckx-Rice ca7b387645 gnu: skymaker: Use @uref{}.
* gnu/packages/astronomy.scm (skymaker)[description]: Use @uref{} over @url{}.
2023-07-02 02:00:01 +02:00