postgresqlPackages.repmgr: add platforms

This commit is contained in:
Mario Rodas
2019-09-13 04:21:00 -05:00
parent f0c6cd779a
commit 11ba54d66d

View File

@@ -25,6 +25,7 @@ stdenv.mkDerivation rec {
homepage = "https://repmgr.org/";
description = "Replication manager for PostgreSQL cluster";
license = licenses.postgresql;
platforms = postgresql.meta.platforms;
maintainers = with maintainers; [ zimbatm ];
};
}