Age | Commit message (Collapse) | Author |
|
* gnu/packages/javascript.scm (cjson): Update to 1.7.16.
|
|
* gnu/packages/build-tools.scm (bmake): Update to 20230622.
|
|
* gnu/packages/image-viewers.scm (chafa): Update to 1.12.5.
|
|
* gnu/packages/distributed.scm (boinc-client): Update to 7.22.2.
|
|
* gnu/packages/distributed.scm (boinc-server)[inputs, propagated-inputs]:
Remove input labels.
|
|
* gnu/packages/distributed.scm (boinc-server)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/distributed.scm (boinc-client)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/gnome.scm (cambalache)[description]: Use @acronym{} for buzzwords.
|
|
* gnu/packages/gnome.scm (cambalache): Update to 0.12.1.
|
|
* gnu/packages/maths.scm (bitwise): Update to 0.43.
|
|
* (celestia-gtk)[synopsis]: Describe this GTK+ variant.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (celestia): Update to 1.6.3.
[source]: Use Git tag.
[build-system]: Switch to the GNU build system; CMake build files are gone.
[arguments]: Adjust #:configure-flags accordingly.
Add a new patch-lua-version phase.
[native-inputs]: Add autoconf and automake.
[inputs]: Remove eigen, fmt-7, and glew.
* (celestia-gtk): Adjust accordingly.
[inputs]: Add cairo, libxmu, libtheora, and pango-1.42.
[arguments]: Use SUBSTITUTE-KEYWORD-ARGUMENTS and adjust #:configure-flags.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (celestia)[arguments]: Rewrite as G-expressions.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (celestia)[native-inputs, inputs]:
Remove input labels.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (celestia-gtk)[inputs]: Rewrite using MODIFY-INPUTS.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (celestia-gtk)[arguments]: Rewrite using G-expressions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (celestia-gtk): Use PACKAGE/INHERIT macro.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/cups.scm (brlaser)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/cups.scm (brlaser): Update to 6-2.2a49e32.
|
|
* gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5.
|
|
* gnu/packages/instrumentation.scm (uftrace)[arguments]:
Prefer MATCH over COND.
|
|
* gnu/packages/instrumentation.scm (uftrace)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/file-systems.scm (bees): Update to 0.10.
|
|
* gnu/packages/backup.scm (btrbk)[arguments]:
Don't hard-code #$OUTPUT in the 'configure phase.
|
|
* gnu/packages/backup.scm (btrbk): Update to 0.32.6.
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.2.
|
|
* gnu/packages/tree-sitter.scm (tree-sitter-gomod): New variable.
|
|
* gnu/packages/terminals.scm (alacritty): Update to 0.12.2.
[cargo-inputs]: Replace rust-alacritty-terminal-0.18 with 0.19.
|
|
* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.18): Replace
with rust-alacritty-terminal-0.19.
|
|
* gnu/packages/virtualization.scm (osinfo-db): Update to 20230518.
|
|
* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.10.0.
|
|
* gnu/packages/virtualization.scm (libx86emu): Adjust package formatting
with 'guix style'.
|
|
* gnu/packages/virtualization.scm (libx86emu)[arguments]: Skip tests
when not building on an x86 system.
|
|
* gnu/packages/cups.scm (cups)[arguments]: Rewrite to strip the #:tests?
argument from the inherited package.
|
|
* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests?
argument from the inherited package.
|
|
* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests?
argument from the inherited package.
|
|
* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to
strip the #:tests? argument from the inherited package.
|
|
* gnu/packages/graphics.scm (imath)[arguments]: Adjust #:tests? to skip
tests when cross-compiling.
|
|
* gnu/packages/game-development.scm (ode)[arguments]: Adjust #:tests? to
skip tests when cross-compiling.
|
|
* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use
download mirrors.
|
|
* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use
download mirrors.
|
|
* gnu/packages/kde-plasma.scm (plasma-nano)[source]: Rewrite source uri
to use download mirrors.
|
|
* gnu/packages/kde-plasma.scm (plasma-mobile)[source]: Rewrite source
uri to use download mirrors.
|
|
* gnu/packages/gps.scm (gpsd)[source]: Rewrite source uri to use
download mirrors.
|
|
* 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>
|
|
* 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>
|
|
This reverts commit d54faf155aeeeb2aceb5cc19f141c2b8d0e0720a.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
This reverts commit c0a0cec87ff01ba3ee6f9baaafdb92b7ecc94489.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
This reverts commit 04f9ac0cfaf86f9e590e0fdc62855d9c87245104.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
This reverts commit 3d2ce30f6b4b505c9680369d118c2aa9f7bacff4.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|