mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 04:45:39 +00:00
Merge pull request #273516 from shyim/blackfire-block-zts-php
php82Extensions.blackfire: block php zts builds
This commit is contained in:
commit
1eae89be7a
@ -9,6 +9,8 @@
|
||||
, common-updater-scripts
|
||||
}:
|
||||
|
||||
assert lib.assertMsg (!php.ztsSupport) "blackfire only supports non zts versions of PHP";
|
||||
|
||||
let
|
||||
phpMajor = lib.versions.majorMinor php.version;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user