mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
lumina.lumina: format with nixpkgs-fmt and sort dependence list
This commit is contained in:
parent
2be0555d6d
commit
20fe2fa5ad
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user