Author: simons
Date: Wed Dec  7 10:29:52 2011
New Revision: 30790
URL: https://nixos.org/websvn/nix/?rev=30790&sc=1

Log:
fcgi: added "fastcgi -> ." symlink in $out/include to fix compilation of
packages that expect the fastcgi library headers in a sub-directory
(which is the way they're installed on some platforms, i.e. CentOS).

Modified:
   nixpkgs/trunk/pkgs/development/libraries/fcgi/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/fcgi/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/fcgi/default.nix   Tue Dec  6 
23:09:19 2011        (r30789)
+++ nixpkgs/trunk/pkgs/development/libraries/fcgi/default.nix   Wed Dec  7 
10:29:52 2011        (r30790)
@@ -10,7 +10,9 @@
 
   patches = [ ./gcc-4.4.diff ];
 
-  meta = { 
+  postInstall = "ln -s . $out/include/fastcgi";
+
+  meta = {
     description = "FastCGI  is a language independent, scalable, open 
extension to CG";
     homepage = http://www.fastcgi.com/;
     license = "FastCGI see LICENSE.TERMS";
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to