Update pkgs/by-name/wt/wtf/package.nix

Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
This commit is contained in:
MikeHorn-git
2025-05-15 14:26:41 +00:00
committed by GitHub
co-authored by Yohann Boniface
parent f0252bcae9
commit 5a21e9d81b
+4
View File
@@ -29,7 +29,11 @@ stdenv.mkDerivation (finalAttrs: {
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
installPhase = ''
runHook preInstall
install -Dm755 wtf $out/bin/wtf
runHook postInstall
'';
meta = {