mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
varnish: enable Darwin build
This commit is contained in:
parent
42f2439228
commit
8be447b522
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue