dlib: add Darwin support

This commit is contained in:
Grace Dinh 2022-08-23 16:39:06 -07:00 committed by Grace Dinh
parent 2f63a28b7c
commit c924ea1eaa

View file

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.dlib.net";
license = licenses.boost;
maintainers = with maintainers; [ christopherpoole ma27 ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}