Unverified Commit 90789b08 authored by rewine's avatar rewine Committed by GitHub
Browse files

deepin.deepin-pdfium: fix strictDeps build (#374478)

parents 36908fc5 ebf16c9c
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -2,9 +2,12 @@
  stdenv,
  lib,
  fetchFromGitHub,
  freetype,
  icu,
  libsForQt5,
  pkg-config,
  libchardet,
  libjpeg,
  lcms2,
  openjpeg,
}:
@@ -28,13 +31,16 @@ stdenv.mkDerivation rec {
  dontWrapQtApps = true;

  buildInputs = [
    freetype
    icu
    libchardet
    libjpeg
    lcms2
    openjpeg
  ];

  meta = with lib; {
    description = "development library for pdf on deepin";
    description = "Development library for PDF on deepin";
    homepage = "https://github.com/linuxdeepin/deepin-pdfium";
    license = licenses.lgpl3Plus;
    platforms = platforms.linux;