lxqt.lxqt-qtplugin: sort dependencies
This commit is contained in:
parent
e238cf4517
commit
146d626d52
|
@ -2,15 +2,15 @@
|
||||||
, mkDerivation
|
, mkDerivation
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, cmake
|
, cmake
|
||||||
, lxqt-build-tools
|
|
||||||
, qtbase
|
|
||||||
, qtx11extras
|
|
||||||
, qttools
|
|
||||||
, qtsvg
|
|
||||||
, libdbusmenu
|
, libdbusmenu
|
||||||
, libqtxdg
|
|
||||||
, libfm-qt
|
, libfm-qt
|
||||||
|
, libqtxdg
|
||||||
|
, lxqt-build-tools
|
||||||
, lxqtUpdateScript
|
, lxqtUpdateScript
|
||||||
|
, qtbase
|
||||||
|
, qtsvg
|
||||||
|
, qttools
|
||||||
|
, qtx11extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
|
@ -30,13 +30,13 @@ mkDerivation rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
qtbase
|
|
||||||
qtx11extras
|
|
||||||
qttools
|
|
||||||
qtsvg
|
|
||||||
libdbusmenu
|
libdbusmenu
|
||||||
libqtxdg
|
|
||||||
libfm-qt
|
libfm-qt
|
||||||
|
libqtxdg
|
||||||
|
qtbase
|
||||||
|
qtsvg
|
||||||
|
qttools
|
||||||
|
qtx11extras
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user