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