Merge pull request #96558 from romildo/fix.terminology
enlightenment.terminology: use absolute path to edje_cc
This commit is contained in:
commit
9dc1d6a93b
@ -21,6 +21,10 @@ stdenv.mkDerivation rec {
|
|||||||
mesa
|
mesa
|
||||||
];
|
];
|
||||||
|
|
||||||
|
mesonFlags = [
|
||||||
|
"-D edje-cc=${efl}/bin/edje_cc"
|
||||||
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Powerful terminal emulator based on EFL";
|
description = "Powerful terminal emulator based on EFL";
|
||||||
homepage = "https://www.enlightenment.org/about-terminology";
|
homepage = "https://www.enlightenment.org/about-terminology";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user