pkgs/development/libraries: Add missing descriptions and homepages

This commit is contained in:
Christine Koppelt
2019-11-17 09:43:55 +01:00
parent c1966522d7
commit 3aa0d776a1
14 changed files with 23 additions and 9 deletions
@@ -25,6 +25,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake pkgconfig ];
meta = {
description = "A toolbox designed to speak the many languages of chemical data";
homepage = "http://openbabel.org";
platforms = stdenv.lib.platforms.all;
maintainers = [ ];
license = stdenv.lib.licenses.gpl2Plus;