enlightenment.enlightenment: add dependency on bc
This commit is contained in:
parent
75d88e42b6
commit
cfc7a32966
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, alsaLib, bzip2,
|
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, alsaLib, bc,
|
||||||
efl, gdbm, libXdmcp, libXrandr, libcap, libffi, libpthreadstubs,
|
bzip2, efl, gdbm, libXdmcp, libXrandr, libcap, libffi,
|
||||||
libxcb, luajit, mesa, pam, pcre, xcbutilkeysyms, xkeyboard_config,
|
libpthreadstubs, libxcb, luajit, mesa, pam, pcre, xcbutilkeysyms,
|
||||||
|
xkeyboard_config,
|
||||||
|
|
||||||
bluetoothSupport ? true, bluez5,
|
bluetoothSupport ? true, bluez5,
|
||||||
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
pulseSupport ? !stdenv.isDarwin, libpulseaudio,
|
||||||
@ -24,6 +25,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib
|
alsaLib
|
||||||
|
bc # for the Everything module calculator mode
|
||||||
bzip2
|
bzip2
|
||||||
efl
|
efl
|
||||||
gdbm
|
gdbm
|
||||||
@ -67,6 +69,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
substituteInPlace src/bin/e_import_config_dialog.c \
|
substituteInPlace src/bin/e_import_config_dialog.c \
|
||||||
--replace "e_prefix_bin_get()" "\"${efl}/bin\""
|
--replace "e_prefix_bin_get()" "\"${efl}/bin\""
|
||||||
|
|
||||||
|
substituteInPlace src/modules/everything/evry_plug_calc.c \
|
||||||
|
--replace "ecore_exe_pipe_run(\"bc -l\"" "ecore_exe_pipe_run(\"${bc}/bin/bc -l\""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
mesonFlags = [ "-Dsystemdunitdir=lib/systemd/user" ];
|
mesonFlags = [ "-Dsystemdunitdir=lib/systemd/user" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user