enlightenment.enlightenment: alphabetize dependence list
This commit is contained in:
parent
4a719e2884
commit
75d88e42b6
@ -1,7 +1,6 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, alsaLib, bzip2,
|
||||||
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
|
efl, gdbm, libXdmcp, libXrandr, libcap, libffi, libpthreadstubs,
|
||||||
luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa,
|
libxcb, luajit, mesa, pam, pcre, xcbutilkeysyms, xkeyboard_config,
|
||||||
xkeyboard_config, pcre,
|
|
||||||
|
|
||||||
bluetoothSupport ? true, bluez5,
|
bluetoothSupport ? true, bluez5,
|
||||||
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
||||||
@ -17,27 +16,27 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson
|
|
||||||
ninja
|
|
||||||
(pkgconfig.override { vanilla = true; })
|
(pkgconfig.override { vanilla = true; })
|
||||||
gettext
|
gettext
|
||||||
|
meson
|
||||||
|
ninja
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
alsaLib
|
||||||
|
bzip2
|
||||||
efl
|
efl
|
||||||
|
gdbm
|
||||||
libXdmcp
|
libXdmcp
|
||||||
libxcb
|
|
||||||
xcbutilkeysyms
|
|
||||||
libXrandr
|
libXrandr
|
||||||
libffi
|
libffi
|
||||||
pam
|
|
||||||
alsaLib
|
|
||||||
luajit
|
|
||||||
bzip2
|
|
||||||
libpthreadstubs
|
libpthreadstubs
|
||||||
gdbm
|
libxcb
|
||||||
pcre
|
luajit
|
||||||
mesa
|
mesa
|
||||||
|
pam
|
||||||
|
pcre
|
||||||
|
xcbutilkeysyms
|
||||||
xkeyboard_config
|
xkeyboard_config
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isLinux libcap
|
++ stdenv.lib.optional stdenv.isLinux libcap
|
||||||
|
Loading…
x
Reference in New Issue
Block a user