summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: QEMU: Unbundle iPXE.Marius Bakke2022-12-221-5/+18
| | | | | | * gnu/packages/virtualization.scm (qemu)[source](snippet): Purge iPXE. [arguments]: Re-add firmware files from IPXE-QEMU. [inputs]: Add IPXE-QEMU.
* gnu: ipxe-qemu: Cross-compile on non x86_64.Marius Bakke2022-12-221-5/+14
| | | | | | * gnu/packages/bootloaders.scm (ipxe-qemu)[native-inputs]: When not targeting x86_64, add CROSS-GCC and CROSS-BINUTILS. [arguments]: Set CROSS_COMPILE in that case.
* gnu: SeaBIOS: Split QEMU variants out to separate package.Marius Bakke2022-12-222-86/+109
| | | | | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Move custom build and install phases out to ... (seabios-qemu): ... this new variable. * gnu/packages/virtualization.scm (qemu)[inputs]: Change from SEABIOS to SEABIOS-QEMU.
* gnu: QEMU: Don't provide --firmwarepath for user-mode binaries.Marius Bakke2022-12-221-4/+0
| | | | | * gnu/packages/virtualization.scm (qemu)[arguments]: Remove --firmwarepath from the user-mode emulation configure invocation.
* gnu: openvpn: Update to 2.5.8.Efraim Flashner2022-12-221-2/+2
| | | | * gnu/packages/vpn.scm (openvpn): Update to 2.5.8.
* gnu: Add r-bedtorch.Ricardo Wurmus2022-12-221-0/+40
| | | | * gnu/packages/bioinformatics.scm (r-bedtorch): New variable.
* gnu: Add r-rhtslib12.Ricardo Wurmus2022-12-221-0/+27
| | | | * gnu/packages/bioinformatics.scm (r-rhtslib12): New variable.
* gnu: Add wiggletools.Ricardo Wurmus2022-12-221-0/+41
| | | | * gnu/packages/bioinformatics.scm (wiggletools): New variable.
* gnu: xterm: Update to 377.Efraim Flashner2022-12-221-2/+2
| | | | * gnu/packages/xorg.scm (xterm): Update to 377.
* gnu: guile-ssh: Update to 0.16.0.Vagrant Cascadian2022-12-211-2/+2
| | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.16.0.
* gnu: fheroes2: Update to 1.0.0.Andrew Tropin2022-12-221-2/+2
| | | | * gnu/packages/games.scm (fheroes2): Update to 1.0.0.
* gnu: Add python-episcanpy.Navid Afkhami2022-12-221-0/+56
| | | | | | * gnu/packages/bioinformatics.scm (python-episcanpy): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add python-bamnostic.Navid Afkhami2022-12-221-0/+19
| | | | | | * gnu/packages/bioinformatics.scm (python-bamnostic): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add vembrane.Ricardo Wurmus2022-12-211-0/+38
| | | | * gnu/packages/bioinformatics.scm (vembrane): New variable.
* gnu: python-plastid: Update to 0.6.0.Ricardo Wurmus2022-12-211-8/+32
| | | | | | | | | | * gnu/packages/bioinformatics.scm (python-plastid): Update to 0.6.0. [source]: Fetch from git repository. [build-system]: Use pyproject-build-system. [arguments]: Enable tests; add build phases 'unpack-test-data and 'build-extensions. [inputs]: Add openssl. [native-inputs]: Add test data.
* gnu: python-pysam: Update to 0.20.0.Ricardo Wurmus2022-12-211-3/+3
| | | | | * gnu/packages/bioinformatics.scm (python-pysam): Update to 0.20.0. [build-system]: Use pyproject-build-system.
* gnu: htslib: Update to 1.16.Ricardo Wurmus2022-12-211-2/+2
| | | | * gnu/packages/bioinformatics.scm (htslib): Update to 1.16.
* gnu: pbbam: Use htslib 1.14.Ricardo Wurmus2022-12-211-1/+1
| | | | | * gnu/packages/bioinformatics.scm (pbbam)[propagated-inputs]: Replace htslib with htslib-1.14.
* gnu: Add htslib-1.14.Ricardo Wurmus2022-12-211-0/+12
| | | | * gnu/packages/bioinformatics.scm (htslib-1.14): New variable.
* gnu: Add ocaml5.0-merlin.pukkamustard2022-12-211-0/+27
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-merlin): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-dot-merlin-reader.pukkamustard2022-12-211-0/+13
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-dot-merlin-reader): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-merlin-lib.pukkamustard2022-12-211-0/+22
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-merlin-lib): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Update ocaml-merlin-lib to 4.7-414.pukkamustard2022-12-211-3/+5
| | | | | | * gnu/packages/ocaml.scm (ocaml-merlin-lib): Update to 4.7-414. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-eio-main.pukkamustard2022-12-211-0/+21
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-eio-main): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-eio-linux.pukkamustard2022-12-211-0/+23
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-eio-linux): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-uring.pukkamustard2022-12-211-0/+32
| | | | | | * gnu/packages/ocaml.scm (ocaml-uring): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-eio-luv.pukkamustard2022-12-211-0/+15
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-eio-luv): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-eio.pukkamustard2022-12-211-0/+37
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-eio): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-mdx: Move inputs to propagated-inputs.pukkamustard2022-12-211-1/+1
| | | | | | * gnu/packages/ocaml.scm (ocaml-mdx): Move inputs to propagated-inputs. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-bechamel.pukkamustard2022-12-211-0/+24
| | | | | | * gnu/packages/ocaml.scm (ocaml-bechamel): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-ctypespukkamustard2022-12-211-0/+28
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-ctypes): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-lwt-dllist.pukkamustard2022-12-211-0/+21
| | | | | | * gnu/packages/ocaml.scm (ocaml-lwt-dllist): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-crowbar.pukkamustard2022-12-211-0/+9
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-crowbar): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Update ocaml-odoc to 2.2.0.pukkamustard2022-12-211-4/+2
| | | | | | * gnu/packages/ocaml.scm (ocaml-odoc): Update to 2.2.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-ppx-expect.pukkamustard2022-12-211-1/+24
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-ppx-expect): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Update ocaml-qcheck to 0.20.pukkamustard2022-12-211-3/+3
| | | | | | * gnu/packages/ocaml.scm (ocaml-qcheck): Update to 0.20. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Update ocaml-ppxlib to 0.25.1.pukkamustard2022-12-211-2/+2
| | | | | | * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-base.pukkamustard2022-12-211-1/+24
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-base): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-hmap.pukkamustard2022-12-211-0/+26
| | | | | | * gnu/packages/ocaml.scm (ocaml-hmap): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-optint.pukkamustard2022-12-211-0/+25
| | | | | | * gnu/packages/ocaml.scm (ocaml-optint): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-monolith.pukkamustard2022-12-211-0/+25
| | | | | | * gnu/packages/ocaml.scm (ocaml-monolith): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-psq.pukkamustard2022-12-211-0/+22
| | | | | | * gnu/packages/ocaml.scm (ocaml-psq): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: opam: Use OCaml 4.14 compiled version when building OCaml 5.0 packages.pukkamustard2022-12-211-4/+6
| | | | | | | * gnu/packages/ocaml.scm (opam)[properties]: Add ocaml5.0-variant. (opam)[propagated-inputs]: Move to inputs. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* guix: ocaml: Add package-with-ocaml5.0.pukkamustard2022-12-212-4/+77
| | | | | | | | | | * guix/build-system/ocaml.scm (package-with-ocaml5.0) (strip-ocaml5.0-variant): New variables. * gnu/packages/ocaml.scm (ocaml5.0-dune-bootstrap) (ocaml5.0-dune, ocaml5.0-dune-configurator) (ocaml5.0-csexp, ocaml5.0-result): New variables. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml5.0-findlibpukkamustard2022-12-211-0/+7
| | | | | | * gnu/packages/ocaml.scm (ocaml5.0-findlib): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: ocaml-findlib: Update to 1.9.5.pukkamustard2022-12-211-2/+2
| | | | | | * gnu/packages/ocaml.scm (ocaml-findlib): Update to 1.9.5. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add ocaml-5.0.pukkamustard2022-12-211-0/+61
| | | | | | * gnu/packages/ocaml.scm (ocaml-5.0): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* guix system: Skip initrd modules check when using --target.Maxim Cournoyer2022-12-211-1/+4
| | | | | * guix/scripts/system.scm (perform-action): Do not call CHECK-INITRD-MODULES when the %current-target-system parameter is set.
* gnu: julia-imagemetadata: Update to 0.9.8.Efraim Flashner2022-12-211-5/+16
| | | | | | | * gnu/packages/julia-xyz.scm (julia-imagemetadata): Update to 0.9.8. [arguments]: Add phase to skip greyscale test. [propagated-inputs]: Remove julia-indirectarrays; add julia-imagebase. [native-inputs]: Add julia-indirectarrays.
* gnu: julia-paddedviews: Update to 0.5.11.Efraim Flashner2022-12-211-2/+2
| | | | * gnu/packages/julia-xyz.scm (julia-paddedviews): Update to 0.5.11.