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 , stdenv
, fetchFromGitHub , fetchFromGitHub
, qtsvg , qtsvg
, qtwayland
, qttools , qttools
, exiv2 , exiv2
, wrapQtAppsHook , wrapQtAppsHook
@ -28,7 +27,6 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [ buildInputs = [
qtsvg qtsvg
qtwayland
exiv2 exiv2
]; ];