Merge pull request #188105 from gdinh/patch-1

dlib: add Darwin support

authored by Christian Kögler and committed by GitHub d168bd64 b57e4951

+1 -1
+1 -1
pkgs/development/libraries/dlib/default.nix
··· 35 35 homepage = "http://www.dlib.net"; 36 36 license = licenses.boost; 37 37 maintainers = with maintainers; [ christopherpoole ma27 ]; 38 - platforms = platforms.linux; 38 + platforms = platforms.unix; 39 39 }; 40 40 }