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

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 .