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