mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 17:17:52 +00:00
lxqt.lxqt-panel: sort the dependence list
This commit is contained in:
parent
943ee46b09
commit
162a59493f
@ -3,29 +3,29 @@
|
||||
, fetchFromGitHub
|
||||
, cmake
|
||||
, pkgconfig
|
||||
, alsaLib
|
||||
, kguiaddons
|
||||
, kwindowsystem
|
||||
, libXdamage
|
||||
, libdbusmenu
|
||||
, liblxqt
|
||||
, libpulseaudio
|
||||
, libqtxdg
|
||||
, libstatgrab
|
||||
, libsysstat
|
||||
, lm_sensors
|
||||
, lxmenu-data
|
||||
, lxqt-build-tools
|
||||
, lxqt-globalkeys
|
||||
, lxqtUpdateScript
|
||||
, menu-cache
|
||||
, pcre
|
||||
, qtbase
|
||||
, qtsvg
|
||||
, qttools
|
||||
, qtx11extras
|
||||
, qtsvg
|
||||
, libdbusmenu
|
||||
, kwindowsystem
|
||||
, solid
|
||||
, kguiaddons
|
||||
, liblxqt
|
||||
, libqtxdg
|
||||
, lxqt-globalkeys
|
||||
, libsysstat
|
||||
, xorg
|
||||
, libstatgrab
|
||||
, lm_sensors
|
||||
, libpulseaudio
|
||||
, alsaLib
|
||||
, menu-cache
|
||||
, lxmenu-data
|
||||
, pcre
|
||||
, libXdamage
|
||||
, lxqtUpdateScript
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -46,28 +46,28 @@ mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
alsaLib
|
||||
kguiaddons
|
||||
kwindowsystem
|
||||
libXdamage
|
||||
libdbusmenu
|
||||
liblxqt
|
||||
libpulseaudio
|
||||
libqtxdg
|
||||
libstatgrab
|
||||
libsysstat
|
||||
lm_sensors
|
||||
lxmenu-data
|
||||
lxqt-globalkeys
|
||||
menu-cache
|
||||
pcre
|
||||
qtbase
|
||||
qtsvg
|
||||
qttools
|
||||
qtx11extras
|
||||
qtsvg
|
||||
libdbusmenu
|
||||
kwindowsystem
|
||||
solid
|
||||
kguiaddons
|
||||
liblxqt
|
||||
libqtxdg
|
||||
lxqt-globalkeys
|
||||
libsysstat
|
||||
xorg.libpthreadstubs
|
||||
xorg.libXdmcp
|
||||
libstatgrab
|
||||
lm_sensors
|
||||
libpulseaudio
|
||||
alsaLib
|
||||
menu-cache
|
||||
lxmenu-data
|
||||
pcre
|
||||
libXdamage
|
||||
xorg.libpthreadstubs
|
||||
];
|
||||
|
||||
passthru.updateScript = lxqtUpdateScript { inherit pname version src; };
|
||||
|
Loading…
Reference in New Issue
Block a user