From db20a2371cf67678aa01411b6cc40704000f05b9 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 16 Jun 2020 23:02:48 +0300 Subject: [PATCH] krop: move libsForQt5.poppler out of propagatedBuildInputs (#87790) --- pkgs/applications/graphics/krop/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/applications/graphics/krop/default.nix b/pkgs/applications/graphics/krop/default.nix index c88d04826d1..ee490676977 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 = [