Skip to content

Commit 530abab

Browse files
committedJun 1, 2017
blueman: wrap binaries in libexec
Fixup after c10af9e
1 parent ef77b61 commit 530abab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎pkgs/tools/bluetooth/blueman/default.nix

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ in stdenv.mkDerivation rec {
3333

3434
preFixup = ''
3535
makeWrapperArgs="--prefix PATH ':' ${binPath}"
36-
wrapPythonPrograms
36+
wrapPythonProgramsIn "$out/bin" "$pythonPath"
37+
wrapPythonProgramsIn "$out/libexec" "$pythonPath"
3738
'';
3839

3940
meta = with lib; {

0 commit comments

Comments
 (0)
Please sign in to comment.