mark varnish-rtstatus broken (it has not ported to varnish 5.2 yet)

This commit is contained in:
volth 2017-11-26 07:12:51 +00:00 committed by GitHub
parent c2ee47693d
commit e1ab684780
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,5 +17,6 @@ stdenv.mkDerivation rec {
description = "Varnish realtime status page";
homepage = https://github.com/varnish/libvmod-rtstatus;
inherit (varnish.meta) license platforms maintainers;
broken = true; # it has not ported to varnish 5.2 yet (5.1 is ok)
};
}