mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
xfce4-whiskermenu-plugin: fix xfce4-panel path in xfce4-popup-whiskermenu script
This commit is contained in:
parent
045164bdf8
commit
a7d64fef38
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,11 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ cmake pkgconfig intltool libxfce4util libxfcegui4 xfce4panel
|
||||
gtk exo garcon ];
|
||||
|
||||
preFixup = ''
|
||||
substituteInPlace $out/bin/xfce4-popup-whiskermenu \
|
||||
--replace $out/bin/xfce4-panel ${xfce4panel}/bin/xfce4-panel
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";
|
||||
description = "Whisker Menu is an alternate application launcher for Xfce.";
|
||||
|
|
Loading…
Reference in a new issue