Update pkgs/by-name/wt/wtf/package.nix
Co-authored-by: Yohann Boniface <edhyjox@gmail.com>
This commit is contained in:
co-authored by
Yohann Boniface
parent
f0252bcae9
commit
5a21e9d81b
@@ -29,7 +29,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cmakeFlags = [ "-DCMAKE_BUILD_TYPE=Release" ];
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
install -Dm755 wtf $out/bin/wtf
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user