Skip to content

Commit

Permalink
Testing wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Redcroft committed Dec 3, 2024
1 parent 77e02f2 commit c03ef48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/ho/houdini/runtime-build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ stdenv.mkDerivation {
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
'';
postFixup = ''
wrapQtApp "$out/bin/houdini"
wrapQtApp "$out/bin/houdini-bin"
wrapQtApp "$out/bin/hindie"
wrapQtApp "$out/bin/hindie-bin"
wrapQtApp "$out/bin/hkey"
'';
# dontFixup = true;
dontFixup = true;
}

0 comments on commit c03ef48

Please sign in to comment.