enlightenment.terminology: use absolute path to edje_cc

Indicate the absolute path to 'edje_cc' instead of defaulting to the
system one.
This commit is contained in:
José Romildo Malaquias 2020-08-28 16:21:34 -03:00
parent 42144fd7f4
commit 5fdb167199

View file

@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
mesa
];
mesonFlags = [
"-D edje-cc=${efl}/bin/edje_cc"
];
meta = {
description = "Powerful terminal emulator based on EFL";
homepage = "https://www.enlightenment.org/about-terminology";