mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #279381 from olmokramer/patch-1
signaturepdf: Fix postInstall hook
This commit is contained in:
commit
d865557a4d
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user