1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

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
commit 18ee806811

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;
};
}