doc/stdenv: fix a typo

This commit is contained in:
Kenichi Kamiya 2024-11-20 16:06:55 +09:00
parent a7d1482799
commit 2d4dfc04b4
No known key found for this signature in database
GPG Key ID: 9BE4016A38165CCB

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'