Merge pull request #188105 from gdinh/patch-1

dlib: add Darwin support
This commit is contained in:
Christian Kögler 2022-09-01 07:49:32 +02:00 committed by GitHub
commit d168bd6447
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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