Age | Commit message (Collapse) | Author |
|
* gnu/packages/emulators.scm (desmume): Update to 0.9.13.
[source]: Switch to git-fetch. Remove patches.
[build-system]: Switch to meson-build-system.
[arguments]<#:configure-flags>: Replace “--enable-openal” with “-Dopenal=true”.
Remove “--enable-wifi”.
Add “-Dfrontend-cli=true”, “-Dfrontend-gtk=true”, and “-Dgdb-stub=true”.
<#:phases>: Add ‘chdir’.
[native-inputs]: Add glib:bin and gettext-minimal.
[inputs]: Replace sdl with sdl2 and gtk+-2 with gtk+.
Remove glu.
Add agg, alsa-lib, libpcap, openal, and soundtouch.
[home-page]: Use HTTPS.
* gnu/packages/patches/desmume-gcc6-fixes.patch: Removed file.
* gnu/packages/patches/desmume-gcc7-fixes.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
* gnu/packages/statistics.scm (python-openturns): New variable.
|
|
* gnu/packages/statistics.scm (python-chaospy): New variable.
|
|
* gnu/packages/python-science.scm (python-numpoly): New variable.
|
|
* gnu/packages/maths.scm (ceres)[inputs]: Move eigen and gflags to ...
[propagated-inputs]: ... here.
|
|
* gnu/packages/algebra.scm (spectra): New variable.
|
|
* gnu/packages/maths.scm (pagmo): New variable.
|
|
* gnu/packages/maths.scm (bonmin): New variable.
|
|
* gnu/packages/maths.scm (cminpack): New variable.
|
|
* gnu/packages/maths.scm (primesieve): New variable.
|
|
* gnu/packages/maths.scm (hmat): New variable.
|
|
* gnu/packages/embedded.scm (sdcc): Update to 4.3.0.
* gnu/packages/patches/sdcc-disable-non-free-code.patch: Update to match new
version.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/embedded.scm (sdcc)[arguments]<#:phases>: Add
"embed-absolute-ucsim-reference" phase.
[inputs]: Add ucsim.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/embedded.scm (sdcc): Move arguments above inputs; punctuate
comments consistently.
[arguments]<#:configure-flags>: Move comment regarding GPUTILS to associated
flags; add comment for "--disable-ucsim".
[home-page]: Add trailing slash to URL.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/embedded.scm (sdcc)[source]<snippet>: Use gexp; drop
trailing #t.
[arguments]: Use gexps.
<#:phases>: Drop trailing #t from phase.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/textutils.scm (utfcpp): Update to 3.2.5.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/gl.scm (libglvnd): Update to 1.7.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/music.scm (picard): Update to 2.9.2.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.42.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/maths.scm (hdf-eos5): Update to 2.0.
[source]: Change URL and add snippet to remove generated files.
[native-inputs]: Add autoconf, automake and libtool.
[inputs]: Replace hdf5-1.8 with hdf5-1.14.
[arguments]: Do not use quasiquote and add the phases
remove-single-module-flag and fix-parallel-tests.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/fontutils.scm (psautohint)[arguments]: Disable tests
test_hashmap_no_version and test_hashmap_old_version.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/networking.scm (phantomsocks): Update to
0.0.0-20230829023258-013a0002abe2.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/xdisorg.scm (xsel)[synopsis, description]:
Note the X clipboard as an option.
Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-buttercup-1.25): Delete variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/emacs-xyz (emacs-lua-mode)[native-inputs]: Replace
emacs-buttercup-1.25 with emacs-buttercup.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/video.scm (libvpx)[replacement]: New field, set to…
(libvpx/fixed): …this new variable.
* gnu/packages/patches/libvpx-CVE-2023-5217.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/bittorrent.scm (qbittorrent-enhanced): Update to 4.5.5.10.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/bittorrent.scm (qbittorrent-no-x): New variable, renamed from…
(qbittorrent-nox): …this package, now redefined as a DEPRECATED-PACKAGE.
|
|
* gnu/packages/bittorrent.scm (qbittorrent): Update to 4.5.5.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
Fixes a regression introduced in
59587e2fda76c19b424fda9a987ff90d52ef217e where ./configure would fail
when cross-compiling with “Git is missing”.
Reported by gabber on #guix.
* gnu/packages/package-management.scm (guix)[arguments]: Add
‘ac_cv_path_GIT’ to #:configure-flags.
|
|
* gnu/packages/virtualization.scm (xen)[source]: Add patches.
[arguments]: Add a new 'remove-cruft phase.
* gnu/packages/patches/xen-docs-use-predictable-ordering.patch,
* gnu/packages/patches/xen-remove-config.gz-timestamp.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them both.
|
|
I was unable to trigger any additional irreproducibility.
If you can, please disable PARRALLEL-BUILD? instead.
* gnu/packages/virtualization.scm (xen)[arguments]: Remove hard-coded
‘-j 1’ from the #:make-flags. Honour PARALLEL-BUILD? in the 'build
phase.
|
|
* gnu/packages/virtualization.scm (xen)
[arguments]: Rewrite as G-expressions. Use SEARCH-INPUT-FILE whenever
possible. Put SUBSTITUTE* features to use.
[native-inputs, inputs]: Remove input labels.
|
|
* gnu/packages/virtualization.scm (xen): Update to 4.14.6.
[arguments]: Remove obsolete quoting work-around for old bug.
Don't explicitly return #t from phases.
|
|
* gnu/packages/virtualization.scm (xen)[native-inputs]: Add the Xen name
and version to the ‘…-mini-os-git-checkout’ store file name.
|
|
* gnu/packages/virtualization.scm (qemu): Update to 8.1.1.
|
|
* gnu/packages/image.scm (imgp): Update to 2.9.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/linux.scm (erofs-utils): Update to 1.7.
[inputs]: Add zlib.
|
|
* gnu/packages/python-xyz.scm (python-srsly): Update to 2.4.8.
|
|
* gnu/packages/vnc.scm (remmina): Update to 1.4.32.
[source]: Add ‘.git’ suffix to silence needless HTTP redirection.
|
|
* gnu/packages/cups.scm (hplip): Update to 3.23.8.
|
|
* gnu/packages/sync.scm (onedrive): Update to 2.4.25.
|
|
* gnu/packages/terminals.scm (mlterm): Update to 3.9.3.
|
|
* gnu/packages/code.scm (kcov)[arguments]: Use SEARCH-INPUT-FILE and
remove a vestigial LET from the 'fix-/bin/bash-references phase.
|
|
* gnu/packages/code.scm (kcov): Update to 42.
|
|
* gnu/packages/compression.scm (libjcat): Update to 0.1.14.
|
|
* gnu/packages/rust-apps.scm (just)[arguments]: Add a phase to install
the shell completions.
|
|
* gnu/packages/rust-apps.scm (just)[arguments]: Add phase to install
manpage.
|
|
* gnu/packages/rust-apps.scm (just): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|