yacreader: user correct poppler depend
Without the chnage `poppler` build fails in `master` as https://hydra.nixos.org/build/297110222: ``` Project ERROR: Could not find poppler-qt5 ```
This commit is contained in:
@@ -26,9 +26,9 @@ stdenv.mkDerivation rec {
|
||||
libsForQt5.wrapQtAppsHook
|
||||
];
|
||||
buildInputs = [
|
||||
poppler
|
||||
libunarr
|
||||
libGLU
|
||||
libsForQt5.poppler
|
||||
libsForQt5.qtmultimedia
|
||||
libsForQt5.qtscript
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user