postgresqlPackages.repmgr: add platforms

This commit is contained in:
Mario Rodas 2019-09-13 04:21:00 -05:00
parent f0c6cd779a
commit 11ba54d66d
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 1 additions and 0 deletions

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 ];
};
}