libpqxx: Add dependency on doxygen and xmlto
This commit is contained in:
parent
81fed4d582
commit
8fa4dc93af
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user