cadaver: mark as unsupported on darwin

This commit is contained in:
Luca Bruno 2014-08-09 12:13:44 +02:00
parent e9aadfd807
commit ba2da1fa6c

@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
homepage = http://www.webdav.org/cadaver;
maintainers = with maintainers; [ ianwookim ];
license = licenses.gpl2;
platforms = platforms.unix;
platforms = with platforms; linux ++ freebsd ++ openbsd;
};
}