Loading pkgs/by-name/pj/pjsip/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -109,8 +109,11 @@ stdenv.mkDerivation (finalAttrs: { done # Rewrite library references for all executables. find "$out" -executable -type f | while read executable; do find "$out" -type f -executable -path "*/bin/*" -o -type f -executable -path "*/share/*/samples/*" \ | while read executable; do if isMachO "$executable"; then install_name_tool "''${change_args[@]}" "$executable" fi done ''; Loading Loading
pkgs/by-name/pj/pjsip/package.nix +6 −3 Original line number Diff line number Diff line Loading @@ -109,8 +109,11 @@ stdenv.mkDerivation (finalAttrs: { done # Rewrite library references for all executables. find "$out" -executable -type f | while read executable; do find "$out" -type f -executable -path "*/bin/*" -o -type f -executable -path "*/share/*/samples/*" \ | while read executable; do if isMachO "$executable"; then install_name_tool "''${change_args[@]}" "$executable" fi done ''; Loading