Commit 138706cd authored by Ihar Hrachyshka's avatar Ihar Hrachyshka
Browse files

pdfium-binaries: add python3Packages.pypdfium2 to passthru.tests



This is to make sure pypdfium2 build is not broken on version update.

Signed-off-by: default avatarIhar Hrachyshka <ihar.hrachyshka@gmail.com>
parent c04e1db9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  fetchzip,
  stdenv,
  python3Packages,
}:
let
  version = "6968";
@@ -41,7 +42,12 @@ stdenv.mkDerivation {
    runHook postInstall
  '';

  passthru.updateScript = ./update.sh;
  passthru = {
    updateScript = ./update.sh;
    tests = {
      inherit (python3Packages) pypdfium2;
    };
  };

  meta = {
    description = "Binary distribution of PDFium";