Merge pull request #13160 from romildo/fix-xfce4-whisker-menu
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whisker…
This commit is contained in:
commit
f921abe393
@ -20,6 +20,11 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ cmake pkgconfig intltool libxfce4util libxfcegui4 xfce4panel
|
buildInputs = [ cmake pkgconfig intltool libxfce4util libxfcegui4 xfce4panel
|
||||||
gtk exo garcon ];
|
gtk exo garcon ];
|
||||||
|
|
||||||
|
preFixup = ''
|
||||||
|
substituteInPlace $out/bin/xfce4-popup-whiskermenu \
|
||||||
|
--replace $out/bin/xfce4-panel ${xfce4panel}/bin/xfce4-panel
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
||||||
description = "Whisker Menu is an alternate application launcher for Xfce.";
|
description = "Whisker Menu is an alternate application launcher for Xfce.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user