mirror of
https://github.com/NixOS/nix.git
synced 2025-11-19 16:59:35 +01:00
build(lib{expr,store,util}-test-support): depend on -c libraries
Since lib{expr,store,util}-test-support subprojects define nix_api_* helpers
for testing nix c bindings, they need to publicly depend on -c counterparts.
This makes their headers self-sufficient and does not rely on the -tests to add
necessary dependencies.
This commit is contained in:
parent
acb60fc359
commit
fbffd47fb7
6 changed files with 9 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
, nix-util-test-support
|
||||
, nix-store
|
||||
, nix-store-c
|
||||
|
||||
, rapidcheck
|
||||
|
||||
|
|
@ -35,6 +36,7 @@ mkMesonLibrary (finalAttrs: {
|
|||
propagatedBuildInputs = [
|
||||
nix-util-test-support
|
||||
nix-store
|
||||
nix-store-c
|
||||
rapidcheck
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue