aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/misc/pdfarranger/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/pdfarranger/default.nix')
-rw-r--r--pkgs/applications/misc/pdfarranger/default.nix7
1 files changed, 5 insertions, 2 deletions
diff --git a/pkgs/applications/misc/pdfarranger/default.nix b/pkgs/applications/misc/pdfarranger/default.nix
index 8ac7e2d8394b..8c8413b2ce60 100644
--- a/pkgs/applications/misc/pdfarranger/default.nix
+++ b/pkgs/applications/misc/pdfarranger/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub, lib
-, wrapGAppsHook, intltool, qpdf
+, wrapGAppsHook, intltool
, python3Packages, gtk3, poppler_gi
}:
@@ -22,7 +22,6 @@ python3Packages.buildPythonApplication rec {
buildInputs = [
gtk3 poppler_gi
- qpdf
];
propagatedBuildInputs = with python3Packages; [
@@ -34,6 +33,10 @@ python3Packages.buildPythonApplication rec {
# incompatible with wrapGAppsHook
strictDeps = false;
+ dontWrapGApps = true;
+ preFixup = ''
+ makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
+ '';
doCheck = false; # no tests