libpqxx: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-18 17:20:25 +02:00
parent 8963dae343
commit 982ae5f21a

View File

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, postgresql, python }:
{ lib, stdenv, fetchurl, postgresql, python2 }:
stdenv.mkDerivation rec {
name = "libpqxx-4.0.1";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0f6wxspp6rx12fkasanb0z2g2gc8dhcfwnxagx8wwqbpg6ifsz09";
};
buildInputs = [ postgresql python ];
buildInputs = [ postgresql python2 ];
preConfigure = ''
patchShebangs .