mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
nix-util: Fix build
This commit is contained in:
parent
1801119e29
commit
0674be8d49
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ sources = files(
|
||||||
'compression.cc',
|
'compression.cc',
|
||||||
'compute-levels.cc',
|
'compute-levels.cc',
|
||||||
'config.cc',
|
'config.cc',
|
||||||
|
'config-global.cc',
|
||||||
'current-process.cc',
|
'current-process.cc',
|
||||||
'english.cc',
|
'english.cc',
|
||||||
'environment-variables.cc',
|
'environment-variables.cc',
|
||||||
|
|
@ -211,6 +212,7 @@ headers = [config_h] + files(
|
||||||
'comparator.hh',
|
'comparator.hh',
|
||||||
'compression.hh',
|
'compression.hh',
|
||||||
'compute-levels.hh',
|
'compute-levels.hh',
|
||||||
|
'config-global.hh',
|
||||||
'config-impl.hh',
|
'config-impl.hh',
|
||||||
'config.hh',
|
'config.hh',
|
||||||
'current-process.hh',
|
'current-process.hh',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue