about summary refs log tree commit diff
path: root/pkgs/desktops/enlightenment
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-05-22 15:59:58 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-05-24 00:22:52 -0300
commit140eb221b2fdde3c2cb2a137b11798f17d9a564f (patch)
tree97c7406f4fd68cd9f7848308ab70480b61736573 /pkgs/desktops/enlightenment
parent4e7552c5fdf206f87e0ac3f4a266ff43ab2b3eed (diff)
enlightenment.enlightenment: no need to fix edje_cc path
Upstream looks for the edje_cc binary (which is provided by efl) in
the bin subdirectory of the enlightenment package prefix. If not found
it is called without giving a directory (that is, it defaults to
$PATH). Therefore a fix is not needed anymore.
Diffstat (limited to 'pkgs/desktops/enlightenment')
-rw-r--r--pkgs/desktops/enlightenment/enlightenment.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/desktops/enlightenment/enlightenment.nix b/pkgs/desktops/enlightenment/enlightenment.nix
index e8033e5fc79e6..a8a8c08b3e029 100644
--- a/pkgs/desktops/enlightenment/enlightenment.nix
+++ b/pkgs/desktops/enlightenment/enlightenment.nix
@@ -65,12 +65,6 @@ stdenv.mkDerivation rec {
   ];
 
   postPatch = ''
-    # edge_cc is a binary provided by efl and cannot be found at the directory
-    # given by e_prefix_bin_get(), which is $out/bin
-
-    substituteInPlace src/bin/e_import_config_dialog.c \
-      --replace "e_prefix_bin_get()" "\"${efl}/bin\""
-
     substituteInPlace src/modules/everything/evry_plug_calc.c \
       --replace "ecore_exe_pipe_run(\"bc -l\"" "ecore_exe_pipe_run(\"${bc}/bin/bc -l\""
   '';