Skip to content

Commit

Permalink
Merge pull request #253726 from reckenrode/jack2-fix
Browse files Browse the repository at this point in the history
jack2: fix build on Darwin
  • Loading branch information
wegank authored Sep 6, 2023
2 parents 03b69c4 + b54560e commit 1d9eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/misc/jackaudio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
postInstall = (if libOnly then ''
rm -rf $out/{bin,share}
rm -rf $out/lib/{jack,libjacknet*,libjackserver*}
'' else ''
'' else lib.optionalString (optDbus != null) ''
wrapProgram $out/bin/jack_control --set PYTHONPATH $PYTHONPATH
'');

Expand Down

0 comments on commit 1d9eef8

Please sign in to comment.