libpqxx: use gnused_422

This commit is contained in:
Domen Kožar
2017-01-07 20:15:59 +01:00
parent a5be4fe67a
commit 372e04f189
2 changed files with 5 additions and 3 deletions

View File

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