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 , fetchFromGitHub
, cmake , cmake
, pkg-config , pkg-config
, libexif
, lxqt , lxqt
, qtbase , qtbase
, qttools , qttools
@ -32,6 +33,7 @@ mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
libexif
qtbase qtbase
qttools qttools
qtx11extras qtx11extras