Merge pull request #29690 from therealpxc/varnish

varnish: enable Darwin build
This commit is contained in:
Daiderd Jordan
2017-09-23 21:21:45 +02:00
committed by GitHub

View File

@@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
homepage = https://www.varnish-cache.org;
license = licenses.bsd2;
maintainers = with maintainers; [ garbas fpletz ];
platforms = platforms.linux;
platforms = platforms.linux ++ platforms.darwin;
};
}