lumina.lumina: format with nixpkgs-fmt and sort dependence list

This commit is contained in:
José Romildo Malaquias 2020-05-24 11:31:14 -03:00
parent 2be0555d6d
commit 20fe2fa5ad

View File

@ -1,18 +1,18 @@
{ stdenv, { stdenv
mkDerivation, , mkDerivation
fetchFromGitHub, , fetchFromGitHub
desktop-file-utils, , desktop-file-utils
fluxbox, , fluxbox
numlockx, , numlockx
qmake, , qmake
qtbase, , qtbase
qtmultimedia, , qtmultimedia
qtsvg, , qtsvg
qttools, , qttools
qtx11extras, , qtx11extras
xorg, , xorg
xscreensaver, , xscreensaver
wrapGAppsHook , wrapGAppsHook
}: }:
mkDerivation rec { mkDerivation rec {
@ -33,19 +33,19 @@ mkDerivation rec {
]; ];
buildInputs = [ buildInputs = [
xorg.libxcb desktop-file-utils
fluxbox # window manager for Lumina DE
numlockx # required for changing state of numlock at login
qtbase
qtmultimedia
qtsvg
qtx11extras
xorg.libXcursor xorg.libXcursor
xorg.libXdamage xorg.libXdamage
xorg.xcbutilwm xorg.libxcb
xorg.xcbutilimage xorg.xcbutilimage
qtbase xorg.xcbutilwm
qtsvg
qtmultimedia
qtx11extras
fluxbox
xscreensaver xscreensaver
desktop-file-utils
numlockx
]; ];
patches = [ patches = [