mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 22:53:42 +00:00
9 lines
231 B
Diff
9 lines
231 B
Diff
|
--- a/cvise.py
|
||
|
+++ b/cvise.py
|
||
|
@@ -93,4 +93,5 @@ def find_external_programs():
|
||
|
# Special case for clang-format
|
||
|
programs['clang-format'] = '@CLANG_FORMAT_PATH@'
|
||
|
+ programs['unifdef'] = '@UNIFDEF@'
|
||
|
|
||
|
return programs
|