zeyple: add missing pre/post hooks

This commit is contained in:
h7x4
2025-10-18 03:42:36 +09:00
parent 4e4dfda28b
commit 0f58a0e06d
+4
View File
@@ -19,7 +19,11 @@ python3Packages.buildPythonApplication {
propagatedBuildInputs = [ python3Packages.gpgme ];
installPhase = ''
runHook preInstall
install -Dm755 $src/zeyple/zeyple.py $out/bin/zeyple
runHook postInstall
'';
meta = with lib; {