We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4e704b1 commit a43e104Copy full SHA for a43e104
pkgs/development/tools/build-managers/pants/default.nix
@@ -48,6 +48,7 @@ let
48
mkdir -p $out/bin/native-engine/${pants13-native-engine-prefix}/$native_version/
49
50
# These should behave the same way in Nix land and we try not to differentiate between OS revisions...
51
+ mkdir -p $out/bin/native-engine/mac/
52
ln -s 10.11 $out/bin/native-engine/mac/10.10
53
ln -s 10.11 $out/bin/native-engine/mac/10.12
54
0 commit comments