Skip to content

Commit

Permalink
qpdfview: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
foolnotion committed Sep 10, 2024
1 parent 0998f3b commit 48462d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/qpdfview/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
, file
, ghostscript
, wrapQtAppsHook
, qttools
, stdenv
}:
stdenv.mkDerivation rec {
Expand All @@ -25,7 +26,7 @@ stdenv.mkDerivation rec {
sha256 = "sha256-huYAyT12U7a3RgRu3W4McYnhFYEvKCmKb59E9vOSXsE=";
};

nativeBuildInputs = [ qmake wrapQtAppsHook pkg-config ];
nativeBuildInputs = [ qmake qttools wrapQtAppsHook pkg-config ];
buildInputs = [
qtbase
qtsvg
Expand All @@ -38,6 +39,7 @@ stdenv.mkDerivation rec {
ghostscript
];
preConfigure = ''
lrelease qpdfview.pro
qmakeFlags+=(*.pro)
'';

Expand Down

0 comments on commit 48462d3

Please sign in to comment.