diff --git a/pkgs/development/libraries/fcgi/default.nix b/pkgs/development/libraries/fcgi/default.nix index 6bea14f3837..26ff5dd245e 100644 --- a/pkgs/development/libraries/fcgi/default.nix +++ b/pkgs/development/libraries/fcgi/default.nix @@ -10,7 +10,9 @@ stdenv.mkDerivation rec { 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";