libpqxx: Add dependency on doxygen and xmlto

This commit is contained in:
Chris Burr 2018-03-05 11:57:42 +01:00 committed by GitHub
parent 81fed4d582
commit 8fa4dc93af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchFromGitHub, postgresql, python2, gnused }:
{ lib, stdenv, fetchFromGitHub, postgresql, doxygen, xmlto, python2, gnused }:
stdenv.mkDerivation rec {
name = "libpqxx-${version}";
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ gnused python2 ];
buildInputs = [ postgresql ];
buildInputs = [ postgresql doxygen xmlto ];
preConfigure = ''
patchShebangs .