doc/stdenv: fix a typo

(cherry picked from commit 2d4dfc04b4)
This commit is contained in:
Kenichi Kamiya 2024-11-20 16:06:55 +09:00 committed by github-actions[bot]
parent b8769f901d
commit 113c61683b

View File

@ -165,7 +165,7 @@ These paths will need to be replaced with relative paths and the xcbuild package
stdenv.mkDerivation {
name = "libfoo-1.2.3";
postPatch = ''
subsituteInPlace Makefile \
substituteInPlace Makefile \
--replace-fail '/usr/bin/xcodebuild' 'xcodebuild' \
--replace-fail '/usr/bin/xcrun' 'xcrun' \
--replace-fail '/usr/bin/PListBuddy' 'PListBuddy'