summary refs log tree commit diff
path: root/pkgs/lib/misc.nix
diff options
context:
space:
mode:
authorMarc Weber <marco-oweber@gmx.de>2010-05-26 19:01:10 +0000
committerMarc Weber <marco-oweber@gmx.de>2010-05-26 19:01:10 +0000
commitbddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1 (patch)
treebb3e72f7395eb806258b5c497a02b6dd70856a9a /pkgs/lib/misc.nix
parentc1cd5e04af62ccb578a47e51b209335368b0c2db (diff)
downloadnixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.tar
nixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.tar.gz
nixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.tar.bz2
nixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.tar.lz
nixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.tar.xz
nixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.tar.zst
nixpkgs-bddb72ec8a23bfe7cbdc2b65b04a426a68dfc9d1.zip
psotgis:
- support older versions (which are used by other distributions)
- give utilyt scripts nicer names
- pg_db_postgis_enable: support loading comments

svn path=/nixpkgs/trunk/; revision=21992
Diffstat (limited to 'pkgs/lib/misc.nix')
-rw-r--r--pkgs/lib/misc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/lib/misc.nix b/pkgs/lib/misc.nix
index 0a8c61d6c85..32b30ee2fbf 100644
--- a/pkgs/lib/misc.nix
+++ b/pkgs/lib/misc.nix
@@ -294,7 +294,7 @@ rec {
   mergeAttrBy = # { buildInputs = concatList; [...]; passthru = mergeAttr; [..]; }
     listToAttrs (map (n : nameValuePair n lib.concat) [ "buildNativeInputs" "buildInputs" "propagatedBuildInputs" "configureFlags" "prePhases" "postAll" ])
     // listToAttrs (map (n : nameValuePair n lib.mergeAttrs) [ "passthru" "meta" "cfg" "flags" ])
-    // listToAttrs (map (n : nameValuePair n (a: b: "${a}\n${b}") ) [ "preConfigure" ])
+    // listToAttrs (map (n : nameValuePair n (a: b: "${a}\n${b}") ) [ "preConfigure" "postInstall" ])
   ;
 
   # returns atribute values as a list