doc/stdenv: fix a typo (#357485)

This commit is contained in:
Aleksana
2024-11-21 20:51:09 +08:00
committed by GitHub
+1 -1
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'