enlightenment.terminology: use absolute path to edje_cc

Indicate the absolute path to 'edje_cc' instead of defaulting to the
system one.
wip/yesman
José Romildo Malaquias 4 years ago
parent 42144fd7f4
commit 5fdb167199
  1. 4
      pkgs/desktops/enlightenment/terminology/default.nix

@ -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…
Cancel
Save