forked from mirrors/nixpkgs
gftp: fix build w/glibc-2.30
This commit is contained in:
parent
df26ab92a2
commit
73bc3300ad
|
@ -8,6 +8,10 @@ stdenv.mkDerivation {
|
|||
sha256 = "1z8b26n23k0sjbxgrix646b06cnpndpq7cbcj0ilsvvdx5ms81jk";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i -e '/<stropts.h>/d' lib/pty.c
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ gtk2 readline ncurses gettext openssl ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue