unixODBC: enable build for darwin
This commit is contained in:
parent
9617f61164
commit
4e87ea7f73
@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user