Unverified Commit df62ea3c authored by Toma's avatar Toma Committed by GitHub
Browse files

yacreader: use correct `poppler` depend (#407422)

parents 6bbfff7f b61a9d96
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,9 +26,9 @@ stdenv.mkDerivation rec {
    libsForQt5.wrapQtAppsHook
  ];
  buildInputs = [
    poppler
    libunarr
    libGLU
    libsForQt5.poppler
    libsForQt5.qtmultimedia
    libsForQt5.qtscript
  ];