nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

openbabel: remove dependency on pcre, move swig to nativeBuildInputs

Grimmauld 063610e7 c697944f

+1 -3
+1 -3
pkgs/development/libraries/openbabel/default.nix
··· 9 9 eigen, 10 10 python3, 11 11 cairo, 12 - pcre, 13 12 pkg-config, 14 13 swig, 15 14 rapidjson, ··· 39 40 eigen 40 41 python3 41 42 cairo 42 - pcre 43 - swig 44 43 rapidjson 45 44 boost 46 45 maeparser ··· 47 50 48 51 nativeBuildInputs = [ 49 52 cmake 53 + swig 50 54 pkg-config 51 55 ]; 52 56