unixODBC: enable build for darwin
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user