Don't build some packages on some platforms

This commit is contained in:
Eelco Dolstra
2013-11-04 21:11:00 +01:00
parent 0296defd0c
commit 01087750ba
9 changed files with 16 additions and 11 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ stdenv.mkDerivation rec {
description = "Apache HTTPD, the world's most popular web server";
homepage = http://httpd.apache.org/;
license = licenses.asl20;
platforms = stdenv.lib.platforms.unix;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
maintainers = with maintainers; [ lovek323 simons ];
};
}