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