doc/stdenv: fix a typo
This commit is contained in:
parent
a7d1482799
commit
2d4dfc04b4
@ -165,7 +165,7 @@ These paths will need to be replaced with relative paths and the xcbuild package
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "libfoo-1.2.3";
|
name = "libfoo-1.2.3";
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
subsituteInPlace Makefile \
|
substituteInPlace Makefile \
|
||||||
--replace-fail '/usr/bin/xcodebuild' 'xcodebuild' \
|
--replace-fail '/usr/bin/xcodebuild' 'xcodebuild' \
|
||||||
--replace-fail '/usr/bin/xcrun' 'xcrun' \
|
--replace-fail '/usr/bin/xcrun' 'xcrun' \
|
||||||
--replace-fail '/usr/bin/PListBuddy' 'PListBuddy'
|
--replace-fail '/usr/bin/PListBuddy' 'PListBuddy'
|
||||||
|
Loading…
Reference in New Issue
Block a user