Merge pull request #96558 from romildo/fix.terminology

enlightenment.terminology: use absolute path to edje_cc
This commit is contained in:
José Romildo Malaquias
2020-09-04 14:57:24 -03:00
committed by GitHub

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";