Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
lumina.lumina: format with nixpkgs-fmt and sort dependence list
Browse files Browse the repository at this point in the history
  • Loading branch information
romildo committed May 25, 2020
1 parent 2be0555 commit 20fe2fa
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions pkgs/desktops/lumina/lumina/default.nix
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{ stdenv,
mkDerivation,
fetchFromGitHub,
desktop-file-utils,
fluxbox,
numlockx,
qmake,
qtbase,
qtmultimedia,
qtsvg,
qttools,
qtx11extras,
xorg,
xscreensaver,
wrapGAppsHook
{ stdenv
, mkDerivation
, fetchFromGitHub
, desktop-file-utils
, fluxbox
, numlockx
, qmake
, qtbase
, qtmultimedia
, qtsvg
, qttools
, qtx11extras
, xorg
, xscreensaver
, wrapGAppsHook
}:

mkDerivation rec {
Expand All @@ -33,19 +33,19 @@ mkDerivation rec {
];

buildInputs = [
xorg.libxcb
xorg.libXcursor
xorg.libXdamage
xorg.xcbutilwm
xorg.xcbutilimage
desktop-file-utils
fluxbox # window manager for Lumina DE
numlockx # required for changing state of numlock at login
qtbase
qtsvg
qtmultimedia
qtsvg
qtx11extras
fluxbox
xorg.libXcursor
xorg.libXdamage
xorg.libxcb
xorg.xcbutilimage
xorg.xcbutilwm
xscreensaver
desktop-file-utils
numlockx
];

patches = [
Expand Down

0 comments on commit 20fe2fa

Please sign in to comment.