Skip to content

Commit

Permalink
darwin."10.13.6".xnu: Drop redundant substitutes
Browse files Browse the repository at this point in the history
Co-authored-by: paparodeo <170618376+paparodeo@users.noreply.github.com>
  • Loading branch information
toonn and paparodeo committed Jun 19, 2024
1 parent c4d18c2 commit 1f7fee5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/os-specific/darwin/apple-source-releases/xnu/10.13.6.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ appleDerivation' (if headersOnly then stdenvNoCC else stdenv) (
substituteInPlace makedefs/MakeInc.top \
--replace-fail "MEMORY_SIZE := " 'MEMORY_SIZE := 1073741824 # '
substituteInPlace libkern/kxld/Makefile \
--replace-fail "-Werror " ""
substituteInPlace SETUP/kextsymboltool/Makefile \
--replace-fail "-lstdc++" "-lc++ -lc++abi"
substituteInPlace libsyscall/xcodescripts/mach_install_mig.sh \
--replace-fail "/usr/include" "/include" \
--replace-fail 'MIG=`' "# " \
Expand Down

0 comments on commit 1f7fee5

Please sign in to comment.