xfce4-dockbarx-plugin: fix unwrapped python scripts

authored by volth and committed by Jörg Thalheim 26abdb81 cea91a42

+3 -1
+3 -1
pkgs/desktops/xfce/panel-plugins/xfce4-dockbarx-plugin.nix
··· 30 30 31 31 installPhase = "python waf install"; 32 32 33 - postFixup = "wrapPythonPrograms"; 33 + postFixup = '' 34 + wrapPythonProgramsIn "$out/share/xfce4/panel/plugins" "$out $pythonPath" 35 + ''; 34 36 35 37 meta = with stdenv.lib; { 36 38 homepage = https://github.com/TiZ-EX1/xfce4-dockbarx-plugin;