Age | Commit message (Collapse) | Author |
|
* 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>
|
|
This reverts commit 1a93ff9a8b0c64ccb0e365f4e5c199e0ac8b9de6.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
This reverts commit 87ba11eff1b7a1784c94c897d468ba28822b0609.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
* 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>
|
|
* gnu/packages/music.scm (audacious)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/music.scm (audacious): Update to 4.3.1.
|
|
* gnu/packages/terminals.scm: Substitute ‘©’ for ‘@’.
|
|
* gnu/packages/terminals.scm (asciinema): Update to 2.3.0.
|
|
* gnu/packages/cups.scm (cups-minimal/fixed): New variable.
(cups-minimal)[replacement]: Assign it to new field.
|
|
* gnu/packages/video.scm (yt-dlp): Update to 2023.07.06.
|
|
* gnu/packages/mail.scm (mu): Update to 1.10.5.
|
|
* gnu/packages/astronomy.scm (xplanet)[arguments]: Use G-expressions.
Improve code style.
[inputs]: Remove labels.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (stuff)[description]: Use @uref{}.
|
|
* 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>
|
|
* gnu/packages/astronomy.scm (skymaker)[description]: Use @uref{} over @url{}.
|
|
* gnu/packages/astronomy.scm (skymaker): Update to 4.2.0-0.1a69c47.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Remove upstreamed -fcommon work-around.
[native-inputs]: Add autoconf, automake, libtool, and pkg-config.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (skymaker)[inputs]: Remove input labels.
[arguments]: Adjust accordingly.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (skymaker)[arguments]: Rewrite as G-expressions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (skymaker)[arguments]: Build with GCC 10.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (missfits)[description]: Use @acronym{} and @uref{}.
|
|
* gnu/packages/astronomy.scm (missfits)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/astronomy.scm (missfits)[arguments]:
Add CPPFLAGS to pass build with GCC 10.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|