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
|
, 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
|
||||||
|
Loading…
Reference in New Issue
Block a user