about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorDanylo Hlynskyi <abcz2.uprola@gmail.com>2019-01-26 21:15:43 +0200
committerGitHub <noreply@github.com>2019-01-26 21:15:43 +0200
commit4fb8bc8238aa0366d78bae6095676ef7e08c17b2 (patch)
tree47b20a1e7a6186479bbed3dfc79505817fed5cd7 /pkgs/top-level
parent18f23748dc6d8be05520e9259e679aa71b57a9c7 (diff)
downloadnixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.tar
nixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.tar.gz
nixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.tar.bz2
nixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.tar.lz
nixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.tar.xz
nixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.tar.zst
nixlib-4fb8bc8238aa0366d78bae6095676ef7e08c17b2.zip
postgresql: cleanup postgis (#54396)
postgis: cleanup

Another part of https://github.com/NixOS/nixpkgs/pull/38698, though I did cleanup even more.
Moving docs to separate output should save another 30MB.

I did pin poppler to 0.61 just to be sure GDAL doesn't break again next
time poppler changes internal APIs.
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/aliases.nix1
-rw-r--r--pkgs/top-level/all-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/aliases.nix b/pkgs/top-level/aliases.nix
index fcabdf7c69a8..18be4e6e4592 100644
--- a/pkgs/top-level/aliases.nix
+++ b/pkgs/top-level/aliases.nix
@@ -253,6 +253,7 @@ mapAliases ({
   pg_hll = postgresqlPackages.pg_hll;
   pg_cron = postgresqlPackages.pg_cron;
   pg_topn = postgresqlPackages.pg_topn;
+  postgis = postgresqlPackages.postgis;
   # end
   procps-ng = procps; # added 2018-06-08
   prometheus-statsd-bridge = prometheus-statsd-exporter;  # added 2017-08-27
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 44d513dca694..13bbf85b3e08 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -12088,8 +12088,6 @@ in
     buildPythonApplication click future six;
   };
 
-  postgis = callPackage ../development/libraries/postgis { };
-
   protobuf = protobuf3_6;
 
   protobuf3_6 = callPackage ../development/libraries/protobuf/3.6.nix { };