lol

libpqxx: Add dependency on doxygen and xmlto

authored by

Chris Burr and committed by
GitHub
8fa4dc93 81fed4d5

+2 -2
+2 -2
pkgs/development/libraries/libpqxx/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, postgresql, python2, gnused }: 1 + { lib, stdenv, fetchFromGitHub, postgresql, doxygen, xmlto, python2, gnused }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "libpqxx-${version}"; ··· 12 12 }; 13 13 14 14 nativeBuildInputs = [ gnused python2 ]; 15 - buildInputs = [ postgresql ]; 15 + buildInputs = [ postgresql doxygen xmlto ]; 16 16 17 17 preConfigure = '' 18 18 patchShebangs .