dlib: mark linux only

This commit is contained in:
Daiderd Jordan
2018-03-17 17:34:32 +01:00
parent 12e87a1ffb
commit 9b322eb45d

View File

@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
homepage = http://www.dlib.net;
license = licenses.boost;
maintainers = with maintainers; [ christopherpoole ];
platforms = platforms.all;
platforms = platforms.linux;
};
}