Skip to content

Commit

Permalink
xcodegen: bundle included settings presets
Browse files Browse the repository at this point in the history
  • Loading branch information
Samasaur1 committed Jan 19, 2025
1 parent fe150d9 commit 9aa898f
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 9aa898f

Please sign in to comment.