Unverified Commit d865557a authored by Damien Cassou's avatar Damien Cassou Committed by GitHub
Browse files

Merge pull request #279381 from olmokramer/patch-1

signaturepdf: Fix postInstall hook
parents f78ec5fa c74d8906
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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; {