libpqxx: use python2
This commit is contained in:
parent
8963dae343
commit
982ae5f21a
@ -1,4 +1,4 @@
|
|||||||
{ lib, stdenv, fetchurl, postgresql, python }:
|
{ lib, stdenv, fetchurl, postgresql, python2 }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "libpqxx-4.0.1";
|
name = "libpqxx-4.0.1";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0f6wxspp6rx12fkasanb0z2g2gc8dhcfwnxagx8wwqbpg6ifsz09";
|
sha256 = "0f6wxspp6rx12fkasanb0z2g2gc8dhcfwnxagx8wwqbpg6ifsz09";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ postgresql python ];
|
buildInputs = [ postgresql python2 ];
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
|
Loading…
Reference in New Issue
Block a user