enlightenment.enlightenment: format
This commit is contained in:
parent
fb1c7bf633
commit
c2c7fdfc54
@ -1,10 +1,29 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, alsaLib, bc,
|
{ stdenv
|
||||||
bzip2, efl, gdbm, libXdmcp, libXrandr, libcap, libffi,
|
, fetchurl
|
||||||
libpthreadstubs, libxcb, luajit, mesa, pam, pcre, xcbutilkeysyms,
|
, meson
|
||||||
xkeyboard_config,
|
, ninja
|
||||||
|
, pkgconfig
|
||||||
|
, gettext
|
||||||
|
, alsaLib
|
||||||
|
, bc
|
||||||
|
, bzip2
|
||||||
|
, efl
|
||||||
|
, gdbm
|
||||||
|
, libXdmcp
|
||||||
|
, libXrandr
|
||||||
|
, libcap
|
||||||
|
, libffi
|
||||||
|
, libpthreadstubs
|
||||||
|
, libxcb
|
||||||
|
, luajit
|
||||||
|
, mesa
|
||||||
|
, pam
|
||||||
|
, pcre
|
||||||
|
, xcbutilkeysyms
|
||||||
|
, xkeyboard_config
|
||||||
|
|
||||||
bluetoothSupport ? true, bluez5,
|
, bluetoothSupport ? true, bluez5
|
||||||
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
, pulseSupport ? !stdenv.isDarwin, libpulseaudio
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -25,7 +44,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib
|
alsaLib
|
||||||
bc # for the Everything module calculator mode
|
bc # for the Everything module calculator mode
|
||||||
bzip2
|
bzip2
|
||||||
efl
|
efl
|
||||||
gdbm
|
gdbm
|
||||||
@ -74,7 +93,9 @@ stdenv.mkDerivation rec {
|
|||||||
--replace "ecore_exe_pipe_run(\"bc -l\"" "ecore_exe_pipe_run(\"${bc}/bin/bc -l\""
|
--replace "ecore_exe_pipe_run(\"bc -l\"" "ecore_exe_pipe_run(\"${bc}/bin/bc -l\""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mesonFlags = [ "-Dsystemdunitdir=lib/systemd/user" ];
|
mesonFlags = [
|
||||||
|
"-D systemdunitdir=lib/systemd/user"
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user