summaryrefslogtreecommitdiffstats
path: root/pkgs/servers/fcgiwrap/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/fcgiwrap/default.nix')
-rw-r--r--pkgs/servers/fcgiwrap/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/servers/fcgiwrap/default.nix b/pkgs/servers/fcgiwrap/default.nix
index 5dcaf5a65fe0..7ff0584818da 100644
--- a/pkgs/servers/fcgiwrap/default.nix
+++ b/pkgs/servers/fcgiwrap/default.nix
@@ -22,5 +22,6 @@ stdenv.mkDerivation rec {
homepage = https://nginx.localdomain.pl/wiki/FcgiWrap;
description = "Simple server for running CGI applications over FastCGI";
maintainers = with maintainers; [ lethalman ];
+ platforms = with platforms; linux;
};
}