Age | Commit message (Collapse) | Author |
|
* gnu/packages/julia-xyz.scm (julia-coordinatetransformations): Update
to 0.6.2-1.78f5a5c.
|
|
* gnu/packages/julia-xyz.scm (julia-arraylayouts): Update to 0.8.16.
[arguments]: Add a phase to mark a test broken.
[native-inputs]: Add julia-stablerngs.
|
|
* gnu/packages/julia-xyz.scm (julia-fillarrays): Update to 0.13.6.
[propagated-inputs]: Add julia-aqua.
|
|
* gnu/packages/virtualization.scm (qemu)[source](snippet): Delete SeaBIOS
ROMs and source code.
[arguments]: Add replace-firmwares and delete-firmwares phases.
[inputs]: Add SEABIOS.
[native-inputs]: Add ACPICA. While here, sort inputs.
|
|
* gnu/packages/firmware.scm (seabios)[native-inputs]: When not building
from an i686-linux or x86_64-linux machine add cross-gcc and
cross-binutils for i686-linux-gnu.
[arguments]: When not building from an i686-linux or x86_64-linux
machine adjust the Makefile to find the cross build tools needed.
[supported-architectures]: Remove field.
|
|
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.4.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode)[arguments]: Install Elisp
file located in the "contrib" sub-directory.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.6.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-graphql)[arguments]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
|
|
* gnu/packages/emacs-xyz.scm (emacs-graphql): Update to 0.1.2.
[source]<origin>: Remove snippet. The file it removed no longer exist in the
code base.
[propagated-inputs]: Add EMACS-GHUB.
|
|
* gnu/packages/tor.scm (tractor)[native-inputs]: Drop label.
[arguments]: Use gexp; drop trailing #T from build phases.
|
|
|
|
* gnu/packages/bootloaders.scm (u-boot-am335x-boneblack): Rename to...
(u-boot-am335x-evm-boneblack), to match the package name.
* gnu/bootloader/u-boot.scm (u-boot-beaglebone-black-bootloader): Adjust
accordingly.
|
|
* gnu/packages/bootloaders.scm (u-boot) [native-inputs]: Add pkg-config.
|
|
* gnu/packages/bootloaders.scm (u-boot-tools) [phases]: Delete trailing #t.
|
|
* gnu/packages/mail.scm (mumi): Update to 0.0.3-1.350b2df.
[arguments]: Use gexp; add phase 'install-picocss.
[native-inputs]: Add sassc and picocss sources.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Add swig and zstd.
[native-inputs]: Add python.
[propagated-inputs]: Add python-numpy.
(python-gdal): Remove variable.
(qgis)[inputs]: Remove python-gdal.
[arguments]: Disable a flaky test.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Add lz4 and openjpeg.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/geo.scm (gdal): Update to 3.6.1.
[inputs]: Add libjxl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/geo.scm (geos): Update to 3.11.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/geo.scm (python-cartopy): Update to 0.21.0.
[inputs]: Remove proj.
[native-inputs]: Add python-pytest-mpl.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/geo.scm (python-pyproj): Update to 3.4.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/patches/libgeotiff-fix-tests-with-proj-9.1.1.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/geo.scm (libgeotiff): Apply it.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/geo.scm (proj): Update to 9.1.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/services/mail.scm (<opensmtpd-configuration>)[shepherd-requirement]:
New field.
(opensmtpd-shepherd-service): Honor it.
* doc/guix.texi (Mail Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/mail.scm (opensmtpd-shepherd-service)
(opensmtpd-activation)
(opensmtpd-set-gids): Use 'match-record' instead of 'match'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/firmware.scm (seabios)[supported-systems]: New field.
|
|
This reverts commit 814214c369851da50e7006266f718b2d9324ada0.
SeaBIOS is only buildable on i686-linux machines and has flags set to
force building for i386 so that it works from x86_64-linux. This commit
breaks qemu and qemu-minimal on all other architectures.
|
|
* gnu/packages/java.scm (openjdk18): Update to 18.0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/java.scm (openjdk17): Update to 17.0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/java.scm (openjdk16): Update to 16.0.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/java.scm (openjdk15): Update to 15.0.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/java.scm (openjdk13): Update to 13.0.13.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/java.scm (openjdk11)[source]: Remove extra characters
from find-files invocation.
[arguments]: Remove extra characters from find-files invocations in
multiple phases.
|
|
* gnu/packages/java.scm (openjdk11): Update to 11.0.17.
[source]: Fix source file-name.
[native-inputs]: Add bash.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/audio.scm (audacity): Update to 3.2.2.
|
|
* gnu/packages/audio.scm (audacity)[arguments]: Set AUDACITY_BUILD_LEVEL
in the #:configure-flags.
|
|
* gnu/packages/bootloaders.scm (ipxe-qemu): New variable.
|
|
* gnu/packages/firmware.scm (edk2-tools): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-fzf)[version]: Set to 0.2.
Last tagged version and Version keyword from main file differ. We use the
highest one (the tag).
|
|
* gnu/packages/pascal.scm (p2c): Update to 2.02.
[arguments]: Use gexp.
[native-inputs]: Add unzip.
|
|
* gnu/packages/bioconductor.scm (r-kegggraph): Update to 1.58.3.
|
|
* gnu/packages/bioconductor.scm (r-scran): Update to 1.26.1.
|
|
* gnu/packages/bioconductor.scm (r-scuttle): Update to 1.8.3.
|
|
* gnu/packages/bioconductor.scm (r-chromvar): Update to 1.20.1.
|
|
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.36.1.
|
|
* gnu/packages/bioconductor.scm (r-preprocesscore): Update to 1.60.1.
|
|
* gnu/packages/bioconductor.scm (r-biocviews): Update to 1.66.1.
[native-inputs]: Add r-knitr.
|
|
* gnu/packages/bioconductor.scm (r-rcistarget): Update to 1.18.2.
|
|
* gnu/packages/bioconductor.scm (r-opencyto): Update to 2.10.1.
[propagated-inputs]: Remove r-clue, r-flowstats, r-gtools, r-ks, r-lattice, r-mass,
r-plyr, r-r-utils, r-rcpp, and r-rrcov; add r-bh and r-cpp11.
|