From 146d626d529c480b6b682ff4e3f4bf65e6ad3f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Romildo=20Malaquias?= Date: Sun, 31 May 2020 16:49:19 -0300 Subject: [PATCH] lxqt.lxqt-qtplugin: sort dependencies --- pkgs/desktops/lxqt/lxqt-qtplugin/default.nix | 22 ++++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix index 863ac1ab5c2..7bdd628f458 100644 --- a/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix +++ b/pkgs/desktops/lxqt/lxqt-qtplugin/default.nix @@ -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 = ''