mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
lumina.lumina: desktop-file-utils is not needed
This commit is contained in:
parent
394462b1db
commit
ae59996dd9
@ -1,7 +1,6 @@
|
||||
{ stdenv
|
||||
, mkDerivation
|
||||
, fetchFromGitHub
|
||||
, desktop-file-utils
|
||||
, fluxbox
|
||||
, numlockx
|
||||
, qmake
|
||||
@ -33,7 +32,6 @@ mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
desktop-file-utils
|
||||
fluxbox # window manager for Lumina DE
|
||||
numlockx # required for changing state of numlock at login
|
||||
qtbase
|
||||
|
Loading…
Reference in New Issue
Block a user