cadaver: mark as unsupported on darwin
This commit is contained in:
parent
e9aadfd807
commit
ba2da1fa6c
@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://www.webdav.org/cadaver;
|
homepage = http://www.webdav.org/cadaver;
|
||||||
maintainers = with maintainers; [ ianwookim ];
|
maintainers = with maintainers; [ ianwookim ];
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = platforms.unix;
|
platforms = with platforms; linux ++ freebsd ++ openbsd;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user