Merge pull request #279381 from olmokramer/patch-1

signaturepdf: Fix postInstall hook
This commit is contained in:
Damien Cassou 2024-01-08 05:52:18 +00:00 committed by GitHub
commit d865557a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
--run 'echo "You may now open a web browser on http://localhost:$port"' \
--add-flags '-S "localhost:$port" -t public'
runHook preInstall
runHook postInstall
'';
meta = with lib; {