xfce4-dockbarx-plugin: fix unwrapped python scripts

This commit is contained in:
volth 2017-06-10 09:44:23 +00:00 committed by Jörg Thalheim
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;