lxqt.pcmanfm-qt: add libexif dependence

This commit is contained in:
José Romildo 2022-07-23 12:10:11 -03:00
parent c10f17004f
commit b5362aac78

View file

@ -3,6 +3,7 @@
, fetchFromGitHub
, cmake
, pkg-config
, libexif
, lxqt
, qtbase
, qttools
@ -32,6 +33,7 @@ mkDerivation rec {
];
buildInputs = [
libexif
qtbase
qttools
qtx11extras