Merge pull request #123 from drupol/feat/let-php-extension-be-found

This commit is contained in:
Sandro 2022-12-30 23:53:03 +01:00 committed by GitHub
commit 98692ec8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,9 @@ let
position = if pkg ? isRubyGem then
raw_version_position
else
else if pkg ? isPhpExtension then
raw_version_position
else
sanitizePosition (builtins.unsafeGetAttrPos "src" pkg);
in {{
name = pkg.name;