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 2540c9b
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 = prev.lib.removeAttrs attrs.meta [ "knownVulnerabilities" ];
};

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

0 comments on commit 2540c9b

Please sign in to comment.