lol

bpkg: add postInstall rpath fixup needed on darwin

+4
+4
pkgs/development/tools/build-managers/build2/bpkg.nix
··· 49 49 "config.bin.lib=${build2.configSharedStatic enableShared enableStatic}" 50 50 ]; 51 51 52 + postInstall = lib.optionalString stdenv.isDarwin '' 53 + install_name_tool -add_rpath '${lib.getLib build2}/lib' "''${!outputBin}/bin/bpkg" 54 + ''; 55 + 52 56 meta = with lib; { 53 57 description = "build2 package dependency manager"; 54 58 # https://build2.org/bpkg/doc/bpkg.xhtml