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