-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12137,6 +12137,7 @@ with pkgs; | |
num = | ||
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6 | ||
else if (stdenv.targetPlatform.isAarch64 && stdenv.isDarwin) then 11 | ||
else if (stdenv.targetPlatform.isx86_64 && stdenv.isLinux) then 11 | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
fabianhjr
Author
Member
|
||
else if stdenv.targetPlatform.isAarch64 then 9 | ||
else 10; | ||
numS = toString num; | ||
|
1 comment
on commit 52f8cf5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This breaks about 150 unique packages — https://gist.github.com/cab404/96259f25450d778e744108c0ea9bfaa8 (I listed only ones still broken)
This update broke compilation of PHP < 7.4, see: fossar/nix-phps#101 (comment)