We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202605d commit 8aae443Copy full SHA for 8aae443
pkgs/phps.nix
@@ -34,7 +34,7 @@ let
34
sha256 = "aW+MW9Kb8N/yBO7MdqZMZzgMSF7b+IMLulJKgKPWrUA=";
35
})
36
]
37
- ++ prev.lib.optionals (prev.lib.versionOlder args.version "7.4" && prev.stdenv.isDarwin) [
+ ++ prev.lib.optionals (prev.lib.versionOlder args.version "7.4") [
38
# Handle macos versions that don't start with 10.* in libtool.
39
# https://github.com/php/php-src/commit/d016434ad33284dfaceb8d233351d34356566d7d
40
(prev.pkgs.fetchpatch2 {
0 commit comments