libpqxx: use python2

+2 -2
+2 -2
pkgs/development/libraries/libpqxx/default.nix
··· 1 - { lib, stdenv, fetchurl, postgresql, python }: 1 + { lib, stdenv, fetchurl, postgresql, python2 }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "libpqxx-4.0.1"; ··· 8 8 sha256 = "0f6wxspp6rx12fkasanb0z2g2gc8dhcfwnxagx8wwqbpg6ifsz09"; 9 9 }; 10 10 11 - buildInputs = [ postgresql python ]; 11 + buildInputs = [ postgresql python2 ]; 12 12 13 13 preConfigure = '' 14 14 patchShebangs .