From e75b4e4c91684fbe8e9c70925caf908c459bde75 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 25 Oct 2010 13:13:03 +0000 Subject: [PATCH] pkgs/servers/http/apache-modules/mod_fastcgi: added meta.platforms and meta.maintainer svn path=/nixpkgs/trunk/; revision=24466 --- pkgs/servers/http/apache-modules/mod_fastcgi/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/servers/http/apache-modules/mod_fastcgi/default.nix b/pkgs/servers/http/apache-modules/mod_fastcgi/default.nix index 5c32b2c4572f..4a016f991ebd 100644 --- a/pkgs/servers/http/apache-modules/mod_fastcgi/default.nix +++ b/pkgs/servers/http/apache-modules/mod_fastcgi/default.nix @@ -29,5 +29,8 @@ stdenv.mkDerivation { virtually any type of web application, but the result is generally more scalable. ''; + + platforms = stdenv.lib.platforms.unix; + maintainers = [ stdenv.lib.maintainers.simons ]; }; }