libiodbc: add license
This commit is contained in:
parent
592e998cd7
commit
ed09cdd0f6
@ -17,9 +17,10 @@ stdenv.mkDerivation rec {
|
||||
export NIX_LDFLAGS_BEFORE="-rpath $out/lib"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
description = "iODBC driver manager";
|
||||
homepage = http://www.iodbc.org;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user