@@ -1,6 +1,8 @@
|
||||
{ stdenv, fetchurl, fetchgit, openssl, zlib, pcre, libxml2, libxslt, gd, geoip
|
||||
, perl }:
|
||||
|
||||
assert stdenv.isLinux;
|
||||
|
||||
with stdenv.lib;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
@@ -53,7 +55,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A fast web application server built on Nginx";
|
||||
homepage = http://openresty.org;
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.all;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ thoughtpolice ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user