summary refs log tree commit diff
path: root/pkgs/servers/http/apache-modules
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-09-14 00:34:19 +0100
committerRobert Scott <code@humanleg.org.uk>2022-09-14 00:34:19 +0100
commitb79b08f09da27e35d1a7b5e63e6aba213224436a (patch)
treea66e9374a0553cef22e9348e9fa61e80d5250f5c /pkgs/servers/http/apache-modules
parent8efd0a822e65173143a3655ec565075c71a545f3 (diff)
downloadnixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.tar
nixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.tar.gz
nixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.tar.bz2
nixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.tar.lz
nixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.tar.xz
nixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.tar.zst
nixpkgs-b79b08f09da27e35d1a7b5e63e6aba213224436a.zip
apacheHttpdPackages.mod_wsgi: enable on darwin
Diffstat (limited to 'pkgs/servers/http/apache-modules')
-rw-r--r--pkgs/servers/http/apache-modules/mod_wsgi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
index b23de4114a5..7185b1c8127 100644
--- a/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
+++ b/pkgs/servers/http/apache-modules/mod_wsgi/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/GrahamDumpleton/mod_wsgi";
     description = "Host Python applications in Apache through the WSGI interface";
     license = lib.licenses.asl20;
-    platforms = lib.platforms.linux;
+    platforms = lib.platforms.unix;
   };
 }