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:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user