Skip to content

Commit

Permalink
php: remove meta.knownVulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 4, 2023
1 parent 3f15ee0 commit ea2401c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/phps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ let
done
''
+ attrs.preConfigure;

meta = builtins.removeAttrs attrs.meta [ "knownVulnerabilities" ];
};

# For passing pcre2 to php-packages.nix.
Expand Down

0 comments on commit ea2401c

Please sign in to comment.