mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
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:
parent
42144fd7f4
commit
5fdb167199
1 changed files with 4 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue