summary refs log tree commit diff
path: root/pkgs/os-specific/solo5/default.nix
Commit message (Collapse)AuthorAge
* solo5: 0.7.5 -> 0.8.0Lana Black2023-04-29
|
* solo5: fix testsLana Black2023-02-11
|
* treewide: switch to nativeCheckInputsGuillaume Girol2023-01-21
| | | | | | | 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.
* solo5: retain debugging infoEmery Hemingway2022-12-22
|
* solo5: 0.7.4 -> 0.7.5R. Ryantm2022-12-11
|
* solo5: 0.7.3 -> 0.7.4Lana Black2022-11-08
|
* solo5: fix paths detection in compiler and linker wrappers.Lana Black2022-08-13
|
* solo5: 0.6.9 -> 0.7.3Lana Black2022-08-11
|
* solo5: patch solo5-virtio-mkimage to use our Syslinux, etcEmery Hemingway2022-02-05
|
* solo5: 0.6.8 -> 0.6.9sternenseemann2021-12-13
| | | | https://github.com/Solo5/solo5/releases/tag/v0.6.9
* solo5: disable checkPhase instead of setting to null, run hookssternenseemann2021-03-26
|
* solo5: install opam bindings for all targets that are enabledsternenseemann2021-03-26
| | | | | | | | 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.
* solo5: 0.6.7 -> 0.6.8R. RyanTM2021-02-06
|
* Use lib.cartesianProducOfSets where lib.crossLists was usedJacek Galowicz2021-01-28
|
* solo5: add missing test dependenciessternenseemann2021-01-24
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* treewide: remove periods from end of package descriptionsBen Siraphob2020-10-17
|
* solo5: init 0.6.7Emery Hemingway2020-10-08