Merge pull request #75845 from rnhmjoj/fsv

fsv: fix build with gettext 0.20
This commit is contained in:
Dmitry Kalinkin
2019-12-17 18:45:08 -05:00
committed by GitHub

View File

@@ -26,6 +26,11 @@ in stdenv.mkDerivation rec {
sha256 = "0n09jd7yqj18mx6zqbg7kab4idg5llr15g6avafj74fpg1h7iimj";
};
postPatch = ''
# fix build with gettext 0.20
sed -i 's/AM_GNU_GETTEXT/AM_GNU_GETTEXT([external])/' configure.in
'';
nativeBuildInputs = [ autoreconfHook libtool pkgconfig ];
buildInputs = [ file gtk2 libGLU gtkglarea ];