Skip to content

Commit 8aae443

Browse files
committed
chore: remove darwin flag for php73 libtool patch
1 parent 202605d commit 8aae443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/phps.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let
3434
sha256 = "aW+MW9Kb8N/yBO7MdqZMZzgMSF7b+IMLulJKgKPWrUA=";
3535
})
3636
]
37-
++ prev.lib.optionals (prev.lib.versionOlder args.version "7.4" && prev.stdenv.isDarwin) [
37+
++ prev.lib.optionals (prev.lib.versionOlder args.version "7.4") [
3838
# Handle macos versions that don't start with 10.* in libtool.
3939
# https://github.com/php/php-src/commit/d016434ad33284dfaceb8d233351d34356566d7d
4040
(prev.pkgs.fetchpatch2 {

0 commit comments

Comments
 (0)