Merge pull request #182587 from romildo/fix.pcmanfm-qt

lxqt.pcmanfm-qt: add libexif dependence
This commit is contained in:
José Romildo Malaquias 2022-07-23 12:41:26 -03:00 committed by GitHub
commit 21d526edad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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