Merge pull request #36334 from chrisburr/patch-2

libpqxx: Add dependency on doxygen and xmlto
This commit is contained in:
Jörg Thalheim 2018-03-05 11:33:52 +00:00 committed by GitHub
commit 97693915e1
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 .