opendbx: add meta data
This commit is contained in:
parent
4afe65f253
commit
2d4b7f26e1
@ -15,4 +15,10 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
buildInputs = [ readline mysql.connector-c postgresql sqlite ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extremely lightweight but extensible database access library written in C";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user