mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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 ];
|
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…
Reference in New Issue
Block a user