gftp: fix build w/glibc-2.30

This commit is contained in:
Maximilian Bosch 2020-01-29 12:16:05 +01:00
parent df26ab92a2
commit 73bc3300ad
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -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 ];