houdini: exposed more executables

houdini provides additional tools that might be useful
This commit is contained in:
xapkohheh 2023-05-10 20:31:54 +02:00
parent ca7cece9bf
commit f03311c615

View File

@ -64,8 +64,13 @@ buildFHSEnv rec {
extraInstallCommands = let
executables = [
"bin/houdini"
"bin/hkey"
"bin/houdini" # houdini flavours
"bin/houdinicore"
"bin/houdinifx"
"bin/hgpuinfo" # houdini ocl config tool
"bin/hotl" # hda/otl manipulation tool
"bin/hython" # hython
"bin/hkey" # license administration
"houdini/sbin/sesinetd"
];
in ''