Author: eelco
Date: Wed Feb 22 17:27:06 2012
New Revision: 32476
URL: https://nixos.org/websvn/nix/?rev=32476&sc=1

Log:
* PostgreSQL 9.1: install the manpages.

Modified:
   nixpkgs/trunk/pkgs/servers/sql/postgresql/9.1.x.nix

Modified: nixpkgs/trunk/pkgs/servers/sql/postgresql/9.1.x.nix
==============================================================================
--- nixpkgs/trunk/pkgs/servers/sql/postgresql/9.1.x.nix Wed Feb 22 16:40:10 
2012        (r32475)
+++ nixpkgs/trunk/pkgs/servers/sql/postgresql/9.1.x.nix Wed Feb 22 17:27:06 
2012        (r32476)
@@ -16,9 +16,15 @@
 
   LC_ALL = "C";
 
+  postInstall =
+    ''
+      mkdir -p $out/share/man
+      cp -rvd doc/src/sgml/man1 $out/share/man
+    '';
+
   passthru = {
     inherit readline;
-    psqlSchema = "9.0";
+    psqlSchema = "9.1";
   };
 
   meta = {
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to