summary refs log tree commit diff
path: root/pkgs/os-specific/solo5
AgeCommit message (Collapse)AuthorFilesLines
2023-04-29solo5: 0.7.5 -> 0.8.0Lana Black2-29/+2
2023-02-11solo5: fix testsLana Black2-0/+27
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-12-22solo5: retain debugging infoEmery Hemingway1-0/+3
2022-12-11solo5: 0.7.4 -> 0.7.5R. Ryantm1-2/+2
2022-11-08solo5: 0.7.3 -> 0.7.4Lana Black3-55/+2
2022-08-13solo5: fix paths detection in compiler and linker wrappers.Lana Black2-1/+30
2022-08-11solo5: 0.6.9 -> 0.7.3Lana Black2-12/+28
2022-02-05solo5: patch solo5-virtio-mkimage to use our Syslinux, etcEmery Hemingway1-2/+11
2021-12-13solo5: 0.6.8 -> 0.6.9sternenseemann1-4/+3
https://github.com/Solo5/solo5/releases/tag/v0.6.9
2021-03-26solo5: disable checkPhase instead of setting to null, run hookssternenseemann1-6/+5
2021-03-26solo5: install opam bindings for all targets that are enabledsternenseemann1-4/+20
Reuse the configuration generated by configure.sh to dynamically install the bindings for all enabled targets. A bit of a hack grepping for the respective lines in the Makeconf which incidentally also parse as shell. Alternative would be to check for the target libs.
2021-02-06solo5: 0.6.7 -> 0.6.8R. RyanTM1-2/+2
2021-01-28Use lib.cartesianProducOfSets where lib.crossLists was usedJacek Galowicz1-4/+5
2021-01-24solo5: add missing test dependenciessternenseemann1-1/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2020-10-17treewide: remove periods from end of package descriptionsBen Siraphob1-1/+1
2020-10-08solo5: init 0.6.7Emery Hemingway1-0/+58