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

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