drat-trim: add install hooks

This commit is contained in:
Sergei Trofimovich
2025-01-08 07:31:37 +00:00
parent b3b27cc6b9
commit bca68f0f56
+4
View File
@@ -30,7 +30,11 @@ stdenv.mkDerivation {
'';
installPhase = ''
runHook preInstall
install -Dt $out/bin drat-trim lrat-check
runHook postInstall
'';
meta = with lib; {