Skip to content

Commit

Permalink
Update runtime-build.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Redcroft authored Dec 15, 2024
1 parent 3b5cc86 commit aa284e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/ho/houdini/runtime-build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ stdenv.mkDerivation {
$out
echo "licensingMode = localValidator" >> $out/houdini/Licensing.opt # does not seem to do anything any more. not sure, official docs do not say anything about it
'';
dontWrapQtApps = true;
postFixup = ''
wrapQtApp "$out/bin/houdini"
wrapQtApp "$out/bin/hindie"
wrapQtApp "$out/bin/houdini-bin"
wrapQtApp "$out/bin/hindie-bin"
wrapQtApp "$out/bin/hkey"
'';
dontFixup = true;
# dontFixup = true;
}

0 comments on commit aa284e1

Please sign in to comment.