programs: ship cdecl

This commit is contained in:
2025-07-21 23:20:06 +00:00
parent 2691e3a8eb
commit 2db59f380c

View File

@@ -140,6 +140,7 @@ in
consoleUtils = declPackageSet [
"alsa-utils" # for aplay, speaker-test
"bc" # CLI calculator
"cdecl" # like <https://cdecl.org>. `cdecl explain 'struct foo *const inst'`
# "cdrtools"
# "clinfo"
# "dmidecode"
@@ -476,6 +477,8 @@ in
"cacert.unbundled".sandbox.enable = false; #< data only
cdecl = {};
clang = {};
clang-tools.sandbox.whitelistPwd = true;