Skip to content

Commit

Permalink
xcodegen: bundle included settings presets (#374925)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Jan 20, 2025
2 parents 9e1c4ff + 9aa898f commit e6cb9d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/by-name/xc/xcodegen/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ swiftPackages.stdenv.mkDerivation (finalAttrs: {
'';

installPhase = ''
mkdir -p $out/bin
mkdir -p $out/bin $out/share/xcodegen
cp "$(swiftpmBinPath)/${finalAttrs.pname}" $out/bin/
cp -r SettingPresets $out/share/xcodegen/SettingPresets
'';

nativeInstallCheckInputs = [
Expand Down

0 comments on commit e6cb9d2

Please sign in to comment.