pineapple-pictures: let wrapQtAppsHook propagate qtwayland

This commit is contained in:
rewine 2024-03-20 20:21:41 +08:00 committed by Artturin
parent a2d3be9d04
commit 89fd771655

View File

@ -2,7 +2,6 @@
, stdenv
, fetchFromGitHub
, qtsvg
, qtwayland
, qttools
, exiv2
, wrapQtAppsHook
@ -28,7 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
qtsvg
qtwayland
exiv2
];