Commit f03311c6 authored by xapkohheh's avatar xapkohheh
Browse files

houdini: exposed more executables

houdini provides additional tools that might be useful
parent ca7cece9
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -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 ''