hydra-unstable: fix build, pin libpqxx to 6.4.5

This commit is contained in:
Jonathan Ringer 2021-06-24 00:16:04 -07:00 committed by Jonathan Ringer
parent 1949616615
commit 3394da8775

View file

@ -1,5 +1,5 @@
{ stdenv, nix, perlPackages, buildEnv
, makeWrapper, autoconf, automake, libtool, unzip, pkg-config, sqlite, libpqxx
, makeWrapper, autoconf, automake, libtool, unzip, pkg-config, sqlite, libpqxx_6
, top-git, mercurial, darcs, subversion, breezy, openssl, bzip2, libxslt
, perl, postgresql, nukeReferences, git, boehmgc, nlohmann_json
, docbook_xsl, openssh, gnused, coreutils, findutils, gzip, xz, gnutar
@ -82,7 +82,7 @@ in stdenv.mkDerivation rec {
inherit stdenv src version patches;
buildInputs =
[ makeWrapper autoconf automake libtool unzip nukeReferences sqlite libpqxx
[ makeWrapper autoconf automake libtool unzip nukeReferences sqlite libpqxx_6
top-git mercurial /*darcs*/ subversion breezy openssl bzip2 libxslt
perlDeps perl nix
postgresql # for running the tests