You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those 3 packages can be fixed by replacing name with pname in the packaging file.
But that would not fix the root cause of the issue which is that derivations are not storing pname and version, but only name which is a string made from pname and version by default, and the data source that search and repology are using is trying to extract the version and pname from this string which does not always work cleanly.
Package version is displaying blank for packages
librecast
,lcrq
andlcsync
which prevents these packages from displaying in repology.See https://search.nixos.org/packages?channel=unstable&from=0&size=50&sort=relevance&type=packages&query=librecast
See also repology ticket repology/repology-updater#1402
I know little about either repology or nixpgs, but looking at the API output, I think the problem may be with
"package_pversion": ""
The text was updated successfully, but these errors were encountered: