openbabel2: use python3

+2 -2
+2 -2
pkgs/development/libraries/openbabel/2.nix
··· 1 - {stdenv, lib, fetchFromGitHub, fetchpatch, cmake, zlib, libxml2, eigen, python2, cairo, pcre, pkg-config }: 2 3 stdenv.mkDerivation rec { 4 pname = "openbabel"; ··· 19 }) 20 ]; 21 22 - buildInputs = [ zlib libxml2 eigen python2 cairo pcre ]; 23 24 nativeBuildInputs = [ cmake pkg-config ]; 25
··· 1 + {stdenv, lib, fetchFromGitHub, fetchpatch, cmake, zlib, libxml2, eigen, python3, cairo, pcre, pkg-config }: 2 3 stdenv.mkDerivation rec { 4 pname = "openbabel"; ··· 19 }) 20 ]; 21 22 + buildInputs = [ zlib libxml2 eigen python3 cairo pcre ]; 23 24 nativeBuildInputs = [ cmake pkg-config ]; 25