Merge pull request #182587 from romildo/fix.pcmanfm-qt
lxqt.pcmanfm-qt: add libexif dependence
This commit is contained in:
commit
21d526edad
@ -3,6 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, pkg-config
|
||||
, libexif
|
||||
, lxqt
|
||||
, qtbase
|
||||
, qttools
|
||||
@ -32,6 +33,7 @@ mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
libexif
|
||||
qtbase
|
||||
qttools
|
||||
qtx11extras
|
||||
|
Loading…
Reference in New Issue
Block a user