Merge pull request #244088 from wineee/ppic

pineapple-pictures: support wayland
This commit is contained in:
Nick Cao 2023-07-17 23:06:36 -06:00 committed by GitHub
commit 461a069c2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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