postgresqlPackages.smlar: modernize

This commit is contained in:
Wolfgang Walther
2025-03-18 18:17:14 +01:00
parent ab69634d94
commit 87dcf8ebd0
+6 -6
View File
@@ -1,9 +1,9 @@
{
lib,
stdenv,
fetchgit,
postgresql,
buildPostgresqlExtension,
fetchgit,
lib,
postgresql,
stdenv,
}:
buildPostgresqlExtension {
@@ -18,11 +18,11 @@ buildPostgresqlExtension {
makeFlags = [ "USE_PGXS=1" ];
meta = with lib; {
meta = {
description = "Compute similary of any one-dimensional arrays";
homepage = "http://sigaev.ru/git/gitweb.cgi?p=smlar.git";
platforms = postgresql.meta.platforms;
license = licenses.bsd2;
license = lib.licenses.bsd2;
maintainers = [ ];
# Broken with no upstream fix available.
broken = lib.versionAtLeast postgresql.version "16";