Commit c924ea1e authored by Grace Dinh's avatar Grace Dinh Committed by Grace Dinh
Browse files

dlib: add Darwin support

parent 2f63a28b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}