forked from mirrors/nixpkgs
xfce4-dockbarx-plugin: fix unwrapped python scripts
This commit is contained in:
parent
cea91a426b
commit
26abdb81c8
|
@ -30,7 +30,9 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installPhase = "python waf install";
|
||||
|
||||
postFixup = "wrapPythonPrograms";
|
||||
postFixup = ''
|
||||
wrapPythonProgramsIn "$out/share/xfce4/panel/plugins" "$out $pythonPath"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/TiZ-EX1/xfce4-dockbarx-plugin;
|
||||
|
|
Loading…
Reference in a new issue