Skip to content

Commit

Permalink
chore: override openssl_1_1 derivation
Browse files Browse the repository at this point in the history
And remove the `meta.knownVulnerabilities`
  • Loading branch information
drupol committed Jun 4, 2023
1 parent 3f15ee0 commit f3e60ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/phps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ let
mkPhp = args: prev.callPackage generic (_mkArgs args);
in
{
openssl_1_1 = prev.openssl_1_1.overrideAttrs (old: {
meta = [];
});

php56 = import ./php/5.6.nix { inherit prev mkPhp; };

php70 = import ./php/7.0.nix { inherit prev mkPhp; };
Expand Down

0 comments on commit f3e60ae

Please sign in to comment.