summary refs log tree commit diff
path: root/pkgs/development/libraries/openbabel
diff options
context:
space:
mode:
authorChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
committerChristine Koppelt <cko@users.noreply.github.com>2019-11-17 09:43:55 +0100
commit3aa0d776a176365b63db4709ec639322aec68e85 (patch)
tree7f709cd69f84d5b8f964d95e7b4633dec7dac43c /pkgs/development/libraries/openbabel
parentc1966522d7d5fa54db068140d212cba18731dd98 (diff)
downloadnixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.gz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.bz2
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.lz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.xz
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.tar.zst
nixpkgs-3aa0d776a176365b63db4709ec639322aec68e85.zip
pkgs/development/libraries: Add missing descriptions and homepages
Diffstat (limited to 'pkgs/development/libraries/openbabel')
-rw-r--r--pkgs/development/libraries/openbabel/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/openbabel/default.nix b/pkgs/development/libraries/openbabel/default.nix
index 26bcf3d20ff..3838e1103ba 100644
--- a/pkgs/development/libraries/openbabel/default.nix
+++ b/pkgs/development/libraries/openbabel/default.nix
@@ -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;