mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02: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',
|
||||
'compute-levels.cc',
|
||||
'config.cc',
|
||||
'config-global.cc',
|
||||
'current-process.cc',
|
||||
'english.cc',
|
||||
'environment-variables.cc',
|
||||
|
@ -211,6 +212,7 @@ headers = [config_h] + files(
|
|||
'comparator.hh',
|
||||
'compression.hh',
|
||||
'compute-levels.hh',
|
||||
'config-global.hh',
|
||||
'config-impl.hh',
|
||||
'config.hh',
|
||||
'current-process.hh',
|
||||
|
|
Loading…
Reference in a new issue