Fix various evaluation problems

http://hydra.nixos.org/build/13616685
This commit is contained in:
Eelco Dolstra
2014-08-22 11:57:40 +02:00
parent 7cdb1bb8aa
commit ce6b86cc68
8 changed files with 16 additions and 1 deletions
+3 -1
View File
@@ -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 ];
};
}