lol

Merge pull request #295011 from drupol/php/extensions/dom/fix-lower-bound

phpExtensions.dom: fix lowest extensions

authored by

Pol Dellaiera and committed by
GitHub
9336998b 1e88f68d

+1 -1
+1 -1
pkgs/top-level/php-packages.nix
··· 372 372 "--enable-dom" 373 373 ]; 374 374 # Add a PHP lower version bound constraint to avoid applying the patch on older PHP versions. 375 - patches = lib.optionals (lib.versionOlder php.version "8.2.14" && lib.versionAtLeast php.version "8.1") [ 375 + patches = lib.optionals (lib.versionOlder php.version "8.2.14" && lib.versionAtLeast php.version "8.1.27") [ 376 376 # Fix tests with libxml 2.12 377 377 # Part of 8.3.1RC1+, 8.2.14RC1+ 378 378 (fetchpatch {