1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
9 "ftp://ftp.unixodbc.org/pub/unixODBC/${pname}-${version}.tar.gz"
10 "https://www.unixodbc.org/${pname}-${version}.tar.gz"
12 sha256 = "sha256-8hBQFEXOIb9ge6Ue+MEl4Q4i3/3/7Dd2RkYt9fAZFew=";
15 configureFlags = [ "--disable-gui" "--sysconfdir=/etc" ];
18 description = "ODBC driver manager for Unix";
19 homepage = "https://www.unixodbc.org/";
20 license = licenses.lgpl2;
21 platforms = platforms.unix;