summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/graphics/krop
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-06-16 23:02:48 +0300
committerGitHub <noreply@github.com>2020-06-16 22:02:48 +0200
commitdb20a2371cf67678aa01411b6cc40704000f05b9 (patch)
tree2b6f6a3729f012a12911d8b355c3a9ad6208d968 /pkgs/applications/graphics/krop
parenta1095de695686e5660c442de25ec1d93fa6b01a6 (diff)
krop: move libsForQt5.poppler out of propagatedBuildInputs (#87790)
Diffstat (limited to 'pkgs/applications/graphics/krop')
-rw-r--r--pkgs/applications/graphics/krop/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/krop/default.nix b/pkgs/applications/graphics/krop/default.nix
index c88d04826d14..ee4906769770 100644
--- a/pkgs/applications/graphics/krop/default.nix
+++ b/pkgs/applications/graphics/krop/default.nix
@@ -15,9 +15,11 @@ python3Packages.buildPythonApplication rec {
pyqt5
pypdf2
poppler-qt5
- libsForQt5.poppler
ghostscript
];
+ buildInputs = [
+ libsForQt5.poppler
+ ];
nativeBuildInputs = [ qt5.wrapQtAppsHook ];
makeWrapperArgs = [