Unverified Commit d168bd64 authored by Christian Kögler's avatar Christian Kögler Committed by GitHub
Browse files

Merge pull request #188105 from gdinh/patch-1

dlib: add Darwin support
parents b57e4951 c924ea1e
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;
  };
}