mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Unexpose config headers (low hanging fruit only)
- Some headers were completely redundant and have been removed. - Other headers have been turned private. - Unnecessary meson.build code has been removed. - libutil-tests now has a private config header, where previously it had none. This removes the need to expose a package version macro publicly.
This commit is contained in:
parent
83ec81789a
commit
b86a76044e
15 changed files with 25 additions and 82 deletions
|
@ -6,7 +6,6 @@ libplugintest = shared_module(
|
|||
# It would be nice for our headers to be idempotent instead.
|
||||
'-include', 'config-util.hh',
|
||||
'-include', 'config-store.hh',
|
||||
# '-include', 'config-fetchers.hh',
|
||||
'-include', 'config-expr.hh',
|
||||
],
|
||||
dependencies : [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue