xfce4-whiskermenu-plugin: the xfce4-panel binary is in ${xfce4panel.out}

This commit is contained in:
José Romildo Malaquias 2016-05-03 19:03:46 -03:00
parent 51e5beca42
commit 518b9abfd5

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
preFixup = ''
substituteInPlace $out/bin/xfce4-popup-whiskermenu \
--replace $out/bin/xfce4-panel ${xfce4panel}/bin/xfce4-panel
--replace $out/bin/xfce4-panel ${xfce4panel.out}/bin/xfce4-panel
'';
meta = {