mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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;
|
||||
maintainers = with maintainers; [ ianwookim ];
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.unix;
|
||||
platforms = with platforms; linux ++ freebsd ++ openbsd;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user