Skip to content

Commit

Permalink
php56: build with older openssl, including closure
Browse files Browse the repository at this point in the history
Probably nothing will want to _link_ against PHP,
so the overlays loss is the only downside I see.
Upstream claims security support until the end of 2018.
  • Loading branch information
vcunat committed Feb 12, 2018
1 parent d9e6918 commit 230dfc9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -6974,11 +6974,17 @@ with pkgs;


inherit (callPackages ../development/interpreters/php { })
php56
php70
php71
php72;

inherit (
# This is a bit hacky, as we can't see the overlays list and only replace it.
(nixpkgsFun { overlays = [(self: super: { openssl = self.openssl_1_0_2; })]; })
.callPackages ../development/interpreters/php { }
)
php56;

php-embed = php71-embed;

php71-embed = php71.override {
Expand Down

0 comments on commit 230dfc9

Please sign in to comment.