unixODBC: enable build for darwin

This commit is contained in:
Alex Ivanov 2016-10-10 20:04:05 +03:00
parent 9617f61164
commit 4e87ea7f73

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
description = "ODBC driver manager for Unix"; description = "ODBC driver manager for Unix";
homepage = http://www.unixodbc.org/; homepage = http://www.unixodbc.org/;
license = licenses.lgpl2; license = licenses.lgpl2;
platforms = platforms.linux; platforms = platforms.unix;
}; };
} }