Skip to content

Commit

Permalink
fixup! imgui: mention cmake integration in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge committed May 21, 2024
1 parent 392bb64 commit ea9d642
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions nixos/doc/manual/release-notes/rl-2405.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,11 +729,9 @@ The pre-existing [services.ankisyncd](#opt-services.ankisyncd.enable) has been m

- `mpich` package expression now requires `withPm` to be a list, e.g. `"hydra:gforker"` becomes `[ "hydra" "gforker" ]`.

- To facilitate dependency injection, the `imgui` package now builds a static
archive using vcpkg' CMake rules. It now installs "impl" headers selectively
instead of by a wildcard. Use `imgui.src` to if you just want to access the
unpacked sources.

- To facilitate dependency injection, the `imgui` package now builds a static archive using vcpkg' CMake rules.
It now installs "impl" headers selectively instead of by a wildcard.
Use `imgui.src` to if you just want to access the unpacked sources.

- `systemd`: when merging unit options (of type `unitOption`),
if at least one definition is a list, all those which aren't are now lifted into a list,
Expand Down

0 comments on commit ea9d642

Please sign in to comment.