Skip to content

Commit

Permalink
Merge pull request #186251 from stephank/fix/libsystem
Browse files Browse the repository at this point in the history
darwin.Libsystem: add missing modulemaps
  • Loading branch information
uri-canva authored Aug 13, 2022
2 parents 69f3e76 + a7eb0a1 commit 1681ca4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/darwin/apple-sdk-11.0/libSystem.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ stdenvNoCC.mkDerivation {
cp -d \
${MacOSX-SDK}/usr/include/*.h \
${MacOSX-SDK}/usr/include/*.modulemap \
$out/include
rm $out/include/tk*.h $out/include/tcl*.h
Expand Down

0 comments on commit 1681ca4

Please sign in to comment.