krop: move libsForQt5.poppler out of propagatedBuildInputs (#87790)
This commit is contained in:
parent
a1095de695
commit
db20a2371c
@ -15,9 +15,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pyqt5
|
pyqt5
|
||||||
pypdf2
|
pypdf2
|
||||||
poppler-qt5
|
poppler-qt5
|
||||||
libsForQt5.poppler
|
|
||||||
ghostscript
|
ghostscript
|
||||||
];
|
];
|
||||||
|
buildInputs = [
|
||||||
|
libsForQt5.poppler
|
||||||
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
|
||||||
makeWrapperArgs = [
|
makeWrapperArgs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user