diff --git a/nix/bin.nix b/nix/bin.nix index 526700a..bda2f68 100644 --- a/nix/bin.nix +++ b/nix/bin.nix @@ -13,7 +13,8 @@ pkgs.stdenv.mkDerivation { # Skip default configure phase since we do it in buildPhase dontUseCmakeConfigure = true; - + dontWrapQtApps = true; + buildPhase = '' runHook preBuild