1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

opendbx: add meta data

This commit is contained in:
Markus Kowalewski 2018-10-25 22:06:24 +02:00
parent 4afe65f253
commit 2d4b7f26e1
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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;
};
}