Find all dependencies using pkg-config #301

Open
opened 2024-05-11 12:02:33 +00:00 by raito · 1 comment
Owner

We have some dependencies we find via CMake, which requires this sort of support code in nixpkgs: https://github.com/NixOS/nixpkgs/pull/310453.

To avoid this, we could spare some time fixing dependencies who are not compatible with pkg-config.

We have some dependencies we find via `CMake`, which requires this sort of support code in nixpkgs: https://github.com/NixOS/nixpkgs/pull/310453. To avoid this, we could spare some time fixing dependencies who are not compatible with `pkg-config`.
qyriad added the
Area/build-packaging
label 2024-05-11 18:29:16 +00:00
Owner

note: boost does not provide a pkg-config, but is an exception to this, as Meson does not use CMake to find boost (though its logic is broken under Nix, see https://github.com/NixOS/nixpkgs/issues/86131, which we have a workaround for in package.nix)

note: boost does not provide a pkg-config, but is an exception to this, as Meson does not use CMake to find boost (though its logic is broken under Nix, see https://github.com/NixOS/nixpkgs/issues/86131, which we have a workaround for in package.nix)
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: lix-project/lix#301
No description provided.