summary refs log tree commit diff
path: root/pkgs/servers/sql/postgresql/ext
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-09-13 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-09-13 04:20:00 -0500
commitf0c6cd779a3322a12c6318a16a15ebfb4d1d425b (patch)
tree7996c26f3193750ef6727b204fe2d67ea5e5013c /pkgs/servers/sql/postgresql/ext
parentfaada6275d880a732d7a6b5a8cdda1b55fa051e2 (diff)
downloadnixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.tar
nixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.tar.gz
nixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.tar.bz2
nixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.tar.lz
nixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.tar.xz
nixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.tar.zst
nixpkgs-f0c6cd779a3322a12c6318a16a15ebfb4d1d425b.zip
postgresqlPackages.tsearch_extras: add platforms
Diffstat (limited to 'pkgs/servers/sql/postgresql/ext')
-rw-r--r--pkgs/servers/sql/postgresql/ext/tsearch_extras.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/sql/postgresql/ext/tsearch_extras.nix b/pkgs/servers/sql/postgresql/ext/tsearch_extras.nix
index 9bc556c700d..77e4cd9df7a 100644
--- a/pkgs/servers/sql/postgresql/ext/tsearch_extras.nix
+++ b/pkgs/servers/sql/postgresql/ext/tsearch_extras.nix
@@ -23,6 +23,7 @@ stdenv.mkDerivation {
     description = "Provides a few PostgreSQL functions for a lower-level data full text search";
     homepage = https://github.com/zulip/tsearch_extras/;
     license = licenses.postgresql;
+    platforms = postgresql.meta.platforms;
     maintainers = with maintainers; [ DerTim1 ];
   };
 }